Skip to content

Commit 31ff2c7

Browse files
committed
Fix docs link CTR
CTR Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
1 parent 860c236 commit 31ff2c7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

_includes/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p>JanusGraph is a project under The Linux Foundation, and includes participants from Expero, Google, GRAKN.AI, Hortonworks, IBM and Amazon.</p>
1010
</div>
1111
<div class="col-lg-8 col-lg-offset-2 text-center">
12-
<a href="https://docs.janusgraph.org/latest/getting-started.html" class="btn btn-lg btn-outline">
12+
<a href="https://docs.janusgraph.org/#getting-started" class="btn btn-lg btn-outline">
1313
<i class="fas fa-book"></i>&nbsp; Getting started
1414
</a>
1515
<a href="https://github.com/JanusGraph/janusgraph" class="btn btn-lg btn-outline">

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3>{{ site.footer.social }}</h3>
1818
</ul>
1919
</div>
2020
<div class="footer-col col-md-4">
21-
<a href="https://docs.janusgraph.org/latest" class="btn-footer btn btn-lg btn-outline">
21+
<a href="https://docs.janusgraph.org" class="btn-footer btn btn-lg btn-outline">
2222
<i class="fas fa-book"></i>&nbsp; See Documentation
2323
</a>
2424
<p class="footer-small-info">For discussion on internal implementation details of JanusGraph or proposing a major new feature or subproject use the <a href="https://groups.google.com/forum/#!forum/janusgraph-dev">JanusGraph dev group</a>.</p>

_includes/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="#page-top"></a>
2020
</li>
2121
<li class="page-scroll">
22-
<a href="https://docs.janusgraph.org/latest">Docs</a>
22+
<a href="https://docs.janusgraph.org">Docs</a>
2323
</li>
2424
<li class="page-scroll">
2525
<a href="https://github.com/JanusGraph/janusgraph/releases">Download</a>
@@ -34,4 +34,4 @@
3434
<!-- /.navbar-collapse -->
3535
</div>
3636
<!-- /.container-fluid -->
37-
</nav>
37+
</nav>

0 commit comments

Comments
 (0)