mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
tutorial: fix out of date references to message formatting and feedback locations.
(imported from commit 8f5b088a4a26d34d5f0c7280b50892763144e4da)
This commit is contained in:
@@ -326,10 +326,10 @@ function make_script() {
|
||||
go(sleep, 1000),
|
||||
go2(stream_message, "tutorial", "Great, you've got the hang of the basics. I'll say goodbye for now, but here are some Humbug features you might like to explore:\n"
|
||||
+ "* Keyboard shortcuts (press `?` to see them)\n"
|
||||
+ "* Message formatting, including pretty syntax-highlighting. Click on the 'Message formatting' link under the gear icon at the top right to learn more\n"
|
||||
+ "* Message formatting, including pretty syntax-highlighting. Click on the 'A' link to the left of the compose box to learn more\n"
|
||||
+ "* Our [API](https://humbughq.com/api) and [integrations](https://humbughq.com/integrations)\n"
|
||||
+ '* Alpha mobile apps for [Android](https://play.google.com/store/apps/details?id=com.humbughq.mobile) and [iPhone](mailto:support@humbughq.com?subject=Request%20for%20Humbug%20iPhone%20app&body=Hi%20Humbug,%20can%20you%20send%20me%20a%20link%20to%20the%20iPhone%20app%20alpha?%20I%20have%20an%20iPhone%20__.)\n'
|
||||
+ "* Feedback! Found a bug or have a feature request? We want to hear from you. Click on the feedback tab under the gear icon to get in touch."),
|
||||
+ "* Feedback! Found a bug or have a feature request? We want to hear from you. Click on the feedback button in the upper right to get in touch."),
|
||||
go(sleep, 4000),
|
||||
// Have them go talk to people
|
||||
go2(stream_message, "tutorial", ":white_check_mark: **Congratulations! The tutorial is now complete** :tada:\n"
|
||||
|
||||
Reference in New Issue
Block a user