Update the filenames in the files linking to other files (#221)

* Update the filenames in the files linking to other files

* Add .md because it's needed
This commit is contained in:
TheFrenchGhosty 2022-03-29 14:49:09 +00:00 committed by GitHub
parent d6aba1917d
commit c83e0470e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 20 deletions

View file

@ -2,7 +2,7 @@
Invidious needs one PostgreSQL database which has the following tables.
- `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](./Configuration)
- `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](./configuration.md)
- `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