mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
header/footer: use absolute URL for link to CONTRIBUTING.md (#31)
- use anchor link in index
This commit is contained in:
parent
3e761bce22
commit
b1cceb46b9
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
## Contributing
|
||||
|
||||
Contributing guidelines can be found in [.github/CONTRIBUTING.md](.github/CONTRIBUTING.md).
|
||||
Contributing guidelines can be found in [.github/CONTRIBUTING.md](https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/.github/CONTRIBUTING.md).
|
||||
|
||||
## Authors
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ Self-hosting is the practice of hosting and managing applications on your own se
|
|||
|
||||
This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [network services](https://en.wikipedia.org/wiki/Network_service) and [web applications](https://en.wikipedia.org/wiki/Web_application) which can be hosted on your own server(s). Non-Free software is listed on the [Non-Free](non-free.md) page.
|
||||
|
||||
See [Contributing](.github/CONTRIBUTING.md).
|
||||
See [Contributing](#contributing).
|
||||
|
|
|
|||
Loading…
Reference in a new issue