diff --git a/src/app/(sidebar)/account/muxed-create/page.tsx b/src/app/(sidebar)/account/muxed-create/page.tsx index 2d9f7975c..80d842a0f 100644 --- a/src/app/(sidebar)/account/muxed-create/page.tsx +++ b/src/app/(sidebar)/account/muxed-create/page.tsx @@ -71,7 +71,7 @@ export default function CreateMuxedAccount() {
@@ -167,7 +167,7 @@ export default function CreateMuxedAccount() { > Don’t use in a production environment unless you know what you’re doing. Read more about Muxed accounts{" "} - + here . diff --git a/src/app/(sidebar)/account/muxed-parse/page.tsx b/src/app/(sidebar)/account/muxed-parse/page.tsx index 22cc39e1d..15c73ce34 100644 --- a/src/app/(sidebar)/account/muxed-parse/page.tsx +++ b/src/app/(sidebar)/account/muxed-parse/page.tsx @@ -62,7 +62,7 @@ export default function ParseMuxedAccount() {
Don’t use in a production environment unless you know what you’re doing. Read more about Muxed accounts{" "} - + here . diff --git a/src/app/(sidebar)/transaction/build/components/Params.tsx b/src/app/(sidebar)/transaction/build/components/Params.tsx index 42ed8c0d2..1ae58f4ed 100644 --- a/src/app/(sidebar)/transaction/build/components/Params.tsx +++ b/src/app/(sidebar)/transaction/build/components/Params.tsx @@ -295,7 +295,7 @@ export const Params = () => { Fetch next sequence } - infoLink="https://developers.stellar.org/docs/glossary#sequence-number" + infoLink="https://developers.stellar.org/docs/learn/glossary#sequence-number" /> { handleParamChange(id, getMemoValue(memo)); handleParamsError(id, validateParam(id, memo)); }} - infoLink="https://developers.stellar.org/docs/encyclopedia/memos" + infoLink="https://developers.stellar.org/docs/learn/fundamentals/transactions/operations-and-transactions#memo" /> {
diff --git a/src/app/(sidebar)/xdr/to/page.tsx b/src/app/(sidebar)/xdr/to/page.tsx index 700c53a3f..f3c3fff09 100644 --- a/src/app/(sidebar)/xdr/to/page.tsx +++ b/src/app/(sidebar)/xdr/to/page.tsx @@ -121,8 +121,8 @@ export default function ToXdr() {
- You can use use this tool to encode XDR into JSON.{" "} - + You can use this tool to encode JSON into XDR.{" "} + XDR (External Data Representation) {" "} is a standardized data format that the Stellar network uses to encode @@ -133,7 +133,7 @@ export default function ToXdr() {
To learn more about converting between XDR and JSON, including libraries for JavaScript (npm), Go, and Rust, check out the{" "} - + XDR ⇄ JSON guide {" "} on the Stellar Developer Docs. To see the XDR ⇄ JSON conversion diff --git a/src/app/(sidebar)/xdr/view/page.tsx b/src/app/(sidebar)/xdr/view/page.tsx index 1f172b178..d5bdbc862 100644 --- a/src/app/(sidebar)/xdr/view/page.tsx +++ b/src/app/(sidebar)/xdr/view/page.tsx @@ -309,7 +309,7 @@ export default function ViewXdr() {
You can use use this tool to decode XDR into JSON.{" "} - + XDR (External Data Representation) {" "} is a standardized data format that the Stellar network uses to encode @@ -320,7 +320,7 @@ export default function ViewXdr() {
To learn more about converting between XDR and JSON, including libraries for JavaScript (npm), Go, and Rust, check out the{" "} - + XDR ⇄ JSON guide {" "} on the Stellar Developer Docs. To see the XDR ⇄ JSON conversion diff --git a/src/components/formComponentTemplateTxnOps.tsx b/src/components/formComponentTemplateTxnOps.tsx index c60a002f8..1cf4405c6 100644 --- a/src/components/formComponentTemplateTxnOps.tsx +++ b/src/components/formComponentTemplateTxnOps.tsx @@ -447,7 +447,7 @@ export const formComponentTemplateTxnOps = ({ value={templ.value || ""} error={templ.error} onChange={templ.onChange} - infoLink="https://developers.stellar.org/docs/glossary#home-domain" + infoLink="https://developers.stellar.org/docs/learn/glossary#home-domain" /> ), validate: validate.getHomeDomainError, @@ -463,7 +463,7 @@ export const formComponentTemplateTxnOps = ({ value={templ.value || ""} error={templ.error} onChange={templ.onChange} - infoLink="https://developers.stellar.org/docs/learn/encyclopedia/inflation" + infoLink="https://developers.stellar.org/docs/learn/glossary#inflation" /> ), validate: validate.getPublicKeyError, @@ -745,7 +745,7 @@ export const formComponentTemplateTxnOps = ({ error={templ.error} onChange={templ.onChange} note="Used to add/remove or adjust weight of an additional signer on the account." - infoLink="https://developers.stellar.org/docs/encyclopedia/signatures-multisig#multisig" + infoLink="https://developers.stellar.org/docs/learn/fundamentals/transactions/signatures-multisig#multisig" /> ), validate: validate.getOptionsSignerError, diff --git a/src/constants/transactionOperations.tsx b/src/constants/transactionOperations.tsx index a11e4c72c..7d756e0b7 100644 --- a/src/constants/transactionOperations.tsx +++ b/src/constants/transactionOperations.tsx @@ -215,9 +215,9 @@ export const TRANSACTION_OPERATIONS: { [key: string]: TransactionOperation } = { master_weight: { label: "Master weight", infoLink: - "https://developers.stellar.org/docs/encyclopedia/signatures-multisig#thresholds", + "https://developers.stellar.org/docs/learn/fundamentals/transactions/signatures-multisig#thresholds", note: ( - + See documentation for multisignature accounts ), @@ -226,14 +226,14 @@ export const TRANSACTION_OPERATIONS: { [key: string]: TransactionOperation } = { low_threshold: { label: "Low threshold", infoLink: - "https://developers.stellar.org/docs/encyclopedia/signatures-multisig#thresholds", + "https://developers.stellar.org/docs/learn/fundamentals/transactions/signatures-multisig#thresholds", }, med_threshold: { label: "Medium threshold", infoLink: - "https://developers.stellar.org/docs/encyclopedia/signatures-multisig#thresholds", + "https://developers.stellar.org/docs/learn/fundamentals/transactions/signatures-multisig#thresholds", note: ( - + See documentation for multisignature accounts ), @@ -242,9 +242,9 @@ export const TRANSACTION_OPERATIONS: { [key: string]: TransactionOperation } = { high_threshold: { label: "High threshold", infoLink: - "https://developers.stellar.org/docs/encyclopedia/signatures-multisig#thresholds", + "https://developers.stellar.org/docs/learn/fundamentals/transactions/signatures-multisig#thresholds", note: ( - + See documentation for multisignature accounts ),