mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 17:01: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)
|
* First-class [route meta-data](https://metosin.github.io/reitit/basics.html#route-data)
|
||||||
* Generic, not tied to HTTP
|
* Generic, not tied to HTTP
|
||||||
* [Route conflict resolution](https://metosin.github.io/reitit/route_conflicts.html)
|
* [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
|
* both [Middleware](https://metosin.github.io/reitit/compiling_middleware.html) & Interceptors
|
||||||
* Extendable
|
* Extendable
|
||||||
* Fast
|
* Fast
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
[Reitit](https://github.com/metosin/reitit) is a small Clojure(Script) library for data-driven routing.
|
[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)
|
* Simple data-driven [route syntax](./basics.md#route-syntax)
|
||||||
* First-class [route meta-data](./routing/route_metadata.md)
|
* First-class [route meta-data](./basics.md#route-data)
|
||||||
* Bi-directional-routing
|
* Bi-directional-routing
|
||||||
* [Route conflict resolution](./routing/route_conflicts.md)
|
* [Route conflict resolution](./route_conflicts.md)
|
||||||
* [Pluggable coercion](./parameter-coercion.md) ([clojure.spec](https://clojure.org/about/spec))
|
* [Pluggable coercion](./parameter_coercion.md) ([clojure.spec](https://clojure.org/about/spec))
|
||||||
* Both [Middleware](./ring.md#middleware) & Interceptors
|
* Both [Middleware](./ring.md#middleware) & Interceptors
|
||||||
* Extendable
|
* Extendable
|
||||||
* Fast
|
* Fast
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue