Skip to content

Commit 7162f53

Browse files
authored
Merge pull request #11 from t-strings/fix-url
Fix "Try It Now" page link and add new "Try It Now" page
2 parents 37650d6 + b32648a commit 7162f53

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<nav class="text-xxs flex flex-row gap-x-4">
8282
<a href="/">home</a>
8383
<a href="/introduction.html">brief intro</a>
84-
<a href="/try-it-now-html.html">try it now</a>
84+
<a href="/try-it-now.html">try it now</a>
8585
<a href="/playground.html">playground</a>
8686
</nav>
8787
<h1 class="font-serif font-bold text-cloudbank text-3xl">

public/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<nav class="text-xxs flex flex-row gap-x-4">
112112
<a href="/">home</a>
113113
<a href="/introduction.html">brief intro</a>
114-
<a href="/try-it-now-html.html">try it now</a>
114+
<a href="/try-it-now.html">try it now</a>
115115
<a href="/playground.html">playground</a>
116116
</nav>
117117
<h1 class="font-serif font-bold text-cloudbank text-3xl">

public/playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<nav class="text-xxs flex flex-row gap-x-4">
8282
<a href="/">home</a>
8383
<a href="/introduction.html">brief intro</a>
84-
<a href="/try-it-now-html.html">try it now</a>
84+
<a href="/try-it-now.html">try it now</a>
8585
<a href="/playground.html">playground</a>
8686
</nav>
8787
<h1 class="font-serif font-bold text-cloudbank text-3xl">
File renamed without changes.

0 commit comments

Comments
 (0)