🔗 Remove trailing slashes from Markdown links - #2701
Open
JFWooten4 wants to merge 1 commit into
Open
Conversation
Co-authored-by: Codex <noreply@openai.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Normalizes external Markdown links by removing trailing slashes, consolidating cleanup previously excluded from unrelated PRs.
Changes:
- Standardizes external URLs across validator, tooling, API, analytics, and build documentation.
- Updates the contributor guide’s pnpm link.
- Leaves link destinations and referral parameters otherwise unchanged.
Recommendation: MERGE-READY — the cleanup is complete and mechanically consistent.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs/validators/tier-1-orgs.mdx |
Normalizes Obsrvr Radar links. |
docs/validators/admin-guide/prerequisites.mdx |
Normalizes the chrony link. |
docs/validators/admin-guide/monitoring.mdx |
Normalizes the Radar link. |
docs/validators/admin-guide/configuring.mdx |
Normalizes the Radar link. |
docs/tools/developer-tools/wallets.mdx |
Normalizes wallet-provider links. |
docs/data/apis/rpc/providers.mdx |
Normalizes the GetBlock link. |
docs/data/analytics/analytics-providers/analytics-providers.mdx |
Normalizes the commented Allium link. |
docs/build/building-with-ai.mdx |
Normalizes Stellar Skills links. |
docs/build/apps/privacy.mdx |
Normalizes privacy-demo links. |
CONTRIBUTING.md |
Normalizes the pnpm link. |
JFWooten4
added a commit
to JFWooten4/stellar-docs
that referenced
this pull request
Jul 27, 2026
Co-authored-by: Codex <noreply@openai.com>
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.
Re: #2675 (review) (point 1) and #2672 (review)
There were a few commits after #2409 since it was three months ago. That's why I tried to merge into main in #2583.
Styles are all aligned now.