mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Fix readme doc links
This commit is contained in:
parent
bc98adb300
commit
a6766ff43a
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
A friendly data-driven router for Clojure(Script).
|
||||
|
||||
* Simple data-driven [route syntax](#route-syntax)
|
||||
* First-class [route meta-data](#route-meta-data)
|
||||
* Simple data-driven [route syntax](https://metosin.github.io/reitit/basics.html#route-syntax)
|
||||
* First-class [route meta-data](https://metosin.github.io/reitit/basics.html#route-data)
|
||||
* Generic, not tied to HTTP
|
||||
* [Route conflict resolution](#route-conflicts)
|
||||
* [Pluggable coercion](#parameter-coercion) ([clojure.spec](https://clojure.org/about/spec))
|
||||
* both [Middleware](#middleware) & Interceptors
|
||||
* [Route conflict resolution](https://metosin.github.io/reitit/route_conflicts.html)
|
||||
* [Pluggable coercion](https://metosin.github.io/reitit/route_validation.html) ([clojure.spec](https://clojure.org/about/spec))
|
||||
* both [Middleware](https://metosin.github.io/reitit/compiling_middleware.html) & Interceptors
|
||||
* Extendable
|
||||
* Fast
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue