diff --git a/RELEASE.md b/RELEASE.md index a862a0e4106ceb..1447523c29a971 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -152,4 +152,4 @@ appearing. To check for progress: If this happens and the error is non-fatal, click "Retry" on the "publish crate" job ### Update software on testnet.solana.com -See the documentation at https://github.com/solana-labs/cluster-ops/. devnet.solana.com and mainnet-beta.solana.com run stable releases that have been tested on testnet. Do not update devnet or mainnet-beta with a beta release. +devnet.solana.com and mainnet-beta.solana.com run stable releases that have been tested on testnet. Do not update devnet or mainnet-beta with a beta release. diff --git a/docs/src/pages/styles.module.css b/docs/src/pages/styles.module.css index 677dc9b068636f..a02930d55bcfb2 100644 --- a/docs/src/pages/styles.module.css +++ b/docs/src/pages/styles.module.css @@ -30,7 +30,7 @@ .features { display: flex; - align-items: top; + align-items: flex-start; padding: 2rem 0; width: 100%; } diff --git a/svm/doc/spec.md b/svm/doc/spec.md index 7ca0accb5d265b..003fafb4450c35 100644 --- a/svm/doc/spec.md +++ b/svm/doc/spec.md @@ -28,7 +28,7 @@ We envision the following applications for SVM The SVM is currently viewed as realizing two stages of the Transaction Engine Execution pipeline as described in Solana Architecture documentation - [https://docs.solana.com/validator/runtime#execution](https://docs.solana.com/validator/runtime#execution), + [https://docs.anza.xyz/validator/runtime#execution](https://docs.anza.xyz/validator/runtime#execution), namely ‘load accounts’ and ‘execute’ stages. - **SVM Rollups**