mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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:
parent
6c904c630f
commit
e4105a0366
@ -143,7 +143,7 @@ make install DESTDIR=/path/to/dest
|
||||
|
||||
## Contributing
|
||||
|
||||
See [Contributing](docs/CONTRIBUTING.md).
|
||||
See [Contributing]({{ site.baseurl }}{% link CONTRIBUTING.md %}).
|
||||
|
||||
## Licensing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user