From 05d30739602c58bcb8584453b470b8711310afc8 Mon Sep 17 00:00:00 2001 From: Ben Reeves Date: Thu, 5 Apr 2018 17:41:38 -0400 Subject: [PATCH] vagrant: Fix link to testing docs in motd. Change https://zulip.readthedocs.io/en/latest/testing.html to the new https://zulip.readthedocs.io/en/latest/testing/testing.html --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b4891da4ed..d06a339f48 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -167,7 +167,7 @@ Welcome to the Zulip development environment! Popular commands: * tools/lint - Run the linter (quick and catches many problmes) * tools/test-* - Run tests (use --help to learn about options) -Read https://zulip.readthedocs.io/en/latest/testing.html to learn +Read https://zulip.readthedocs.io/en/latest/testing/testing.html to learn how to run individual test suites so that you can get a fast debug cycle. EndOfMessage'