mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Fix doc links
This commit is contained in:
parent
3385741618
commit
b01bcd8972
2 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ A friendly data-driven router for Clojure(Script).
|
|||
* First-class [route meta-data](https://metosin.github.io/reitit/basics.html#route-data)
|
||||
* Generic, not tied to HTTP
|
||||
* [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))
|
||||
* [Pluggable coercion](https://metosin.github.io/reitit/parameter_coercion.html) ([clojure.spec](https://clojure.org/about/spec))
|
||||
* both [Middleware](https://metosin.github.io/reitit/compiling_middleware.html) & Interceptors
|
||||
* Extendable
|
||||
* Fast
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
[Reitit](https://github.com/metosin/reitit) is a small Clojure(Script) library for data-driven routing.
|
||||
|
||||
* Simple data-driven [route syntax](./routing/route_syntax.md)
|
||||
* First-class [route meta-data](./routing/route_metadata.md)
|
||||
* Simple data-driven [route syntax](./basics.md#route-syntax)
|
||||
* First-class [route meta-data](./basics.md#route-data)
|
||||
* Bi-directional-routing
|
||||
* [Route conflict resolution](./routing/route_conflicts.md)
|
||||
* [Pluggable coercion](./parameter-coercion.md) ([clojure.spec](https://clojure.org/about/spec))
|
||||
* [Route conflict resolution](./route_conflicts.md)
|
||||
* [Pluggable coercion](./parameter_coercion.md) ([clojure.spec](https://clojure.org/about/spec))
|
||||
* Both [Middleware](./ring.md#middleware) & Interceptors
|
||||
* Extendable
|
||||
* Fast
|
||||
|
|
|
|||
Loading…
Reference in a new issue