From ecf8122379b9a69cdf727f280f9ccbce8c0667f4 Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Mon, 1 Nov 2021 01:44:24 -0500 Subject: [PATCH] fix: fix broken links incorrectly converted to point to PyPA org --- docs/changelog.md | 2 +- docs/deliver-to-pypi.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 66b3e6db..3a9b2247 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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). diff --git a/docs/deliver-to-pypi.md b/docs/deliver-to-pypi.md index bddeea0f..3d794f23 100644 --- a/docs/deliver-to-pypi.md +++ b/docs/deliver-to-pypi.md @@ -33,4 +33,4 @@ Obviously, manual steps are for chumps, so we can automate this a little by usin If you don't need much control over the release of a package, you can set up cibuildwheel to deliver the wheels straight to PyPI. This doesn't require anycloud storage to work - you just need to bump the version and tag it. -[`examples/travis-ci-deploy.yml`](https://github.com/pypa/cibuildwheel/blob/main/examples/travis-ci-deploy.yml) and [`examples/github-deploy.yml`](https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml) are example configurations that automatically upload wheels to PyPI. Also check out [this example repo](https://github.com/pypa/cibuildwheel-autopypi-example) for more detailed instructions on how to set this up. +See [`examples/travis-ci-deploy.yml`](https://github.com/pypa/cibuildwheel/blob/main/examples/travis-ci-deploy.yml) and [`examples/github-deploy.yml`](https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml) for example configurations that automatically upload wheels to PyPI.