Skip to content

Commit d541730

Browse files
JFWooten4codex
andcommitted
πŸ”— Replace generic link labels
Co-authored-by: Codex <noreply@openai.com>
1 parent 9cd92be commit d541730

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

β€Ždocs/data/analytics/hubble/developer-guide/visualization/getting-started.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ When you create a new report you should be able to now access data from `crypto-
3838

3939
You have now created a new report with a pie chart.
4040

41-
Looker Studio has many resources to help visualize and explore data. Learn more [here](https://support.google.com/looker-studio?sjid=9035399711189270749-NA#topic=6267740)
41+
Looker Studio has many resources to help visualize and explore data. Learn more in the [Looker Studio Help Center](https://support.google.com/looker-studio?sjid=9035399711189270749-NA#topic=6267740)

β€Ždocs/data/oracles/oracle-providers.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The network is designed to modularize and offload the task of constatly monitori
5050
| [`CCQXWMZVM3KRTXTUPTN53YHL272QGKF32L7XEDNZ2S6OSUFK3NFBGG5M`](https://stellar.expert/explorer/public/contract/CCQXWMZVM3KRTXTUPTN53YHL272QGKF32L7XEDNZ2S6OSUFK3NFBGG5M) | Mainnet |
5151
| [`CBRV5ZEQSSCQ4FFO64OF46I3UASBVEJNE5C2MCFWVIXL4Z7DMD7PJJMF`](https://stellar.expert/explorer/testnet/contract/CBRV5ZEQSSCQ4FFO64OF46I3UASBVEJNE5C2MCFWVIXL4Z7DMD7PJJMF) | Testnet |
5252

53-
To learn more about this oracle, please see their [docs](https://docs.bandchain.org) or visit their [GitHub](https://github.com/bandprotocol/band-std-reference-contracts-soroban).
53+
Learn more in the [Band Protocol documentation](https://docs.bandchain.org) or visit the [Band Protocol GitHub repository](https://github.com/bandprotocol/band-std-reference-contracts-soroban).
5454

5555
## [DIA Oracles](https://www.diadata.org)
5656

β€Ždocs/platforms/anchor-platform/CONTRIBUTING.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ This should help to make it a bit clearer.
185185
> `/platforms/stellar-disbursement-platform` plugin instance in the above
186186
> examples, and it all works pretty much identically.
187187
188-
Learn more in the [Docusaurus links documentation](https://docusaurus.io/docs/markdown-features/links)
188+
Learn more in the
189+
[Docusaurus links documentation](https://docusaurus.io/docs/markdown-features/links)
189190
(especially toward the bottom of the page).
190191

191192
## Directories to Know

β€Ždocs/tokens/stellar-asset-contract.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Stellar Asset Contract is the only way for contracts to interact with Stella
6767

6868
The issuer of the asset will be the administrator of the deployed contract. Because the Native Stellar token doesn't have an issuer, it will not have an administrator either. It also cannot be burned.
6969

70-
After the contract has been deployed, users can use their classic account (for lumens) or trustline (for other assets) balance. There are some differences depending on if you are using a classic account `Address` vs a contract `Address` (corresponding either to a regular contract or to a custom account contract). The following section references some issuer and trustline flags from Stellar classic, which you can learn more about [here](./control-asset-access.mdx#controlling-access-to-an-asset-with-flags).
70+
After the contract has been deployed, users can use their classic account (for lumens) or trustline (for other assets) balance. There are some differences depending on if you are using a classic account `Address` vs a contract `Address` (corresponding either to a regular contract or to a custom account contract). Learn more about issuer and trustline flags in the [Controlling Access to an Asset with Flags section](./control-asset-access.mdx#controlling-access-to-an-asset-with-flags).
7171

7272
- Using `Address::Account`
7373
- The balance must exist in a trustline (or an account for the native balance). This means the contract will not store the balance in ContractData. If the trustline or account is missing, any function that tries to interact with that balance will fail (as of Yardstick, Protocol 26, a contract can create the missing trustline itself by first calling the SAC's [`trust` function](#creating-trustlines-from-a-contract)).

β€Ždocs/tools/lab/api-explorer/rpc-methods.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPC Methods
22

3-
RPC methods are a set of functions that allow developers to interact directly with the Stellar network. You can learn more about all the RPC methods [here](../../../data/apis/rpc/api-reference/methods). The Lab provides an easy way to use these methods from the UI. To access the "RPC Methods" items, click on the "API Explorer" link in the main navigation, then click the "RPC Methods" submenu link, which will open another submenu listing all RPC methods by name. Click on the method name to open that page.
3+
RPC methods are a set of functions that allow developers to interact directly with the Stellar network. Learn more in the [RPC Methods reference](../../../data/apis/rpc/api-reference/methods). The Lab provides an easy way to use these methods from the UI. To access the "RPC Methods" items, click on the "API Explorer" link in the main navigation, then click the "RPC Methods" submenu link, which will open another submenu listing all RPC methods by name. Click on the method name to open that page.
44

55
:::warning
66

β€Ždocs/tools/lab/view-xdr/README.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ import DocCardList from "@theme/DocCardList";
77

88
# View XDR
99

10-
This section provides tools to work with [XDR](../../../learn/fundamentals/data-format/xdr.mdx) (External Data Representation) data. You can decode XDR into easy-to-read JSON format, convert JSON back into XDR format, or compare two XDR data sets to view their differences side-by-side. Learn more about XDR-JSON conversion [here](../../../learn/fundamentals/data-format/xdr-json.mdx).
10+
This section provides tools to work with [XDR](../../../learn/fundamentals/data-format/xdr.mdx) (External Data Representation) data. You can decode XDR into easy-to-read JSON format, convert JSON back into XDR format, or compare two XDR data sets to view their differences side-by-side. Learn more about conversion in the [XDR-JSON section](../../../learn/fundamentals/data-format/xdr-json.mdx).
1111

1212
<DocCardList />

0 commit comments

Comments
Β (0)