From 88bb10f8046f4d50a64ca88ace5ed188eb4675ed Mon Sep 17 00:00:00 2001 From: taigrr Date: Mon, 12 Jul 2021 23:50:21 +0000 Subject: [PATCH] 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 Reviewed-on: https://git.mills.io/prologic/tube/pulls/1 Co-authored-by: taigrr Co-committed-by: taigrr --- README.md | 10 +++++----- 1 file 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))