From c5af0fcccedfb55fe2362da4479aea261ece3328 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 3 Feb 2020 16:55:28 -0800 Subject: [PATCH] docs: Fix anchors for using. We could have just updated the links, but it's probably better the way it was originally. --- docs/development/using.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/using.md b/docs/development/using.md index c1629af1a4..f05fffb5f2 100644 --- a/docs/development/using.md +++ b/docs/development/using.md @@ -61,7 +61,7 @@ the development environment][authentication-dev-server]. the one you use for manual testing in the UI, so changes you make to the database manually will never affect the automated tests. -## Web application +## Web * Once the development server (`run-dev.py`) is running, you can visit in your browser. @@ -87,7 +87,7 @@ the development environment][authentication-dev-server]. profilers in their built-in developer tools. * `debug.js` has some occasionally useful JavaScript profiling code. -## Mobile apps +## Mobile See the mobile project's documentation on [using a development server for mobile development][mobile-dev-server].