Skip to content

Commit

Permalink
absolute links
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 14, 2024
1 parent 91918c9 commit 1f51a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Rwf is a comprehensive framework for building web applications in Rust. Written
- ✔ Tight integration with [Hotwired Turbo](https://turbo.hotwired.dev/) for building [backend-driven SPAs](https://github.com/levkk/rwf/tree/main/examples/turbo)
- ✔ Environment-specific configuration
- ✔ Logging and metrics
- ✔ [CLI](rwf-cli)
- ✔ [CLI](https://github.com/levkk/rwf/tree/main/rwf-cli)
- ✔ WSGI server for [migrating](https://github.com/levkk/rwf/tree/main/examples/django) from Django/Flask apps
- ✔ Rack server for [migrating](https://github.com/levkk/rwf/tree/main/examples/rails) from Rails

Expand Down Expand Up @@ -65,7 +65,7 @@ async fn main() {
}
```

## https://github.com/levkk/rwf/tree/main/examples
## Examples

See [examples](https://github.com/levkk/rwf/tree/main/examples) for common use cases.

Expand Down

0 comments on commit 1f51a24

Please sign in to comment.