Skip to content

Commit b589d41

Browse files
committed
got the javadoc rendering working finally
Signed-off-by: Grace Grimwood <ggrimwoo@redhat.com>
1 parent fb42d59 commit b589d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/javadoc-wrapper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// Construct the new URL by removing the '.raw' part of the path
2929
const currentUrl = new URL(window.location.href);
3030
const newUrl = new URL(href, iframe.src);
31-
window.top.location.href = newUrl.href.replace('/{{ RAW_SUBDIR }}/', '/');
31+
window.top.location.href = newUrl.href.replace('/raw/', '/');
3232
};
3333
}
3434
}

0 commit comments

Comments
 (0)