From bf8b4452d8fd575981c7705890732521625f4fe0 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Fri, 16 Aug 2024 09:28:04 -0400 Subject: [PATCH 1/5] Fix broken documentation links and add link to 0.6.0 documentation. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 051606c9ff..fadb1d513b 100644 --- a/README.md +++ b/README.md @@ -124,18 +124,18 @@ For [Vapor][vapor] bindings to URL Routing, see the [Vapor Routing][vapor-routin The documentation for releases and main are available here: -* [main][swift-url-routing-docs] -* [0.5.0](https://pointfreeco.github.io/swift-url-routing/0.5.0/documentation/urlrouting) -* [0.4.0](https://pointfreeco.github.io/swift-url-routing/0.4.0/documentation/urlrouting) -* [0.3.0](https://pointfreeco.github.io/swift-url-routing/0.3.0/documentation/urlrouting) -* [0.2.0](https://pointfreeco.github.io/swift-url-routing/0.2.0/documentation/urlrouting) -* [0.1.0](https://pointfreeco.github.io/swift-url-routing/0.1.0/documentation/urlrouting) +* [main](https://swiftpackageindex.com/pointfreeco/swift-url-routing/main/documentation/urlrouting) +* [0.6.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.6.0/documentation/urlrouting) +* [0.5.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.5.0/documentation/urlrouting) +* [0.4.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.4.0/documentation/urlrouting) +* [0.3.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.3.0/documentation/urlrouting) +* [0.2.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.2.0/documentation/urlrouting) +* [0.1.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.1.0/documentation/urlrouting) ## License This library is released under the MIT license. See [LICENSE](LICENSE) for details. -[swift-url-routing-docs]: https://pointfreeco.github.io/swift-url-routing [swift-parsing]: http://github.com/pointfreeco/swift-parsing [vapor-routing]: http://github.com/pointfreeco/vapor-routing [vapor]: http://vapor.codes From b339eabd5f1db77e89272ef52d5feed15396a929 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Fri, 16 Aug 2024 09:32:09 -0400 Subject: [PATCH 2/5] Add link to latest release. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fadb1d513b..1668857372 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ For [Vapor][vapor] bindings to URL Routing, see the [Vapor Routing][vapor-routin The documentation for releases and main are available here: * [main](https://swiftpackageindex.com/pointfreeco/swift-url-routing/main/documentation/urlrouting) +* [latest release](http://swiftpackageindex.com/pointfreeco/swift-url-routing/documentation) * [0.6.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.6.0/documentation/urlrouting) * [0.5.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.5.0/documentation/urlrouting) * [0.4.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.4.0/documentation/urlrouting) From 2d0c965432ec9d7b0ad23250cb1fe9f82646e11f Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 16 Aug 2024 07:44:18 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 1668857372..694fd8ad63 100644 --- a/README.md +++ b/README.md @@ -124,14 +124,6 @@ For [Vapor][vapor] bindings to URL Routing, see the [Vapor Routing][vapor-routin The documentation for releases and main are available here: -* [main](https://swiftpackageindex.com/pointfreeco/swift-url-routing/main/documentation/urlrouting) -* [latest release](http://swiftpackageindex.com/pointfreeco/swift-url-routing/documentation) -* [0.6.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.6.0/documentation/urlrouting) -* [0.5.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.5.0/documentation/urlrouting) -* [0.4.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.4.0/documentation/urlrouting) -* [0.3.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.3.0/documentation/urlrouting) -* [0.2.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.2.0/documentation/urlrouting) -* [0.1.0](https://swiftpackageindex.com/pointfreeco/swift-url-routing/0.1.0/documentation/urlrouting) ## License From 1d839b68ce701a5964348cc0bab370afeec2aaf9 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 16 Aug 2024 07:44:22 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 694fd8ad63..78ba908d52 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ For [Vapor][vapor] bindings to URL Routing, see the [Vapor Routing][vapor-routin ## Documentation -The documentation for releases and main are available here: +The documentation for releases and main are available [here](https://swiftpackageindex.com/pointfreeco/swift-url-routing/main/documentation/urlrouting). ## License From 622aa387f6a4154802342730a73dad4c04a235c4 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 16 Aug 2024 07:44:40 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 78ba908d52..9287b63fa6 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ For [Vapor][vapor] bindings to URL Routing, see the [Vapor Routing][vapor-routin The documentation for releases and main are available [here](https://swiftpackageindex.com/pointfreeco/swift-url-routing/main/documentation/urlrouting). - ## License This library is released under the MIT license. See [LICENSE](LICENSE) for details.