From: Dan Nicholson Date: Thu, 20 May 2021 22:42:29 +0000 (-0600) Subject: docs: Fix CONTRIBUTING link X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~3^2~19^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e4105a0366bf0d905c610a18ad6e343ae9965b2e;p=ostree.git 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. --- 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