mirror of https://github.com/zulip/zulip.git
dev-community: Document chat.zulip.org linkifier for flutter project.
This commit is contained in:
parent
a33c68026c
commit
3418ec8055
|
@ -243,9 +243,10 @@ topic](/help/starting-a-new-topic). Here are examples for linking
|
|||
to issue 1234 in the main Zulip project repositories:
|
||||
|
||||
- [Server and web app][server-web-repository]: `#1234`
|
||||
- [Mobile client][mobile-repository]: `#M1234`
|
||||
- [Flutter mobile client][flutter-repository]: `#F1234`
|
||||
- [Terminal client][terminal-repository]: `#T1234`
|
||||
- [Desktop client][desktop-repository]: `#D1234`
|
||||
- [React Native mobile client][mobile-repository]: `#M1234`
|
||||
|
||||
## New features are tested here
|
||||
|
||||
|
@ -258,6 +259,7 @@ feature.
|
|||
|
||||
[release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html
|
||||
[server-web-repository]: https://github.com/zulip/zulip
|
||||
[flutter-repository]: https://github.com/zulip/zulip-flutter
|
||||
[mobile-repository]: https://github.com/zulip/zulip-mobile
|
||||
[terminal-repository]: https://github.com/zulip/zulip-terminal
|
||||
[desktop-repository]: https://github.com/zulip/zulip-desktop
|
||||
|
|
Loading…
Reference in New Issue