help: Update links and examples to use zulip-flutter repo.

The one remaining link is for the instructions to download the
legacy app APK file for Android.

Part of #35643.
This commit is contained in:
Lauryn Menard
2025-08-08 12:23:14 +02:00
committed by Tim Abbott
parent 0e979009d8
commit 63c087dc84
3 changed files with 7 additions and 7 deletions

View File

@@ -101,10 +101,10 @@ variants. For example, the Zulip development community
{start_tabs}
* Pattern: `#M(?P<id>[0-9]+)`
* URL template: `https://github.com/zulip/zulip-mobile/issues/{id}`
* Original text: `#M2468`
* Automatically links to: `https://github.com/zulip/zulip-mobile/issues/2468`
* Pattern: `#F(?P<id>[0-9]+)`
* URL template: `https://github.com/zulip/zulip-flutter/issues/{id}`
* Original text: `#F245`
* Automatically links to: `https://github.com/zulip/zulip-flutter/issues/245`
{end_tabs}