+
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
),