diff options
| author | jtsshieh <jtsshieh@outlook.com> | 2018-03-09 20:35:40 -0500 |
|---|---|---|
| committer | jtsshieh <jtsshieh@outlook.com> | 2018-03-09 20:35:40 -0500 |
| commit | d3cc91c2a97b157d03c6edc47080cd467ad70d08 (patch) | |
| tree | f9729f29ee970d261b1c0cbd9f7ef5a3ab5ceda6 | |
| parent | afc40b25d5aac4cfe16159ed2068320bc3ab082a (diff) | |
| download | pokeworld-website-d3cc91c2a97b157d03c6edc47080cd467ad70d08.tar.gz pokeworld-website-d3cc91c2a97b157d03c6edc47080cd467ad70d08.tar.bz2 pokeworld-website-d3cc91c2a97b157d03c6edc47080cd467ad70d08.zip | |
fixes
| -rw-r--r-- | pokeworld/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pokeworld/index.html b/pokeworld/index.html index f42a5de..c2231b8 100644 --- a/pokeworld/index.html +++ b/pokeworld/index.html @@ -16,9 +16,9 @@ <nav> <ul> <li class="current"><a href="#">Home</a></li> - <li><a href="/pokebot">Pokebot</a></li> - <li><a href="/typer">Typer</a></li> - <li><a href="/about">About</a></li> + <li><a href="./pokebot">Pokebot</a></li> + <li><a href="./typer">Typer</a></li> + <li><a href="./about">About</a></li> </ul> </nav> </div> |
