From dc0714a4031317692dc580dc38bd94977f53cbb9 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Tue, 25 Aug 2020 23:48:08 +1200 Subject: [PATCH] Use relative URL to wiki --- Database-Information-and-Maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database-Information-and-Maintenance.md b/Database-Information-and-Maintenance.md index 144cbc9..541e55b 100644 --- a/Database-Information-and-Maintenance.md +++ b/Database-Information-and-Maintenance.md @@ -1,6 +1,6 @@ Invidious needs one PostgreSQL database which has the following tables. -- `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](https://github.com/omarroth/invidious/wiki/Configuration) +- `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](./Configuration) - `channel_videos` Stores truncated video info, used to create user feeds - `channels` Stores UCID and author name - `nonces` Keeps track of tokens issued to prevent CSRF