mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Use relative links to pages
This commit is contained in:
parent
506c30b68e
commit
c97330aaa9
1 changed files with 15 additions and 15 deletions
30
Home.md
30
Home.md
|
@ -1,23 +1,23 @@
|
|||
## General
|
||||
|
||||
- [Public Invidious Instances](https://github.com/iv-org/invidious/wiki/Invidious-Instances)
|
||||
- [Extensions](https://github.com/iv-org/invidious/wiki/Extensions)
|
||||
- [Always proxy videos through server](https://github.com/iv-org/invidious/wiki/Always-use-"local"-to-proxy-video-through-the-server-without-creating-an-account)
|
||||
- [Preferences](https://github.com/iv-org/invidious/wiki/Preferences)
|
||||
- [Geoblocking, available quality and DASH](https://github.com/iv-org/invidious/wiki/Geoblocking,-available-video-quality-and-DASH)
|
||||
- [Using search operators](https://github.com/iv-org/invidious/wiki/Search-operators)
|
||||
- [List of URL parameters](https://github.com/iv-org/invidious/wiki/List-of-URL-parameters)
|
||||
- [How to deal with uMatrix](https://github.com/iv-org/invidious/wiki/How-to-deal-with-uMatrix)
|
||||
- [Public Invidious Instances](./Invidious-Instances)
|
||||
- [Extensions](./Extensions)
|
||||
- [Always proxy videos through server](./Always-use-"local"-to-proxy-video-through-the-server-without-creating-an-account)
|
||||
- [Preferences](./Preferences)
|
||||
- [Geoblocking, available quality and DASH](./Geoblocking,-available-video-quality-and-DASH)
|
||||
- [Using search operators](./Search-operators)
|
||||
- [List of URL parameters](./List-of-URL-parameters)
|
||||
- [How to deal with uMatrix](./How-to-deal-with-uMatrix)
|
||||
|
||||
## For Administrators
|
||||
|
||||
- [Configuration](https://github.com/iv-org/invidious/wiki/Configuration)
|
||||
- [Updating](https://github.com/iv-org/invidious/wiki/Updating)
|
||||
- [Apache2 Virtual Host with Reverse Proxy](https://github.com/iv-org/invidious/wiki/Apache2-Reverse-Proxy)
|
||||
- [Database Information and Maintenance](https://github.com/iv-org/invidious/wiki/Database-Information-and-Maintenance)
|
||||
- [Issues with CAPTCHA](https://github.com/iv-org/invidious/wiki/Issues-with-CAPTCHA-on-Debian-and-Ubuntu)
|
||||
- [Configuration](./Configuration)
|
||||
- [Updating](./Updating)
|
||||
- [Apache2 Virtual Host with Reverse Proxy](./Apache2-Reverse-Proxy)
|
||||
- [Database Information and Maintenance](./Database-Information-and-Maintenance)
|
||||
- [Issues with CAPTCHA](./Issues-with-CAPTCHA-on-Debian-and-Ubuntu)
|
||||
|
||||
## For Developers
|
||||
|
||||
- [API](https://github.com/iv-org/invidious/wiki/API)
|
||||
- [Authenticated Endpoints](https://github.com/iv-org/invidious/wiki/Authenticated-Endpoints)
|
||||
- [API](./API)
|
||||
- [Authenticated Endpoints](./Authenticated-Endpoints)
|
Loading…
Reference in a new issue