Skip to content

Commit 9924e8b

Browse files
Fix broken documentation links and add link to 0.6.0 documentation (#106)
* Fix broken documentation links and add link to 0.6.0 documentation. * Add link to latest release. * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Stephen Celis <[email protected]>
1 parent 1cfd564 commit 9924e8b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -122,20 +122,12 @@ For [Vapor][vapor] bindings to URL Routing, see the [Vapor Routing][vapor-routin
122122

123123
## Documentation
124124

125-
The documentation for releases and main are available here:
126-
127-
* [main][swift-url-routing-docs]
128-
* [0.5.0](https://pointfreeco.github.io/swift-url-routing/0.5.0/documentation/urlrouting)
129-
* [0.4.0](https://pointfreeco.github.io/swift-url-routing/0.4.0/documentation/urlrouting)
130-
* [0.3.0](https://pointfreeco.github.io/swift-url-routing/0.3.0/documentation/urlrouting)
131-
* [0.2.0](https://pointfreeco.github.io/swift-url-routing/0.2.0/documentation/urlrouting)
132-
* [0.1.0](https://pointfreeco.github.io/swift-url-routing/0.1.0/documentation/urlrouting)
125+
The documentation for releases and main are available [here](https://swiftpackageindex.com/pointfreeco/swift-url-routing/main/documentation/urlrouting).
133126

134127
## License
135128

136129
This library is released under the MIT license. See [LICENSE](LICENSE) for details.
137130

138-
[swift-url-routing-docs]: https://pointfreeco.github.io/swift-url-routing
139131
[swift-parsing]: http://github.com/pointfreeco/swift-parsing
140132
[vapor-routing]: http://github.com/pointfreeco/vapor-routing
141133
[vapor]: http://vapor.codes

0 commit comments

Comments
 (0)