Skip to content

Commit 52df49c

Browse files
update links due to the new domain name
1 parent f3c96fc commit 52df49c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
font-weight: normal;
1515
src: local('FiraCode-Retina'), local('FiraCode-Regular'), url('https://cdn.rawgit.com/tonsky/FiraCode/master/distr/ttf/FiraCode-Regular.ttf') format('truetype');
1616
}
17-
1817
body header {
1918
font-size: 2em;
2019
max-width: 100%;
@@ -65,14 +64,15 @@ <h1>React <span>Coroutine</span></h1>
6564

6665
<nav>
6766
<ul>
68-
<li>{% if page.url == '/' %}<span>Overview</span>{% else %}<a href="/react-coroutine/">Overview</a> {% endif %}</li>
69-
<li>{% if page.url == '/Details.html' %}<span>Details</span>{% else %}<a href="/react-coroutine/Details.html">Details</a>{% endif %}</li>
70-
<li>{% if page.url == '/Examples.html' %}<span>Examples</span>{% else %}<a href="/react-coroutine/Examples.html">Examples</a>{% endif %}</li>
67+
<li>{% if page.url == '/' %}<span>Overview</span>{% else %}<a href="/">Overview</a> {% endif %}</li>
68+
<li>{% if page.url == '/Details.html' %}<span>Details</span>{% else %}<a href="/Details.html">Details</a>{% endif %}</li>
69+
<li>{% if page.url == '/Examples.html' %}<span>Examples</span>{% else %}<a href="/Examples.html">Examples</a>{% endif %}</li>
7170
<li><a href="https://github.com/alexeyraspopov/react-coroutine" target="_blank">GitHub</a></li>
7271
</ul>
7372
</nav>
7473

7574
<main>{{ content }}</main>
75+
7676
<script src="{{ '/assets/highlight.js?v=' | append: site.github.build_revision | relative_url }}" charset="utf-8"></script>
7777
</body>
7878
</html>

0 commit comments

Comments
 (0)