Skip to content

Commit

Permalink
Fix link to the Building Python on Windows doc.
Browse files Browse the repository at this point in the history
Closes bazelbuild#3411.

PiperOrigin-RevId: 162464151
  • Loading branch information
yilei authored and aehlig committed Jul 19, 2017
1 parent c8521d0 commit 404ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 404ebc7

Please sign in to comment.