mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Fix broken link to the cute guinea pig image in tutorial.
This link was broken when we hardened the access model for user file uploads to not work cross-realm. The right solution is just to include the image in the codebase so it's guaranteed to exist. Fixes #205.
This commit is contained in:
BIN
static/images/cute/guinea.jpg
Normal file
BIN
static/images/cute/guinea.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
@@ -388,7 +388,7 @@ function finale() {
|
||||
}
|
||||
|
||||
if (stream_data.in_home_view("social")) {
|
||||
send_delayed_stream_message("social", "cute animals", "This is a message on stream `social` with the topic `cute animals`. Try uploading or pasting in some pictures. Here's a [guinea pig](https://humbug-user-uploads.s3.amazonaws.com/byqgM1qjol1mzje_KzeNRT5F/guinea.jpg) to get you started:", 75);
|
||||
send_delayed_stream_message("social", "cute animals", "This is a message on stream `social` with the topic `cute animals`. Try uploading or pasting in some pictures. Here's a [guinea pig](/static/images/cute/guinea.jpg) to get you started:", 75);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user