fix: fix broken links incorrectly converted to point to PyPA org

This commit is contained in:
C.A.M. Gerlach
2021-11-03 18:00:15 -05:00
parent 603a7b5bde
commit ecf8122379
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ _26 May 2019_
- 🌟 Add support for building on Azure pipelines! This lets you build all
Linux, Mac and Windows wheels on one service, so it promises to be the
easiest to set up! Check out the quickstart in the docs, or
[cibuildwheel-azure-example](https://github.com/pypa/cibuildwheel-azure-example)
[cibuildwheel-azure-example](https://github.com/joerick/cibuildwheel-azure-example)
for an example project. (#126, #132)
- 🛠 Internal change - the end-to-end test projects format was updated, so we
can more precisely assert what should be produced for each one. (#136, #137).