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.
This commit is contained in:
Dan Nicholson 2021-05-20 16:42:29 -06:00
parent 6c904c630f
commit e4105a0366

View File

@ -143,7 +143,7 @@ make install DESTDIR=/path/to/dest
## Contributing
See [Contributing](docs/CONTRIBUTING.md).
See [Contributing]({{ site.baseurl }}{% link CONTRIBUTING.md %}).
## Licensing