diff options
author | Alan Pearce | 2019-06-15 20:35:03 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-15 20:35:03 +0200 |
commit | 63c03c19df2ffaadaae5a95b64dd955c0cb83a3d (patch) | |
tree | 2fdff35a92f529c12064423d9c76de7898cbfda9 /content/post/self-hosted-git.md | |
parent | 737980db5425b7d0b7a333145833785b3fb76fd9 (diff) | |
download | website-63c03c19df2ffaadaae5a95b64dd955c0cb83a3d.tar.lz website-63c03c19df2ffaadaae5a95b64dd955c0cb83a3d.tar.zst website-63c03c19df2ffaadaae5a95b64dd955c0cb83a3d.zip |
Fix relative post reference
Diffstat (limited to 'content/post/self-hosted-git.md')
-rw-r--r-- | content/post/self-hosted-git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/self-hosted-git.md b/content/post/self-hosted-git.md index 883ea0f..b26f61b 100644 --- a/content/post/self-hosted-git.md +++ b/content/post/self-hosted-git.md @@ -143,4 +143,4 @@ I want, without consuming many system resources with daemons. [dotfiles-github]:https://github.com/alanpearce/dotfiles [wildrepos]:http://gitolite.com/gitolite/wild/ [ghq]:https://github.com/motemen/ghq -[using-ghq]:{{< relref "post/repository-management-with-ghq.md" >}} "Repository management with ghq" +[using-ghq]:{{< relref "/post/repository-management-with-ghq.md" >}} "Repository management with ghq" |