Skip to content

Commit f286281

Browse files
authored
Fix a few links: s/cocoIndex/cocoindex-io/. (#201)
1 parent 2108cb0 commit f286281

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/about/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Join the CocoIndex community
77

88
Welcome with a huge coconut hug 🥥⋆。˚🤗.
99

10-
We are super excited for community contributions of all kinds - whether it's code improvements, documentation updates, issue reports, feature requests on [GitHub](https://github.com/cocoIndex/cocoindex), and discussions in our [Discord](https://discord.com/invite/zpA9S2DR7s).
10+
We are super excited for community contributions of all kinds - whether it's code improvements, documentation updates, issue reports, feature requests on [GitHub](https://github.com/cocoindex-io/cocoindex), and discussions in our [Discord](https://discord.com/invite/zpA9S2DR7s).
1111

1212
We would love to fostering an inclusive, welcoming, and supportive environment. Contributing to CocoIndex should feel collaborative, friendly and enjoyable for everyone. Together, we can build better AI applications through robust data infrastructure.
1313

docs/docs/about/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ We love contributions from our community! This guide explains how to get involve
3636

3737
To submit your code:
3838

39-
1. Fork the [CocoIndex repository](https://github.com/cocoIndex/cocoindex)
39+
1. Fork the [CocoIndex repository](https://github.com/cocoindex-io/cocoindex)
4040
2. [Create a new branch](https://docs.github.com/en/desktop/making-changes-in-a-branch/managing-branches-in-github-desktop) on your fork
4141
3. Make your changes
4242
4. [Open a Pull Request (PR)](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) when your work is ready for review

docs/docs/getting_started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,6 @@ It will ask you to enter a query and it will return the top 10 results.
217217
Next, you may want to:
218218
219219
* Learn about [CocoIndex Basics](../core/basics.md).
220-
* Learn about other examples in the [examples](https://github.com/cocoIndex/cocoindex/tree/main/examples) directory.
220+
* Learn about other examples in the [examples](https://github.com/cocoindex-io/cocoindex/tree/main/examples) directory.
221221
* The `text_embedding` example is this quickstart with some polishing (loading environment variables from `.env` file, extract pieces shared by the indexing flow and query handler into a function).
222222
* Pick other examples to learn upon your interest.

0 commit comments

Comments
 (0)