From b8d972af3c6403f21e633873242e3933d27bbccb Mon Sep 17 00:00:00 2001 From: Ibrahim Koteish Date: Thu, 30 Jan 2025 17:45:53 +0100 Subject: [PATCH 1/2] Fix the documentation link to point to `Perceptible` protocol inside `PerceptionCore` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 859e752..945075a 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,4 @@ This library is released under the MIT license. See [LICENSE](LICENSE) for detai [pointfreeco]: https://www.pointfree.co [mbrandonw]: https://twitter.com/mbrandonw [stephencelis]: https://twitter.com/stephencelis -[docs]: https://swiftpackageindex.com/pointfreeco/swift-perception/main/documentation/perception +[docs]: https://swiftpackageindex.com/pointfreeco/swift-perception/main/documentation/perceptioncore/perceptible From 13e00ff5bba0dc49bdc03731f1e23a174765bc79 Mon Sep 17 00:00:00 2001 From: Ibrahim Koteish Date: Thu, 30 Jan 2025 17:57:49 +0100 Subject: [PATCH 2/2] Flip the documentation_targets --- .spi.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.spi.yml b/.spi.yml index 90922ae..f1fb927 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,4 +1,4 @@ version: 1 builder: configs: - - documentation_targets: [Perception, PerceptionCore] + - documentation_targets: [PerceptionCore, Perception] diff --git a/README.md b/README.md index 945075a..859e752 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,4 @@ This library is released under the MIT license. See [LICENSE](LICENSE) for detai [pointfreeco]: https://www.pointfree.co [mbrandonw]: https://twitter.com/mbrandonw [stephencelis]: https://twitter.com/stephencelis -[docs]: https://swiftpackageindex.com/pointfreeco/swift-perception/main/documentation/perceptioncore/perceptible +[docs]: https://swiftpackageindex.com/pointfreeco/swift-perception/main/documentation/perception