diff options
author | Your Name <you@example.com> | 2018-01-02 21:36:42 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2018-01-02 21:36:42 +0100 |
commit | 59e0d6ed32c9832f5bddd3a29465edffa63f9838 (patch) | |
tree | e3b63449cd0aa2f194a34dc9d3e06f09b79668b1 | |
parent | ca8558d80910c44b71e431053c5a8b55cb669fe6 (diff) | |
download | lesoiseaux.io-59e0d6ed32c9832f5bddd3a29465edffa63f9838.tar.gz |
Fix js path
-rw-r--r-- | ps/gfx/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ps/gfx/index.html b/ps/gfx/index.html index c23df67..cf071a8 100644 --- a/ps/gfx/index.html +++ b/ps/gfx/index.html @@ -35,7 +35,7 @@ </section> <section id="krto"> <a href="https://talk.incommon.cc/"> - <img src="../../assets/img/gfx-incommon_400x225.png" alt="screenshot of talk.incommon.cc"></a> + <img src="/assets/img/gfx-incommon_400x225.png" alt="screenshot of talk.incommon.cc"></a> <h2 lang="fr">Typologie critique</h2> @@ -116,7 +116,7 @@ Nous faisons <3 </p> </footer> - <script type="text/javascript" src="../../assets/js/d3.v4.min.js"></script> + <script type="text/javascript" src="/assets/js/d3.v4.min.js"></script> <script src="sine.js"></script> </body> </html> |