[raw migrated files] Fix external links#688
Merged
bmorelli25 merged 2 commits intomainfrom Mar 6, 2025
Merged
Conversation
bmorelli25
approved these changes
Mar 6, 2025
yetanothertw
added a commit
that referenced
this pull request
Aug 25, 2025
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 <58563081+shainaraskas@users.noreply.github.com>
florent-leborgne
added a commit
that referenced
this pull request
Mar 10, 2026
Add a section explaining that alerting rules use the space-level CPS scope (not a per-rule setting), and that the project picker is read-only on rule pages. Closes #688 Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the migration tool, external URLs that contained
.htmlwere incorrectly modified to use.md.To (attempt) to fix these links:
http(i.e. is not an internal or cross-repo link) and included.mdsomewhere in the URL.i. If I got a
200status code back, I didn't do anything to the link.ii. If I got a
404status code back, I swapped out the.mdwith.html.200.