Skip to content

Commit

Permalink
fixup! docs: Update README.md with link to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Feb 4, 2025
1 parent 671961d commit 32512db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Hydro provides a [high-level API](https://hydro.run/docs/hydro) that allows you

> Internally, the Hydro stack compiles Hydro programs into a low-level single-threaded DataFlow Internal Representation (IR) language called [DFIR](https://hydro.run/docs/dfir); each Hydro process corresponds to a separate DFIR program. In rare cases you may want to hand-author one or more processes in DFIR; see the DFIR [documentation](https://hydro.run/docs/dfir) or [examples](https://github.com/hydro-project/hydro/tree/main/dfir_rs/examples) for details.
## Dev Quickstart
## Development Quick Start

See the [quickstart section of the Hydro book](https://hydro.run/docs/hydro/quickstart/) for instructions on installing Rust and getting started with the Hydro template.

Expand Down Expand Up @@ -57,6 +57,6 @@ The Hydro project's main website is at [https://hydro.run](https://hydro.run).
- The first paper on optimizations from SIGMOD 2024: [Optimizing Distributed Protocols with Query Rewrites](https://hydro.run/papers/david-sigmod-2024.pdf)
- The first paper on Hydro's formal semantics to appear in POPL 2025: [Flo: a Semantic Foundation for Progressive Stream Processing](https://arxiv.org/abs/2411.08274)

# Contribute
# Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).
For Hydro development setup and contribution, see [CONTRIBUTING.md](CONTRIBUTING.md).

0 comments on commit 32512db

Please sign in to comment.