diff options
author | Your Name <you@example.com> | 2017-12-31 16:12:12 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-31 16:12:12 +0100 |
commit | ec33f66dabbf2cd94d6e093e26e602ee3e7028af (patch) | |
tree | a4e76de9a5c4491e14b67bf257c5d246ce25a666 /cw | |
parent | 1b42e8037161901577f42b3c898af20d080a2cf4 (diff) | |
download | lesoiseaux.io-ec33f66dabbf2cd94d6e093e26e602ee3e7028af.tar.gz |
Fix navigation links
Diffstat (limited to 'cw')
-rw-r--r-- | cw/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cw/index.html b/cw/index.html index 43c8f5d..22d4ee4 100644 --- a/cw/index.html +++ b/cw/index.html @@ -43,18 +43,18 @@ </main> <aside> <nav> - <h3><a href="../">P.S.:</a></h3> + <h3><a href="https://ps.lesoiseaux.io/">P.S.:</a></h3> <ul> <li> - <a href="../gfx/">GFX</a> + <a href="https://ps.lesoiseaux.io/gfx/">GFX</a> <span>Collectif d'artiste</span> </li> <li> - <a href="../txt/">TXT</a> + <a href="https://ps.lesoiseaux.io/txt/">TXT</a> <span>Éditions à Bruxelles</span> </li> <li> - <a href="https://pw.lesoiseaux.io/">VDO</a> + <a href="https://ps.lesoiseaux.io/vdo/">VDO</a> <span>Enquêtes vidéos</span> </li> </ul> |