Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing broken links #2 #2705

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ We accept and encourage contributions no matter how small so if tremor is compel

See our [Demo](demo/README.md) for a complex Tremor setup that can easily be run locally by using docker compose.

Checkout the [Recipes](https://www.tremor.rs/docs/recipes/README) on our website. Each comes with a docker compose file to run and play with without requiring lots of dependencies.
Checkout the [Guides](https://www.tremor.rs/docs/0.12/guides/) on our website for more examples on how to use tremor.

## Packages

Expand Down Expand Up @@ -215,7 +215,7 @@ $ docker run -i -v"$PWD:/etc/tremor/config" tremorproject/tremor:latest

Please also look at the [demo](demo/configs/tremor/config) for a fully documented example.

For more involved examples check out our [Recipes](https://tremor.rs/docs/0.12/recipes/index).
For more involved examples check out our [Recipes](https://www.tremor.rs/docs/0.12/language/common_patterns).


## Local Demo
Expand Down
Loading