summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortaigrr <taigrr@noreply.git.mills.io>2021-07-12 23:50:21 +0000
committerJames Mills <prologic@noreply.git.mills.io>2021-07-12 23:50:21 +0000
commit88bb10f8046f4d50a64ca88ace5ed188eb4675ed (patch)
tree317b7ed6ee7b019594318bb1d3c81fc7c87accbc /README.md
parent02e2aebc49d793fa2100a3504cf8b991d4e384ac (diff)
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 862087f..81c578f 100644
--- a/README.md
+++ b/README.md
@@ -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
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.
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
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_).
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
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.
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
-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
-](https://github.com/wybiral). (See [LICENSE.old](/LICENSE.old))
+](https://github.com/wybiral). (See [LICENSE.old](LICENSE.old))