From 404ebc762124373f128959e6abb49aeba5f88de0 Mon Sep 17 00:00:00 2001 From: "Yilei (Dolee) Yang" Date: Wed, 19 Jul 2017 11:50:21 +0200 Subject: Fix link to the Building Python on Windows doc. Closes #3411. PiperOrigin-RevId: 162464151 --- site/docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs') 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 -- cgit v1.2.3