diff --git a/docs/soroban-internals/authorization.mdx b/docs/soroban-internals/authorization.mdx index e1eea180..1948cd6d 100644 --- a/docs/soroban-internals/authorization.mdx +++ b/docs/soroban-internals/authorization.mdx @@ -4,7 +4,7 @@ title: Authorization description: Smart contract authorization. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/authorization + href: https://developers.stellar.org/docs/learn/smart-contract-internals/authorization label: Authorization --- @@ -24,7 +24,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/authorization) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/authorization) for the most up-to-date information ::: diff --git a/docs/soroban-internals/contract-interactions/cross-contract.mdx b/docs/soroban-internals/contract-interactions/cross-contract.mdx index da78301e..4b741b2d 100644 --- a/docs/soroban-internals/contract-interactions/cross-contract.mdx +++ b/docs/soroban-internals/contract-interactions/cross-contract.mdx @@ -4,13 +4,13 @@ title: Cross-Contract description: Interact with a Soroban contract from within another Soroban contract. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/cross-contract + href: https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/cross-contract label: Cross-Contract --- :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/cross-contract) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/cross-contract) for the most up-to-date information ::: diff --git a/docs/soroban-internals/contract-interactions/overview.mdx b/docs/soroban-internals/contract-interactions/overview.mdx index 8c3ef91c..e39bd397 100644 --- a/docs/soroban-internals/contract-interactions/overview.mdx +++ b/docs/soroban-internals/contract-interactions/overview.mdx @@ -4,7 +4,7 @@ description: Interact with smart contracts. sidebar_position: 5 sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/overview + href: https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/overview label: Overview --- @@ -24,7 +24,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/overview) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/overview) for the most up-to-date information ::: diff --git a/docs/soroban-internals/contract-interactions/stellar-transaction.mdx b/docs/soroban-internals/contract-interactions/stellar-transaction.mdx index d8b31e57..b72e115f 100644 --- a/docs/soroban-internals/contract-interactions/stellar-transaction.mdx +++ b/docs/soroban-internals/contract-interactions/stellar-transaction.mdx @@ -5,7 +5,7 @@ description: Invoke and deploy smart contracts with the InvokeHostFunctionOp ope toc_max_heading_level: 4 sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/stellar-transaction + href: https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/stellar-transaction label: Stellar Transaction --- @@ -30,7 +30,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/stellar-transaction) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/stellar-transaction) for the most up-to-date information ::: diff --git a/docs/soroban-internals/contract-interactions/tests.mdx b/docs/soroban-internals/contract-interactions/tests.mdx index f8c34cd0..5438222f 100644 --- a/docs/soroban-internals/contract-interactions/tests.mdx +++ b/docs/soroban-internals/contract-interactions/tests.mdx @@ -4,13 +4,13 @@ title: Tests description: Interacting with contracts in tests sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/tests + href: https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/tests label: Tests --- :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/tests) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/tests) for the most up-to-date information ::: diff --git a/docs/soroban-internals/contract-interactions/transaction-simulation.mdx b/docs/soroban-internals/contract-interactions/transaction-simulation.mdx index de6216bc..4034d1a0 100644 --- a/docs/soroban-internals/contract-interactions/transaction-simulation.mdx +++ b/docs/soroban-internals/contract-interactions/transaction-simulation.mdx @@ -4,13 +4,13 @@ title: Transaction Simulation description: Simulate a contract interaction contained in a Stellar transaction. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/transaction-simulation + href: https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/transaction-simulation label: Transaction Simulation --- :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/contract-interactions/transaction-simulation) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/transaction-simulation) for the most up-to-date information ::: diff --git a/docs/soroban-internals/contract-lifecycle.mdx b/docs/soroban-internals/contract-lifecycle.mdx index fadbc715..9fcb4d78 100644 --- a/docs/soroban-internals/contract-lifecycle.mdx +++ b/docs/soroban-internals/contract-lifecycle.mdx @@ -4,7 +4,7 @@ title: Contract Lifecycle description: The process of developing, deploying, and maintaining smart contracts. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/contract-lifecycle + href: https://developers.stellar.org/docs/learn/smart-contract-internals/contract-lifecycle label: Contract Lifecycle --- @@ -29,7 +29,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/contract-lifecycle) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/contract-lifecycle) for the most up-to-date information ::: diff --git a/docs/soroban-internals/debugging.mdx b/docs/soroban-internals/debugging.mdx index 291ce2f2..2a5edd59 100644 --- a/docs/soroban-internals/debugging.mdx +++ b/docs/soroban-internals/debugging.mdx @@ -4,7 +4,7 @@ title: Debugging description: Debug smart contracts natively and as WASM. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/debugging + href: https://developers.stellar.org/docs/learn/smart-contract-internals/debugging label: Debugging --- @@ -27,7 +27,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/debugging) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/debugging) for the most up-to-date information ::: diff --git a/docs/soroban-internals/environment-concepts.mdx b/docs/soroban-internals/environment-concepts.mdx index 78fc583c..b44a80eb 100644 --- a/docs/soroban-internals/environment-concepts.mdx +++ b/docs/soroban-internals/environment-concepts.mdx @@ -4,7 +4,7 @@ title: Environment Concepts description: The interface that defines objects, functions, and data available to smart contracts. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/environment-concepts + href: https://developers.stellar.org/docs/learn/smart-contract-internals/environment-concepts label: Environment Concepts --- @@ -30,7 +30,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/environment-concepts) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/environment-concepts) for the most up-to-date information ::: diff --git a/docs/soroban-internals/errors.mdx b/docs/soroban-internals/errors.mdx index 8f525941..5d39062a 100644 --- a/docs/soroban-internals/errors.mdx +++ b/docs/soroban-internals/errors.mdx @@ -4,7 +4,7 @@ title: Errors description: Generating errors from smart contracts. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/errors + href: https://developers.stellar.org/docs/learn/smart-contract-internals/errors label: Errors --- @@ -24,7 +24,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/errors) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/errors) for the most up-to-date information ::: diff --git a/docs/soroban-internals/events.mdx b/docs/soroban-internals/events.mdx index c0234bc7..cb1637a9 100644 --- a/docs/soroban-internals/events.mdx +++ b/docs/soroban-internals/events.mdx @@ -4,7 +4,7 @@ title: Events description: Monitor off-chain smart contract changes. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/events + href: https://developers.stellar.org/docs/learn/smart-contract-internals/events label: Events --- @@ -27,7 +27,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/events) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/events) for the most up-to-date information ::: diff --git a/docs/soroban-internals/fees-and-metering.mdx b/docs/soroban-internals/fees-and-metering.mdx index c5750f3f..274292d6 100644 --- a/docs/soroban-internals/fees-and-metering.mdx +++ b/docs/soroban-internals/fees-and-metering.mdx @@ -4,7 +4,7 @@ title: Fees and Metering description: Smart contract fees and metering on Soroban. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/fees-and-metering + href: https://developers.stellar.org/docs/learn/smart-contract-internals/fees-and-metering label: Fees and Metering --- @@ -29,7 +29,7 @@ import soroban_fees from "../../static/img/soroban_fees.png"; :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/fees-and-metering) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/fees-and-metering) for the most up-to-date information ::: diff --git a/docs/soroban-internals/high-level-overview.mdx b/docs/soroban-internals/high-level-overview.mdx index 2dcc6f9c..369f6c6e 100644 --- a/docs/soroban-internals/high-level-overview.mdx +++ b/docs/soroban-internals/high-level-overview.mdx @@ -4,7 +4,7 @@ title: High-Level Overview description: An overview of Rust, SDKs, and the Soroban host environment. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/high-level-overview + href: https://developers.stellar.org/docs/learn/smart-contract-internals/high-level-overview label: High-Level Overview --- @@ -27,7 +27,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/high-level-overview) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/high-level-overview) for the most up-to-date information ::: diff --git a/docs/soroban-internals/persisting-data.mdx b/docs/soroban-internals/persisting-data.mdx index f8aa27c6..863e0e65 100644 --- a/docs/soroban-internals/persisting-data.mdx +++ b/docs/soroban-internals/persisting-data.mdx @@ -4,7 +4,7 @@ title: Persisting Data description: Store and access smart contract data. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/persisting-data + href: https://developers.stellar.org/docs/learn/smart-contract-internals/persisting-data label: Persisting Data --- @@ -24,7 +24,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/persisting-data) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/persisting-data) for the most up-to-date information ::: diff --git a/docs/soroban-internals/rust-dialect.mdx b/docs/soroban-internals/rust-dialect.mdx index 8d59cfca..1a2124c6 100644 --- a/docs/soroban-internals/rust-dialect.mdx +++ b/docs/soroban-internals/rust-dialect.mdx @@ -4,7 +4,7 @@ title: Contract Rust Dialect description: Differences between Soroban Rust and typical Rust programming. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/rust-dialect + href: https://developers.stellar.org/docs/learn/smart-contract-internals/rust-dialect label: Rust Dialect --- @@ -27,7 +27,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/rust-dialect) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/rust-dialect) for the most up-to-date information ::: diff --git a/docs/soroban-internals/state-archival.mdx b/docs/soroban-internals/state-archival.mdx index 2936573b..4dfe0954 100644 --- a/docs/soroban-internals/state-archival.mdx +++ b/docs/soroban-internals/state-archival.mdx @@ -4,7 +4,7 @@ title: State Archival description: Smart contract state archival. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/state-archival + href: https://developers.stellar.org/docs/learn/smart-contract-internals/state-archival label: State Archival --- @@ -25,7 +25,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/state-archival) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/state-archival) for the most up-to-date information ::: diff --git a/docs/soroban-internals/types/built-in-types.mdx b/docs/soroban-internals/types/built-in-types.mdx index 4768bdc2..bb0c9f13 100644 --- a/docs/soroban-internals/types/built-in-types.mdx +++ b/docs/soroban-internals/types/built-in-types.mdx @@ -4,7 +4,7 @@ title: Built-In Types description: Built-in types used as smart contract inputs and outputs. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/types/built-in-types + href: https://developers.stellar.org/docs/learn/smart-contract-internals/types/built-in-types label: Built-In Types --- @@ -27,7 +27,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/types/built-in-types) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/types/built-in-types) for the most up-to-date information ::: diff --git a/docs/soroban-internals/types/custom-types.mdx b/docs/soroban-internals/types/custom-types.mdx index 7e086245..048d0dff 100644 --- a/docs/soroban-internals/types/custom-types.mdx +++ b/docs/soroban-internals/types/custom-types.mdx @@ -4,7 +4,7 @@ title: Custom Types description: Struct, union, and enum types defined by contracts. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/types/custom-types + href: https://developers.stellar.org/docs/learn/smart-contract-internals/types/custom-types label: Custom Types --- @@ -27,7 +27,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/types/custom-types) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/types/custom-types) for the most up-to-date information ::: diff --git a/docs/soroban-internals/types/fully-typed-contracts.mdx b/docs/soroban-internals/types/fully-typed-contracts.mdx index a50c81db..0edef6cd 100644 --- a/docs/soroban-internals/types/fully-typed-contracts.mdx +++ b/docs/soroban-internals/types/fully-typed-contracts.mdx @@ -5,7 +5,7 @@ desctiption: Smart contract WASM files contain a machine-readable description of sidebar_label: Fully-Typed Contracts sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/learn/soroban-internals/types/fully-typed-contracts + href: https://developers.stellar.org/docs/learn/smart-contract-internals/types/fully-typed-contracts label: Fully-Typed Contracts --- @@ -31,7 +31,7 @@ sidebar_custom_props: :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/soroban-internals/types/fully-typed-contracts) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/types/fully-typed-contracts) for the most up-to-date information :::