Skip to content

Commit 255ef66

Browse files
authored
Change doc references (#532)
* Change doc references Together with #531, updating GitHub pages references to those hosted by Swift Package Index. * Change GitHub Pages reference to Swift Package Index
1 parent 9f103e4 commit 255ef66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The 1.2.0 release includes contributions from [allevato], [clayellis],
5858
[compnerd], [d-ronnqvist], [natecook1000], [randomeizer], and [rauhul].
5959
Thank you!
6060

61-
[arrayparse-docs]: https://apple.github.io/swift-argument-parser/documentation/argumentparser/argumentarrayparsingstrategy
61+
[arrayparse-docs]: https://swiftpackageindex.com/apple/swift-argument-parser/documentation/argumentparser/argumentarrayparsingstrategy
6262

6363
---
6464

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ For guides, articles, and API documentation see the
7272
[library's documentation on the Web][docs] or in Xcode.
7373

7474
- [ArgumentParser documentation][docs]
75-
- [Getting Started with ArgumentParser](https://apple.github.io/swift-argument-parser/documentation/argumentparser/gettingstarted)
76-
- [`ParsableCommand` documentation](https://apple.github.io/swift-argument-parser/documentation/argumentparser/parsablecommand)
75+
- [Getting Started with ArgumentParser](https://swiftpackageindex.com/apple/swift-argument-parser/documentation/argumentparser/gettingstarted)
76+
- [`ParsableCommand` documentation](https://swiftpackageindex.com/apple/swift-argument-parser/documentation/argumentparser/parsablecommand)
7777

78-
[docs]: https://apple.github.io/swift-argument-parser/documentation/argumentparser/
78+
[docs]: https://swiftpackageindex.com/apple/swift-argument-parser/documentation/argumentparser
7979

8080
#### Examples
8181

0 commit comments

Comments
 (0)