summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorDan Nicholson <dbn@endlessos.org>2021-05-20 16:42:29 -0600
committerDan Nicholson <dbn@endlessos.org>2021-05-20 16:45:12 -0600
commite4105a0366bf0d905c610a18ad6e343ae9965b2e (patch)
treeeb099c97d866a0ecc62ffd6ed3c606c7c4010973 /docs/index.md
parent6c904c630f77cb22202f7e9ee7a4f327bb3a648f (diff)
downloadostree-e4105a0366bf0d905c610a18ad6e343ae9965b2e.tar.gz
docs: Fix CONTRIBUTING link
This returns a 404 since the site is already generated from the docs directory. Furthermore, the `CONTRIBUTING.md` markdown file isn't in the generated site, just the HTML. Instead, use jekyll's `link` tag to create the link. Unfortunately, before jekyll 4.0 (github-pages uses 3.9), you have to prepend the base URL.
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index d5235ed6..b6cdc663 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -143,7 +143,7 @@ make install DESTDIR=/path/to/dest
## Contributing
-See [Contributing](docs/CONTRIBUTING.md).
+See [Contributing]({{ site.baseurl }}{% link CONTRIBUTING.md %}).
## Licensing