Skip to content

Commit 5be975d

Browse files
docs: fix broken IARC link in documentation (#5893)
Updated the outdated URL for "How IARC works" from .aspx to the correct working link to prevent a 404 error. ## PR Type <!-- Please uncomment one ore more that apply to this PR --> <!-- - Bugfix --> <!-- - Feature --> <!-- - Code style update (formatting) --> <!-- - Refactoring (no functional changes, no api changes) --> <!-- - Build or CI related changes --> - Documentation content changes <!-- - Sample app changes --> <!-- - Other... Please describe: --> ## Describe the current behavior? The documentation contained an outdated URL for the IARC website (`https://www.globalratings.com/how-iarc-works.aspx`) which resulted in a 404 error. ## Describe the new behavior? The link has been updated to the current working URL (`https://www.globalratings.com/how-iarc-works/`). ## PR Checklist - [ ] Test: run `npm run test` and ensure that all tests pass. - [x] Target main branch (or an appropriate release branch if appropriate for a bug fix). - [ ] Ensure that your contribution follows [standard accessibility guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design). Use tools like https://webhint.io/ to validate your changes. Co-authored-by: Judah Gabriel Himango <judahgabriel@gmail.com>
1 parent 907a327 commit 5be975d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/builder/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ In addition to the four display values above, `display_override` can also take t
182182
`iarc_rating_id` is an optional member that allows you to specify a suitable age range for their application. A rating ID is obtained by answering a questionnaire about an application, and then providing the associated ID for that application.
183183

184184

185-
You can read more about IARC <a href="https://www.globalratings.com/how-iarc-works.aspx" aria-label="Click here to read more">here</a>
185+
You can read more about IARC <a href="https://www.globalratings.com/how-iarc-works/" aria-label="Click here to read more">here</a>
186186

187187

188188
```json

0 commit comments

Comments
 (0)