diff options
author | 2024-04-26 12:11:40 +0200 | |
---|---|---|
committer | 2024-04-26 12:11:40 +0200 | |
commit | 9050f19111ec26b15d4c377b7a2045d821a0eba7 (patch) | |
tree | 3e18490dabd78e58198a5e485dad43088f5dc904 /docs | |
parent | 8709158733aa164bcdd3faf312854fa3143fe4ab (diff) | |
download | website-9050f19111ec26b15d4c377b7a2045d821a0eba7.tar.gz website-9050f19111ec26b15d4c377b7a2045d821a0eba7.zip |
Add base href
Diffstat (limited to 'docs')
-rw-r--r-- | docs/shell/commands.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/shell/commands.rhtml b/docs/shell/commands.rhtml index d2922da..9600ea2 100644 --- a/docs/shell/commands.rhtml +++ b/docs/shell/commands.rhtml @@ -1,5 +1,5 @@ <h1>Elenco dei comandi della shell</h1> <ul> - <li><a href="/docs/shell/grep.html">grep</a></li> - <li><a href="/docs/shell/jq.html">jq</a></li> + <li><a href="docs/shell/grep.html">grep</a></li> + <li><a href="docs/shell/jq.html">jq</a></li> </ul> |