Skip to content

Commit 3a07320

Browse files
committed
404: Fix link to the index page
1 parent 2815a4b commit 3a07320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ <h1 class="page-header">{{ page.title }}</h1>
77

88
<p class="lead">
99
Unfortunately, page you are trying to access does not exist. Check the address string or proceed to our
10-
<a href="{{ site.baseurl }}">index page</a>.
10+
<a href="{{ site.baseurl }}/">index page</a>.
1111
</p>
1212
</div>

0 commit comments

Comments
 (0)