Skip to content

Commit

Permalink
Fix a few broken links (#7768)
Browse files Browse the repository at this point in the history
* Fix ignored_target in broken links

* Fix link to style guide

* Add missing redirect to /konnect/dev-portal/access-and-approval/sso/
  • Loading branch information
fabianrbz authored Aug 19, 2024
1 parent 2b0fea2 commit 5758f90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
/konnect/dev-portal/applications/dev-apps/ /konnect/dev-portal/register-and-create-app/
/konnect/dev-portal/applications/dev-gen-creds/ /konnect/dev-portal/register-and-create-app/
/dev-portal/access-and-approval/azure/ /dev-portal/access-and-approval/sso/
/konnect/dev-portal/access-and-approval/azure/ /konnect/dev-portal/access-and-approval/sso/
/konnect/dev-portal/access-and-approval/manage-app-reg-requests/ /konnect/dev-portal/access-and-approval/manage-app-connections/
/konnect/dev-portal/access-and-approval/auto-approve-devs-apps/ /konnect/dev-portal/create-dev-portal/

Expand Down
2 changes: 1 addition & 1 deletion app/contributing/user-interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Screenshots are used to support documentation and do not _replace_ documentation
- Screenshots of UI elements should include only the relevant **panel**. Panels are a container within a UI window which contain multiple related elements.
- Mouse should not be visible.
- **Emphasis on elements in the screenshot:** Create a **rectangular** border around the point of interest.
The border must use the color <span style="color:#0788ad">`#0788ad`</span> from the [colors style guide](https://kongponents.netlify.app/guide/styles/colors.html).
The border must use the color <span style="color:#0788ad">`#0788ad`</span> from the [@kong/design-tokens in the style guide](https://kongponents.netlify.app/guide/theming.html).
- **Screenshot border:** Set the `image-border` class if your screenshot requires a border. You might need to set a border when:
* Panels have a white background and will therefore blend into the surrounding area
* You want to separate the screenshot clearly from another image
Expand Down
2 changes: 1 addition & 1 deletion tools/broken-link-checker/config/ignored_targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"https://support.traceable.ai/",
"https://app.datadome.co/dashboard/management/integrations",
"https://www.moesif.com/solutions/metered-api-billing",
"https://opeani.com/",
"https://openai.com/",
"https://openai.com/*",
"https://is.docs.wso2.com/en/latest/guides/identity-federation/configure-oauth2-openid-connect/"
]

0 comments on commit 5758f90

Please sign in to comment.