Skip to content

Commit 966e7f3

Browse files
committed
docs: Update to point to #mobile-dev-help where appropriate
1 parent e352f56 commit 966e7f3

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,15 @@ app is in maintenance mode** as described above.
6969

7070
To get involved in Zulip Mobile development, please join us on
7171
[the Zulip community Zulip server][czo-doc], in the
72-
[#mobile][czo-mobile] stream. Come say hello, discuss areas to
72+
[#mobile-dev-help][czo-mobile-dev-help] channel. Come say hello, discuss areas to
7373
work on, and ask and answer questions.
7474

75-
[czo-mobile]: https://chat.zulip.org/#narrow/stream/mobile
75+
Bug reports and feedback from using the app are welcome.
76+
For those, please use the [#mobile][czo-mobile] channel;
77+
that helps a wider set of Zulip contributors see your feedback.
78+
79+
[czo-mobile-dev-help]: https://chat.zulip.org/#narrow/stream/516-mobile-dev-help
80+
[czo-mobile]: https://chat.zulip.org/#narrow/stream/48-mobile
7681
[czo-doc]: https://zulip.readthedocs.io/en/latest/contributing/chat-zulip-org.html
7782

7883

@@ -103,7 +108,7 @@ started with the code, follow this doc:
103108
* [Developer Guide](docs/developer-guide.md)
104109

105110
Then see our [Contribution Guidelines](CONTRIBUTING.md), and come say
106-
hello in [the #mobile stream](#discussion).
111+
hello in [the #mobile-dev-help stream](#discussion).
107112

108113
For more reading, take a look at our [developer docs](docs/).
109114

docs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To get started with the code, follow our [Developer
1818
Guide](developer-guide.md).
1919

2020
Then see our [Contribution Guidelines](../CONTRIBUTING.md), and come
21-
say hello in [the #mobile stream](../README.md#discussion).
21+
say hello in [the #mobile-dev-help stream](../README.md#discussion).
2222

2323
To learn more, take a look through our developer documentation.
2424
See below.
@@ -31,7 +31,7 @@ The key docs to read up front are the [main README](../README.md), the
3131
Guidelines](../CONTRIBUTING.md).
3232

3333
After you've gotten the development environment running, and said
34-
hello in the #mobile stream in chat, some good things to read to learn
34+
hello in the #mobile-dev-help stream in chat, some good things to read to learn
3535
more include:
3636

3737
* [Architecture](architecture.md)

docs/howto/push-notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ You should now be getting notifications on your iOS development build!
223223

224224
If it's not working, first check that mobile notification settings are
225225
on, using the web app's settings interface. Then please ask for help
226-
in [#mobile](https://chat.zulip.org/#narrow/stream/48-mobile) on
226+
in [#mobile-dev-help](https://chat.zulip.org/#narrow/stream/516-mobile-dev-help) on
227227
chat.zulip.org, so we can debug.
228228

229229

docs/howto/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ taking a look through two key areas of the Flow docs:
184184

185185
Flow is not among the world's best-documented software, though. If
186186
you look for something in its docs and don't find it there, ask about
187-
it in chat in `#mobile` or `#mobile-team`. If none of us know, some
187+
it in chat in `#mobile-dev-help`. If none of us know, some
188188
good places we might look are:
189189
* searching [its issues][flow-issues] (including closed issues);
190190
sometimes a valuable feature is undocumented and the best discussion

docs/howto/windows-wsl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ would be welcome!)
4545
## WSL / Ubuntu for Windows
4646
These instructions are **in beta** -- they haven't been tested by as
4747
wide a range of contributors as most of our developer documentation.
48-
If you're trying them, we would love to hear from you [in #mobile on
48+
If you're trying them, we would love to hear from you [in #mobile-dev-help on
4949
chat.zulip.org][czo]!
5050

5151
Again, if you aren't already comfortable with the Linux (or macOS)
@@ -99,7 +99,7 @@ many of these.)
9999

100100
These are primarily one Zulip contributor's notes from setting up
101101
their dev environment on WSL. Again, if you're trying them, please
102-
come and say hello [in #mobile on chat.zulip.org][czo]!
102+
come and say hello [in #mobile-dev-help on chat.zulip.org][czo]!
103103

104104
0. Update Windows to the latest version. To use WSL you'll need at least
105105
the Windows 10 Fall Creators Update, released in late 2017. (For

tools/lib/ensure-coreutils.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Found Homebrew installation of coreutils at:
5959
${homebrew_gnubin}
6060
but it doesn't seem to work.
6161
62-
Please report this in #mobile on https://chat.zulip.org/
62+
Please report this in #mobile-dev-help on https://chat.zulip.org/
6363
and we'll help debug.
6464
EOF
6565
return 2
@@ -87,7 +87,7 @@ Install from upstream:
8787
https://www.gnu.org/software/coreutils/
8888
or from your favorite package manager.
8989
90-
If you have any questions, ask in #mobile on https://chat.zulip.org/
90+
If you have any questions, ask in #mobile-dev-help on https://chat.zulip.org/
9191
and we'll be happy to help.
9292
EOF
9393
return 2

0 commit comments

Comments
 (0)