Skip to content

Commit 6283aa4

Browse files
update service principals redirect (#1265)
## Description <!-- ID for Jira ticket e.g [SPE-1234] --> :ticket: [IPL-8702] https://hashicorp.atlassian.net/browse/IPL-8702 <!-- Add a brief description of changes here. Include any other necessary relevant links --> A redirect that was previously working no longer is. Notably there was a redirect from the source URL to a destination that then was used as a source for another redirect. For whatever reason chaining the redirects in this way does not work (I don't know if this is supposed to be supported or not), so this PR updates the first redirect so the destination matches the second redirect. <!-- Help your reviewer understand the type of review you need by selecting the scope and urgency. --> ### Requested review scope: - [x] Content touched by the PR _only_ (typos, clarifications, tips) - [ ] Code test (command and code block changes) - [ ] Flow and language near changes (new/rearranged steps) - [ ] Review everything (rewrites, major changes) ### Review urgency: - [x] ASAP (bug fixes, broken content, imminent releases) - [ ] 3 days (small changes, easy reviews) - [ ] 1 week (default) - [ ] Best effort (very non-urgent) <!-- Fill out only the appropriate checklist for your type of feature (or both if necessary) and delete the other one! --> ## All updates: <!-- This section is mandatory for all PRs: --> I have: - [ ] Verified that all status checks have passed - [ ] Verified that preview environment has successfully deployed - [ ] Verified appropriate `label` applied (`hcp` + `product name`) - [ ] Added all required reviewers (code owners and external) ## Content checklist (optional) Please do these things before requesting a review. I have: - [ ] Made any associated code repositories public - [ ] Added the `hashicorp-education/teamName` to any additional code or example repos as repo admin - [ ] Added redirects for any moved or removed pages - [ ] Spell checked the tutorial(s) - [ ] Followed the [unified style guide](https://github.com/hashicorp/web-unified-docs/tree/main/docs/style-guide) - [ ] Linted code snippets (Details per language [here](https://github.com/hashicorp/engineering-docs/blob/master/writing/markdown.md#code-blocks)) - [ ] Checked the steps for completeness (no steps are implied or hidden) - [ ] Looked at the local or vercel build and checked each new or changed page for: - display on the product curriculum page - callout box formatting - code block highlighting - right-hand navigation - next and back buttons - URL path [SPE-1234]: https://hashicorp.atlassian.net/browse/SPE-1234?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [IPL-8702]: https://hashicorp.atlassian.net/browse/IPL-8702?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents 536e8f3 + 676ba6c commit 6283aa4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/hcp-docs/redirects.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"destination": "/hcp/docs/hcp/iam/service-principal",
6060
"permanent": true,
6161
},
62+
{
63+
"source": "/hcp/docs/hcp/iam/service-principals",
64+
"destination": "/hcp/docs/hcp/iam/service-principal",
65+
"permanent": true,
66+
},
6267
{
6368
"source": "/hcp/docs/hcp/security/sso",
6469
"destination": "/hcp/docs/hcp/admin/iam/sso",

0 commit comments

Comments
 (0)