help: Rename view-and-browse-images.md -> view-images-and-videos.md

- Updates filename and adds URL redirect.
- Crosslinks related articles.
This commit is contained in:
David Rosa 2023-11-20 18:58:58 -08:00 committed by Tim Abbott
parent f107cf654f
commit 505a591179
7 changed files with 15 additions and 5 deletions

View File

@ -22,3 +22,9 @@ prevent images from being used to track Zulip users.
{!save-changes.md!} {!save-changes.md!}
{end_tabs} {end_tabs}
## Related articles
* [Manage your uploaded files](/help/manage-your-uploaded-files)
* [Share and upload files](/help/share-and-upload-files)
* [View images and videos](/help/view-images-and-videos)

View File

@ -104,7 +104,7 @@
* [Emoji reactions](/help/emoji-reactions) * [Emoji reactions](/help/emoji-reactions)
* [View your mentions](/help/view-your-mentions) * [View your mentions](/help/view-your-mentions)
* [Star a message](/help/star-a-message) * [Star a message](/help/star-a-message)
* [View images and videos](/help/view-and-browse-images) * [View images and videos](/help/view-images-and-videos)
* [View messages sent by a user](/help/view-messages-sent-by-a-user) * [View messages sent by a user](/help/view-messages-sent-by-a-user)
* [Link to a message or conversation](/help/link-to-a-message-or-conversation) * [Link to a message or conversation](/help/link-to-a-message-or-conversation)
* [Searching for messages](/help/search-for-messages) * [Searching for messages](/help/search-for-messages)

View File

@ -63,4 +63,5 @@ You can sort your uploaded files by name, upload date, message ID, and size.
## Related articles ## Related articles
* [Share and upload files](/help/share-and-upload-files) * [Share and upload files](/help/share-and-upload-files)
* [View images and videos](/help/view-and-browse-images) * [View images and videos](/help/view-images-and-videos)
* [Block image and link previews](/help/allow-image-link-previews)

View File

@ -82,7 +82,7 @@ Zulip offers the following filters based on the location of the message.
!!! tip "" !!! tip ""
You can also [view](/help/manage-your-uploaded-files) all the files you You can also [view](/help/manage-your-uploaded-files) all the files you
have uploaded or [browse](/help/view-and-browse-images) all the images and have uploaded or [browse](/help/view-images-and-videos) all the images and
videos in the current view. videos in the current view.
### Search your important messages ### Search your important messages

View File

@ -6,7 +6,7 @@ after you upload them.
For images and videos, a small preview will be shown directly in the message. For images and videos, a small preview will be shown directly in the message.
People reading the message can click on the preview to People reading the message can click on the preview to
[view the full-size image or video](/help/view-and-browse-images). [view the full-size image or video](/help/view-images-and-videos).
## Uploading files ## Uploading files
@ -125,5 +125,6 @@ This limit can be changed by the server administrator.
## Related articles ## Related articles
* [Manage your uploaded files](/help/manage-your-uploaded-files) * [Manage your uploaded files](/help/manage-your-uploaded-files)
* [View images and videos](/help/view-and-browse-images) * [View images and videos](/help/view-images-and-videos)
* [Block image and link previews](/help/allow-image-link-previews)
* [Animated GIFs](/help/animated-gifs-from-giphy) * [Animated GIFs](/help/animated-gifs-from-giphy)

View File

@ -68,3 +68,4 @@ the image browser will show all images in messages that matched that search.
* [Manage your uploaded files](/help/manage-your-uploaded-files) * [Manage your uploaded files](/help/manage-your-uploaded-files)
* [Share and upload files](/help/share-and-upload-files) * [Share and upload files](/help/share-and-upload-files)
* [Block image and link previews](/help/allow-image-link-previews)

View File

@ -80,6 +80,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
URLRedirect("/help/configure-default-view", "/help/configure-home-view"), URLRedirect("/help/configure-default-view", "/help/configure-home-view"),
URLRedirect("/help/reading-topics", "/help/reading-conversations"), URLRedirect("/help/reading-topics", "/help/reading-conversations"),
URLRedirect("/help/finding-a-topic-to-read", "/help/finding-a-conversation-to-read"), URLRedirect("/help/finding-a-topic-to-read", "/help/finding-a-conversation-to-read"),
URLRedirect("/help/view-and-browse-images", "/help/view-images-and-videos"),
] ]
LANDING_PAGE_REDIRECTS = [ LANDING_PAGE_REDIRECTS = [