aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master/docs/tutorial/backend-server.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/versions/master/docs/tutorial/backend-server.md')
-rw-r--r--site/versions/master/docs/tutorial/backend-server.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/tutorial/backend-server.md b/site/versions/master/docs/tutorial/backend-server.md
index 250be4441f..a3dc8fffbd 100644
--- a/site/versions/master/docs/tutorial/backend-server.md
+++ b/site/versions/master/docs/tutorial/backend-server.md
@@ -51,7 +51,7 @@ The key files and directories are:
## Update the WORKSPACE file
As with the Android app, you must add references to
-[external dependencies](http://bazel.io/docs/external.html) to your `WORKSPACE`
+[external dependencies](http://bazel.build/docs/external.html) to your `WORKSPACE`
file. For the backend server, these are references to the App Engine SDK,
the Java Servlet SDK and other libraries needed to build the App Engine
applications.