diff options
author | Alan Pearce | 2019-06-15 20:35:03 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:11:22 +0100 |
commit | 12963d001d898e4a5d5cde31492466d75d26d78b (patch) | |
tree | 8d239c3be74c74a1411053004c693a19ba14f4a5 /post | |
parent | 38b1938428a4e9cc52188f41ed6f7de13869aa8a (diff) | |
download | website-12963d001d898e4a5d5cde31492466d75d26d78b.tar.lz website-12963d001d898e4a5d5cde31492466d75d26d78b.tar.zst website-12963d001d898e4a5d5cde31492466d75d26d78b.zip |
Fix relative post reference
Diffstat (limited to 'post')
-rw-r--r-- | post/self-hosted-git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/self-hosted-git.md b/post/self-hosted-git.md index 883ea0f..b26f61b 100644 --- a/post/self-hosted-git.md +++ b/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" |