docs: fix broken link to RAI Toolbox notebook in fairness assignment#928
docs: fix broken link to RAI Toolbox notebook in fairness assignment#928leestott merged 1 commit intomicrosoft:mainfrom
Conversation
…to RAI Toolbox notebook in fairness assignment The Responsible AI Toolbox notebook has been moved to a "tabular" subdirectory. This PR updates the link to point to the correct location. Fixes microsoft#927
There was a problem hiding this comment.
Pull request overview
This PR fixes a broken link to the Responsible AI Toolbox's "getting-started" notebook in the fairness assignment documentation. The notebook has been relocated to a "tabular" subdirectory in the upstream repository, and this PR updates the link accordingly.
Changes:
- Updated the RAI Toolbox notebook URL in the fairness assignment to include the
/tabular/path segment
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Instructions | ||
|
|
||
| In this lesson you learned about the Responsible AI Toolbox, an "open-source, community-driven project to help data scientists to analyze and improve AI systems." For this assignment, explore one of RAI Toolbox's [notebooks](https://github.com/microsoft/responsible-ai-toolbox/blob/main/notebooks/responsibleaidashboard/getting-started.ipynb) and report your findings in a paper or presentation. | ||
| In this lesson you learned about the Responsible AI Toolbox, an "open-source, community-driven project to help data scientists to analyze and improve AI systems." For this assignment, explore one of RAI Toolbox's [notebooks](https://github.com/microsoft/responsible-ai-toolbox/blob/main/notebooks/responsibleaidashboard/tabular/getting-started.ipynb) and report your findings in a paper or presentation. |
There was a problem hiding this comment.
The link has been updated in the main assignment file, but the same broken link still exists in all translation files under the translations/ directory (over 50 language versions). While this PR fixes the English version at the root, the translated versions will still have broken links. Consider updating the translation files as well, or creating a follow-up PR to update them.
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
The Responsible AI Toolbox notebook has been moved to a "tabular" subdirectory. This PR updates the link to point to the correct location. Fixes #927