diff options
author | Jeremy Rand <jeremyrand@danwin1210.de> | 2022-06-28 03:37:18 +0000 |
---|---|---|
committer | Jeremy Rand <jeremyrand@danwin1210.de> | 2022-06-28 03:37:18 +0000 |
commit | e410144fc40ec208c748f5701f555867fbf12fa3 (patch) | |
tree | 0a0f84beb5caaf48c364c505d38afe93cd469155 /contrib/macdeploy | |
parent | 2111f32f2a6998531871e7792b5208992868ba7f (diff) |
doc: Fix typo in macdeploy
The text of the link used an underscore, while the URL used a space.
The latter is correct; the former yields zero results on Apple's
website.
Diffstat (limited to 'contrib/macdeploy')
-rw-r--r-- | contrib/macdeploy/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index 64e36f22b9..599a0bfa6c 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -20,7 +20,7 @@ can be extracted from [Xcode_12.2.xip](https://download.developer.apple.com/Developer_Tools/Xcode_12.2/Xcode_12.2.xip). Alternatively, after logging in to your account go to 'Downloads', then 'More' -and search for [`Xcode_12.2`](https://developer.apple.com/download/all/?q=Xcode%2012.2). +and search for [`Xcode 12.2`](https://developer.apple.com/download/all/?q=Xcode%2012.2). An Apple ID and cookies enabled for the hostname are needed to download this. |