-
Notifications
You must be signed in to change notification settings - Fork 7
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: fix broken links #232
Conversation
This PR aims to fix broken links in different parts of the documentation.
Thanks for the pull request, @Apgomeznext! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
docs/index.rst
Outdated
@@ -11,7 +11,7 @@ By default, Aspects prioritizes learner privacy and does not allow for the ident | |||
To learn more about working with Aspects in your instance, please review the following documentation, which has been meticulously crafted to be user-friendly and facilitate its utilization by educators, platform managers, and technical personnel. | |||
To help you navigate the content, we divided it into the roles a person can have on Aspects. The roles for Aspects are: | |||
|
|||
- `Administrator <administrator>`_: This role owns the platform as the site operator, can assign roles and permissions to new users, and can create new reports. In this part of the documentation, you will find the operator dashboard and the permissions information. This user usually has the permissions of a Superuser in the platform. | |||
- `Administrator <administator>`_: This role owns the platform as the site operator, can assign roles and permissions to new users, and can create new reports. In this part of the documentation, you will find the operator dashboard and the permissions information. This user usually has the permissions of a Superuser in the platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be more work than it's worth but can we update everything related to 'administrator' to be spelled correctly? (currently missing an 'r')
@@ -12,7 +12,7 @@ Although Ralph has usages such as: | |||
- Convert tracking logs to xAPI statements. | |||
- Fetch xAPI statements from a configured backend. | |||
- Validate xAPI statements. | |||
- Store events to different `backends <https://openfun.github.io/ralph/backends/>`_. | |||
- Store events to different backends. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here's the updated link to that page:
@Apgomeznext 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
This PR aims to fix broken links in different parts of the documentation.