Use relative links
This commit is contained in:
parent
b6b48d4a96
commit
8bf7264cb3
1 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello!</h1>
|
<h1>Hello!</h1>
|
||||||
<p>This is my website. Here are some things that you might be interested in:</p>
|
<p>This is my website. Here are some things that you might be interested in:</p>
|
||||||
Bad Piggies: <a href="https://chipmunk.land/bad-piggies">https://chipmunk.land/bad-piggies</a> (<a href="https://code.chipmunk.land/chipmunkmc/rise-and-swine">source code</a>)
|
Bad Piggies: <a href="./bad-piggies">https://chipmunk.land/bad-piggies</a> (<a href="https://code.chipmunk.land/chipmunkmc/rise-and-swine">source code</a>)
|
||||||
<br>
|
<br>
|
||||||
Scaredy Cat in the Spooky Woods: <a href="https://chipmunk.land/scaredy-cat">https://chipmunk.land/scaredy-cat</a>
|
Scaredy Cat in the Spooky Woods: <a href="./scaredy-cat">https://chipmunk.land/scaredy-cat</a>
|
||||||
<br>
|
<br>
|
||||||
Harmonies: <a href="https://chipmunk.land/harmonies">https://chipmunk.land/harmonies</a>
|
Harmonies: <a href="./harmonies">https://chipmunk.land/harmonies</a>
|
||||||
<br>
|
<br>
|
||||||
Forgejo: <a href="https://code.chipmunk.land/">https://code.chipmunk.land/</a>
|
Forgejo: <a href="https://code.chipmunk.land/">https://code.chipmunk.land/</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue