aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/windows.md')
-rw-r--r--site/docs/windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/windows.md b/site/docs/windows.md
index 7b986b3780..035295c35d 100644
--- a/site/docs/windows.md
+++ b/site/docs/windows.md
@@ -123,7 +123,7 @@ bazel run examples/java-native/src/main/java/com/example/myproject:hello-world
On Windows, we build a self-extracting zip file for executable Python targets, you can even use
`python ./bazel-bin/path/to/target` to run it in native Windows command line (cmd.exe).
-See more details in this [design doc](/designs/2016/09/05/build-python-on-windows.html).
+See more details in this [design doc](https://bazel.build/designs/2016/09/05/build-python-on-windows.html).
```bash
bazel build examples/py_native:bin