-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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: Migrate link formats #13048
docs: Migrate link formats #13048
Conversation
06a8f5b
to
2fdca41
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
609cffd
to
455cbff
Compare
cae3076
to
f4482d7
Compare
f4482d7
to
e75a8ad
Compare
e75a8ad
to
bd3a8b2
Compare
bd3a8b2
to
e2e0339
Compare
@@ -33,4 +33,4 @@ Vagrant is for development environments. Terraform is for more general | |||
infrastructure management. | |||
|
|||
[hashicorp]: https://www.hashicorp.com | |||
[terraform]: https://www.terraform.io |
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.
We should leave this link to the .io site homepage no?
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.
Sharing an update for posterity: we're chatting about this in Slack and confirming how we want to handle these links
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.
Update since dev-portal#1549 was merged:
- Links to .io home pages are not rewritten
/
links are also not rewritten (to enable linking to Dev Dot home page)
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.
👍🏻
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.
🚀
We have some new information about a certain type of link that's getting rewritten (links to .io home pages). There's a quick change we need to make to the link rewrite script we're using, and the server-side link rewriter we use on dev-portal. It should be addressed in a few hours, and I'm going to convert this PR to draft so it's not merged before we've made these updates. 😊 |
cb582ee
e2e0339
to
cb582ee
Compare
179466f
to
cb582ee
Compare
@topfunky @tunzor @soapy1 this PR is now ready for re-review! Here's a comment with the latest on what's changed: #13048 (comment) |
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.
👍
What
.github/workflows/check-legacy-links-format.yml
- This is a workflow that checks if links in markdown content are in the new format. It does this by running the link rewrite script fromdev-portal
, and then asserting that no "rewriteable" links were found. This workflow will be used on subsequent PRs to maintain the new link format..github/workflows/test-link-rewrites.yml
- This is a workflow that executes e2e tests of this PR's changes against themain
branch's deploy preview. The tests only run for branches nameddocs/amb.migrate-link-formats
, so future PRs will not have the tests run against them. This is a temporary workflow.Reviewing
With the two new workflows in place, this PR should only need a spot-check.
Testing