Fix broken README markdown links (#1)

Gitea doesn't play nicely with absolute links in markdown, and requires relative links for things to resolve. Otherwise you get a 404.

Co-authored-by: Tai Groot <tai@taigrr.com>
Reviewed-on: https://git.mills.io/prologic/tube/pulls/1
Co-authored-by: taigrr <taigrr@noreply.git.mills.io>
Co-committed-by: taigrr <taigrr@noreply.git.mills.io>
This commit is contained in:
taigrr 2021-07-12 23:50:21 +00:00 committed by James Mills
parent 02e2aebc49
commit 88bb10f804

View file

@ -80,7 +80,7 @@ or advice or contact the author directly!
`tube` can be configured to suit your particular needs and comes by default with `tube` can be configured to suit your particular needs and comes by default with
a sensbile set of defaults. There is also a default configuration at the a sensbile set of defaults. There is also a default configuration at the
top-level [config.json](/config.json) that you can use as a start point and top-level [config.json](config.json) that you can use as a start point and
modify to suite your needs. modify to suite your needs.
To Run `tube` with a provided configuration just pass the `-c /path/to/config` To Run `tube` with a provided configuration just pass the `-c /path/to/config`
@ -92,7 +92,7 @@ $ tube -c config.json
Everything in the configuration is optional as the builtin defaults are used Everything in the configuration is optional as the builtin defaults are used
if you do not supply anything, omit some sections or values or the configuration if you do not supply anything, omit some sections or values or the configuration
is invalid. Refer to the [default config.json](/config.json) for the builtin is invalid. Refer to the [default config.json](config.json) for the builtin
defaults (_this files matches the builtin defaults_). defaults (_this files matches the builtin defaults_).
Here are some documentation on key configuration items: Here are some documentation on key configuration items:
@ -230,7 +230,7 @@ Thank you to all those that have contributed to this project, battle-tested it,
used it in their own projects or products, fixed bugs, improved performance used it in their own projects or products, fixed bugs, improved performance
and even fix tiny typos in documentation! Thank you and keep contributing! and even fix tiny typos in documentation! Thank you and keep contributing!
You can find an [AUTHORS](/AUTHORS) file where we keep a list of contributors You can find an [AUTHORS](AUTHORS) file where we keep a list of contributors
to the project. If you contriibute a PR please consider adding your name there. to the project. If you contriibute a PR please consider adding your name there.
There is also Github's own [Contributors](https://git.mills.io/prologic/tube/graphs/contributors) statistics. There is also Github's own [Contributors](https://git.mills.io/prologic/tube/graphs/contributors) statistics.
@ -241,7 +241,7 @@ There is also Github's own [Contributors](https://git.mills.io/prologic/tube/gra
## License ## License
tube source code is available under the MIT [License](/LICENSE). tube source code is available under the MIT [License](LICENSE).
Previously based off of [tube](https://github.com/wybiral/tube) by [davy wybiral Previously based off of [tube](https://github.com/wybiral/tube) by [davy wybiral
](https://github.com/wybiral). (See [LICENSE.old](/LICENSE.old)) ](https://github.com/wybiral). (See [LICENSE.old](LICENSE.old))