diff --git a/docs/development/remote.md b/docs/development/remote.md index c7879c5aad..886e784341 100644 --- a/docs/development/remote.md +++ b/docs/development/remote.md @@ -81,10 +81,10 @@ you cloned Zulip: ``` This will start up the Zulip server on port 9991. You can then -navigate to `http://:9991` and you should see something like +navigate to `http://:9991/devlogin` and you should see something like this screenshot of the Zulip development environment: -![Image of Zulip development environment](../images/zulip-dev.png) +![Image of Zulip development environment](../images/zulip-devlogin.png) The `--interface=''` option makes the Zulip development environment accessible from any IP address (in contrast with the much more secure diff --git a/docs/development/setup-recommended.md b/docs/development/setup-recommended.md index 8445892e2c..b5ce2f9d89 100644 --- a/docs/development/setup-recommended.md +++ b/docs/development/setup-recommended.md @@ -404,11 +404,11 @@ webpack: bundle is now VALID. ``` Now the Zulip server should be running and accessible. Verify this by -navigating to in the browser on your main machine. +navigating to in the browser on your main machine. You should see something like this: -![Image of Zulip development environment](../images/zulip-dev.png) +![Image of Zulip devlogin](../images/zulip-devlogin.png) The Zulip server will continue to run and send output to the terminal window. When you navigate to Zulip in your browser, check your terminal and you diff --git a/docs/images/zulip-dev.png b/docs/images/zulip-dev.png deleted file mode 100644 index 7546d43e7f..0000000000 Binary files a/docs/images/zulip-dev.png and /dev/null differ diff --git a/docs/images/zulip-devlogin.png b/docs/images/zulip-devlogin.png new file mode 100644 index 0000000000..d6d75ee782 Binary files /dev/null and b/docs/images/zulip-devlogin.png differ