Skip to content

Commit 1f96a1e

Browse files
committed
Remove / after home
1 parent e9853ca commit 1f96a1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414
<div id="navbar" class="collapse navbar-collapse">
1515
<ul class="nav navbar-nav">
16-
<li {% if page.sectionid=='docs' %} class="active" {% endif %}><a href="{{ "/docs/home/" | prepend: site.baseurl }}">Docs</a></li>
16+
<li {% if page.sectionid=='docs' %} class="active" {% endif %}><a href="{{ "/docs/home" | prepend: site.baseurl }}">Docs</a></li>
1717
<li {% if page.sectionid=='posts' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">Updates</a></li>
1818
</ul>
1919
<ul class="nav navbar-nav navbar-right">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
4141
<h3 class="text-center">Getting Started</h3>
4242
<p>To get you started quickly, header over to the <a href="/docs/tutorials/">tutorial</a> section. The basic ones
4343
can even be done without a micro-controller. For more background and details, see the
44-
<a href="/docs/home/">documentation</a>.</p>
44+
<a href="/docs/home">documentation</a>.</p>
4545
</div>
4646
<div class="col-sm-4">
4747
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>

0 commit comments

Comments
 (0)