From 3983fb204934feb688ccad5a11a47794733b4f7c Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Wed, 23 Dec 2020 19:18:53 +0000 Subject: [PATCH] Fix broken link in docs --- docs/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/options.md b/docs/options.md index f30da942..e12ad186 100644 --- a/docs/options.md +++ b/docs/options.md @@ -160,8 +160,8 @@ CIBW_SKIP: pp* A space-separated list of architectures to build. Use this in conjunction with emulation, such as that provided by [docker/setup-qemu-action][setup-qemu-action] -or [tonistiigi/binfmt][tonistiigi/binfmt], to build architectures other than -those your machine natively supports. +or [tonistiigi/binfmt][binfmt], to build architectures other than those your +machine natively supports. Options: `auto` `x86_64` `i686` `aarch64` `ppc64le` `s390x`