Skip to content

Commit 1788290

Browse files
committed
Updated styling on docs. #29
1 parent dcc2859 commit 1788290

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/static/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/static/js/checkURL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//Remove <ul> from Releases
22
$('.toctree-l1 > a').each(function(){
33
if($(this).html() == "Releases") {
4-
$(this).parent().html('<a class="reference internal" href="/releases/">Releases</a>');
4+
$(this).parent().html('<a class="reference internal" href="/latest/releases/">Releases</a>');
55
}
66
});
77

0 commit comments

Comments
 (0)