From 754cc8533a461d89e180d2fdb08626c824a295ec Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 10 Aug 2023 18:36:20 +0200 Subject: [PATCH] Fix links to signing examples Windows and OSX were switched --- docs/source/howto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/howto.md b/docs/source/howto.md index c6d31208..95fac931 100644 --- a/docs/source/howto.md +++ b/docs/source/howto.md @@ -49,8 +49,8 @@ Once signed, you can notarize your PKG with Apple's `notarytool`. ```{seealso} Example of a CI pipeline implementing: -- [Signing on Windows](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L349) -- [Signing](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L390) and [notarization](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L459) on macOS +- [Signing on Windows](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L390) +- [Signing](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L349) and [notarization](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L459) on macOS ``` ## Create shortcuts