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

docs: update to be relative paths so dont open new tabs #2789

Merged
merged 1 commit into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/docs/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Resources related to data:

- [Data schemas](https://projects.laion.ai/Open-Assistant/docs/data/schemas)
- [Datasets](https://projects.laion.ai/Open-Assistant/docs/data/datasets)
- [Data augmentation](https://projects.laion.ai/Open-Assistant/docs/data/augmentation)
- [Supervised datasets](https://projects.laion.ai/Open-Assistant/docs/data/supervised-datasets)
- [Data schemas](schemas.mdx)
- [Datasets](datasets.md)
- [Data augmentation](augmentation.md)
- [Supervised datasets](supervised-datasets.md)
6 changes: 3 additions & 3 deletions docs/docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Useful guides for Open Assistant:

- [General guidelines for using open-assistant.io](https://projects.laion.ai/Open-Assistant/docs/guides/guidelines)
- [Example responses](https://projects.laion.ai/Open-Assistant/docs/guides/examples)
- [Developer guide, contains a lot of technical info](https://projects.laion.ai/Open-Assistant/docs/guides/developers)
- [General guidelines for using open-assistant.io](guidelines.md)
- [Example responses](examples.md)
- [Developer guide, contains a lot of technical info](developers.md)
4 changes: 2 additions & 2 deletions docs/docs/research/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Useful research materials:

- [General](https://projects.laion.ai/Open-Assistant/docs/research/general)
- [Cohere Grounded QA](https://projects.laion.ai/Open-Assistant/docs/research/search-based-qa)
- [General](general.md)
- [Cohere Grounded QA](search-based-qa.md)