aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Yilei (Dolee) Yang <yileiyang9@gmail.com>2017-07-19 11:50:21 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-07-19 16:46:10 +0200
commit404ebc762124373f128959e6abb49aeba5f88de0 (patch)
tree6f9c4107ded96d2f8225d94a6c416dc6978a8fd5 /site/docs
parentc8521d0e516f55dbc16c504f1406eded18578353 (diff)
Fix link to the Building Python on Windows doc.
Closes #3411. PiperOrigin-RevId: 162464151
Diffstat (limited to 'site/docs')
-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