Skip to content

Conversation

colleenmcginnis
Copy link
Contributor

In the migration tool, external URLs that contained .html were incorrectly modified to use .md.

To (attempt) to fix these links:

  1. I ran a script to find URLs that started with http (i.e. is not an internal or cross-repo link) and included .md somewhere in the URL.
  2. Then I ran all the resulting URLs through an external link-checker.
    i. If I got a 200 status code back, I didn't do anything to the link.
    ii. If I got a 404 status code back, I swapped out the .md with .html.
  3. I reran the link-checker to make sure all the updated links were now returning 200.

@colleenmcginnis colleenmcginnis self-assigned this Mar 6, 2025
@bmorelli25 bmorelli25 enabled auto-merge (squash) March 6, 2025 19:37
@bmorelli25 bmorelli25 merged commit 80533b8 into main Mar 6, 2025
3 of 4 checks passed
@bmorelli25 bmorelli25 deleted the fix-external-links-raw-migrated-files branch March 6, 2025 19:39
yetanothertw added a commit that referenced this pull request Aug 28, 2025
Updates the [Serverless
changelog](https://www.elastic.co/docs/release-notes/cloud-serverless)
and the Serverless
[Regions](https://www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/regions)
page for the newly supported Azure regions.

The names of the regions are listed as they appear on the [Azure regions
list](https://learn.microsoft.com/en-us/azure/reliability/regions-list)
page.

Fixes [#688](elastic/platform-docs-team#688)

---------

Co-authored-by: shainaraskas <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants