diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-07 00:00:00 +0000 |
commit | 5fc217637e458b9571c8e022c841c81c4fe9f5170c8b948a31f5bc0c7d584935 (patch) | |
tree | c49f6602d8fcfadb1f7fbfe9e1b9d0118128c3d128621b86cf178707a5e270ec /content/entry/on-blockchain.md | |
parent | 1e978fcf08ae667e0decbe41e1e47f958dbcad6aa354bb6e056b597b4491efa0 (diff) | |
download | journal-5fc217637e458b9571c8e022c841c81c4fe9f5170c8b948a31f5bc0c7d584935.tar.gz journal-5fc217637e458b9571c8e022c841c81c4fe9f5170c8b948a31f5bc0c7d584935.zip |
Remove excess path traversal in URLs
The path traversal in the URLs make it possible to navigate the
journal through static files, but it's not worth the trouble.
Hosting a local web server is easy enough.
Diffstat (limited to 'content/entry/on-blockchain.md')
-rw-r--r-- | content/entry/on-blockchain.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/entry/on-blockchain.md b/content/entry/on-blockchain.md index b571056..dbde01b 100644 --- a/content/entry/on-blockchain.md +++ b/content/entry/on-blockchain.md @@ -145,7 +145,7 @@ Link(s): [6: https://wikiless.org/wiki/CryptoKitties](https://wikiless.org/wiki/CryptoKitties) [7: https://wikiless.org/wiki/Darknet_market](https://wikiless.org/wiki/Darknet_market) [8: https://bitcoin.org/bitcoin.pdf](https://bitcoin.org/bitcoin.pdf) -[9: /about](../../../../about/) +[9: /about](/about/) [10: http://www.gnu.org/ghm/2020-january/taler.pdf](http://www.gnu.org/ghm/2020-january/taler.pdf) [11: https://wikiless.org/wiki/CAP_theorem](https://wikiless.org/wiki/CAP_theorem) [12: https://en.bitcoinwiki.org/wiki/Double-spending](https://en.bitcoinwiki.org/wiki/Double-spending) |