Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix documentation of directory name for remote thumbnails #10556

Merged
merged 5 commits into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/10556.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change the directory name for remote thumbnails from `remote_thumbnails` to `remote_thumbnail` in media_repository.md file to match the code.
richvdh marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion docs/media_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Remote content is cached under `"remote_content"` directory. Each item of
remote content is assigned a local `"filesystem_id"` to ensure that the
directory structure `"remote_content/server_name/aa/bb/ccccccccdddddddddddd"`
is appropriate. Thumbnails for remote content are stored under
`"remote_thumbnails/server_name/..."`
`"remote_thumbnail/server_name/..."`