Skip to content

Commit ec12e8b

Browse files
authored
docs: fix broken links in README and CONTRIBUTING (ArroyoSystems#1018)
- README.md: fix malformed tutorial link (had extra '[' and mismatched parens) '[tutorial]([https://...])' → '[tutorial](https://...)' - CONTRIBUTING.md: fix Discord link that incorrectly pointed to dev-setup page instead of the actual Discord server invite URL
1 parent 5a31d17 commit ec12e8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
We welcome contributions from the community!
44

55
Please refer to the [dev setup](https://doc.arroyo.dev/developing/dev-setup) guide for how to get started. You can
6-
find help on our [discord](https://doc.arroyo.dev/developing/dev-setup) or via email at
6+
find help on our [discord](https://discord.gg/cjCr5rVmyR) or via email at
77
[support@arroyo.systems](mailto:support@arroyo.systems).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Then, load the Web UI at http://localhost:5115.
105105

106106
For a more in-depth guide, see the [getting started guide](https://doc.arroyo.dev/getting-started).
107107

108-
Once you have Arroyo running, follow the [tutorial]([https://doc.arroyo.dev/tutorial/first-pipeline/)) to create your first real-time
108+
Once you have Arroyo running, follow the [tutorial](https://doc.arroyo.dev/tutorial/first-pipeline/) to create your first real-time
109109
pipeline.
110110

111111

0 commit comments

Comments
 (0)