summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2020-11-30 21:47:22 +0000
committerGitHub <noreply@github.com>2020-11-30 21:47:22 +0000
commitdd35877edaffc4c6cae141b31449dc7ad50f7bd8 (patch)
tree772958e6cd5fdc17f319505a821194af713ce90b /README.md
parent4acfd2c3423181f65fe53c4b56ddd021eb3e55dd (diff)
downloadinvidious-dd35877edaffc4c6cae141b31449dc7ad50f7bd8.tar.gz
invidious-dd35877edaffc4c6cae141b31449dc7ad50f7bd8.tar.bz2
invidious-dd35877edaffc4c6cae141b31449dc7ad50f7bd8.zip
Update the readme with links to the new documentation repository
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index c3a6649c..64017379 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## Invidious instances:
-[Public Invidious instances are listed here.](https://github.com/iv-org/invidious/wiki/Invidious-Instances)
+[Public Invidious instances are listed here.](https://github.com/iv-org/documentation/blob/master/Invidious-Instances.md)
## Invidious features:
@@ -24,7 +24,7 @@
- Set default player options (speed, quality, autoplay, loop)
- Support for Reddit comments in place of YouTube comments
- Import/Export subscriptions, watch history, preferences
-- [Developer API](https://github.com/iv-org/invidious/wiki/API)
+- [Developer API](https://github.com/iv-org/documentation/blob/master/API.md)
- Does not use any of the official YouTube APIs
- Does not require JavaScript to play videos
- No need to create a Google account to save subscriptions
@@ -185,7 +185,7 @@ $ crystal build src/invidious.cr --release
## Post-install configuration:
-Detailed configuration available in the [configuration guide](https://github.com/iv-org/invidious/wiki/Configuration).
+Detailed configuration available in the [configuration guide](https://github.com/iv-org/documentation/blob/master/Configuration.md).
If you use a reverse proxy, you **must** configure invidious to properly serve request through it:
@@ -197,7 +197,7 @@ If you use a reverse proxy, you **must** configure invidious to properly serve r
## Update Invidious
-Instructions are available in the [updating guide](https://github.com/iv-org/invidious/wiki/Updating).
+Instructions are available in the [updating guide](https://github.com/iv-org/documentation/blob/master/Updating.md).
## Usage:
@@ -228,11 +228,11 @@ $ ./sentry
## Documentation
-[Documentation](https://github.com/iv-org/invidious/wiki) can be found in the wiki.
+The [documentation](https://github.com/iv-org/documentation) can be found in its own repository.
## Extensions
-[Extensions](https://github.com/iv-org/invidious/wiki/Extensions) can be found in the wiki, as well as documentation for integrating it into other projects.
+[Extensions](https://github.com/iv-org/documentation/blob/master/Extensions.md) can be found in the wiki, as well as documentation for integrating it into other projects.
## Made with Invidious