Merged
Conversation
jopmiddelkamp
approved these changes
Mar 31, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates documentation URLs across the codebase to align with the new Stellar documentation structure. The URLs are being migrated from the old paths to a new standardized path format (/docs/data/apis/) for both Horizon API and Soroban RPC documentation.
Changes:
- Updated all RPC API reference URLs from
docs/data/rpc/api-reference/todocs/data/apis/rpc/api-reference/ - Updated all Horizon API reference URLs from
network/horizon/anddocs/data/horizon/todocs/data/apis/horizon/ - Updated general Horizon API documentation URLs from
api/horizontodocs/data/apis/horizon - Updated RPC server URL in README from
docs/data/rpctodocs/data/apis/rpc
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| StellarDotnetSdk/Soroban/SorobanServer.cs | Updated 12 RPC method documentation URL references to new /apis/ path structure |
| StellarDotnetSdk/Responses/SorobanRpc/SimulateTransactionResponse.cs | Updated 2 RPC documentation URL references |
| StellarDotnetSdk/Responses/SorobanRpc/SendTransactionResponse.cs | Updated 1 RPC documentation URL reference |
| StellarDotnetSdk/Responses/SorobanRpc/GetNetworkResponse.cs | Updated 1 RPC documentation URL reference |
| StellarDotnetSdk/Responses/SorobanRpc/GetLedgerEntriesResponse.cs | Updated 1 RPC documentation URL reference |
| StellarDotnetSdk/Responses/Effects/EffectResponse.cs | Updated 1 Horizon API documentation URL reference |
| StellarDotnetSdk/Requests/TransactionsRequestBuilder.cs | Updated 4 Horizon API documentation URL references |
| StellarDotnetSdk/Requests/SorobanRpc/PaginationOptions.cs | Updated 1 RPC documentation URL reference |
| StellarDotnetSdk/Requests/PaymentsRequestBuilder.cs | Updated 2 Horizon API documentation URL references |
| StellarDotnetSdk/Requests/OffersRequestBuilder.cs | Updated 1 Horizon API documentation URL reference |
| README.md | Updated RPC server documentation link |
| docs/tutorials/examples/http-retry.md | Updated 2 documentation URL references |
| docs/index.md | Updated RPC server documentation link |
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.
Auto-generated Summary 🤖
Types of changes