Update links in README and integration guide.

This commit is contained in:
Sumana Harihareswara 2016-07-09 10:12:37 -04:00 committed by Tim Abbott
parent e98f24734c
commit db6c9702c2
3 changed files with 7 additions and 7 deletions

View File

@ -23,8 +23,8 @@ at https://www.zulip.org.
## Installing the Zulip Development environment ## Installing the Zulip Development environment
The Zulip development environment is the recommended option for folks The Zulip development environment is the recommended option for folks
interested in trying out Zulip. This is documented in interested in trying out Zulip. This is documented in [the developer
[README.dev.md](https://github.com/zulip/zulip/blob/master/README.dev.md). installation guide][dev-install].
## Running Zulip in production ## Running Zulip in production
@ -78,11 +78,12 @@ PostgreSQL extension][tsearch], as separate repos.
contributing! contributing!
[cla]: https://opensource.dropbox.com/cla/ [cla]: https://opensource.dropbox.com/cla/
[dev-install]: https://github.com/zulip/zulip/blob/master/README.dev.md
[doc]: https://zulip.readthedocs.io/ [doc]: https://zulip.readthedocs.io/
[doc-commit-style]: http://zulip.readthedocs.io/en/latest/code-style.html#commit-messages [doc-commit-style]: http://zulip.readthedocs.io/en/latest/code-style.html#commit-messages
[doc-dirstruct]: http://zulip.readthedocs.io/en/latest/directory-structure.html [doc-dirstruct]: http://zulip.readthedocs.io/en/latest/directory-structure.html
[doc-newfeat]: http://zulip.readthedocs.io/en/latest/new-feature-tutorial.html [doc-newfeat]: http://zulip.readthedocs.io/en/latest/new-feature-tutorial.html
[doc-test]: https://github.com/zulip/zulip/blob/master/README.dev.md#running-the-test-suite [doc-test]: http://zulip.readthedocs.io/en/latest/testing.html
[gg-devel]: https://groups.google.com/forum/#!forum/zulip-devel [gg-devel]: https://groups.google.com/forum/#!forum/zulip-devel
[gh-issues]: https://github.com/zulip/zulip/issues [gh-issues]: https://github.com/zulip/zulip/issues
[desktop]: https://github.com/zulip/zulip-desktop [desktop]: https://github.com/zulip/zulip-desktop

View File

@ -78,7 +78,7 @@ environments).
At this point you should [read about using the development At this point you should [read about using the development
environment][using-dev]. environment][using-dev].
[using-dev]: #using-the-development-environment [using-dev]: using-dev-environment.html
### Specifying a proxy ### Specifying a proxy

View File

@ -93,9 +93,8 @@ Here's how we recommend doing it:
test-backend zerver.tests.test_hooks.PagerDutyHookTests test-backend zerver.tests.test_hooks.PagerDutyHookTests
``` ```
See See [this guide](testing.html) for more details on the Zulip test
https://github.com/zulip/zulip/blob/master/README.dev.md#running-the-test-suite runner.
for more details on the Zulip test runner.
* Once you've gotten your webhook working and passing a test, capture * Once you've gotten your webhook working and passing a test, capture
payloads for the other common types of posts the service's webhook payloads for the other common types of posts the service's webhook