Skip to content

Commit

Permalink
update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Oct 21, 2023
1 parent b4e373f commit 3b1bbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/main/java/org/stellar/sdk/responses/AccountResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
/**
* Represents account response.
*
* @see <a href="https://developers.stellar.org/api/resources/accounts/" target="_blank">Account
* documentation</a>
* @see <a
* href="https://developers.stellar.org/docs/fundamentals-and-concepts/stellar-data-structures/accounts"
* target="_blank">Account documentation</a>
* @see org.stellar.sdk.requests.AccountsRequestBuilder
* @see org.stellar.sdk.Server#accounts()
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/stellar/sdk/responses/LedgerResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
* @see <a
* href="https://developers.stellar.org/docs/fundamentals-and-concepts/stellar-data-structures/ledgers"
* target="_blank">Ledger documentation</a>
* @see <a href="https://developers.stellar.org/api/horizon/resources/ledgers/object/"
* target="_blank">Horizon API</a>
* @see org.stellar.sdk.requests.LedgersRequestBuilder
* @see org.stellar.sdk.Server#ledgers()
*/
Expand Down

0 comments on commit 3b1bbc4

Please sign in to comment.