From 55877c65ef487c7ea76da2119de635f13a5aa64b Mon Sep 17 00:00:00 2001 From: austinabell Date: Tue, 25 Nov 2025 20:12:53 -0500 Subject: [PATCH] update links to point to new URL --- Cargo.toml | 2 +- README.md | 4 ++-- contracts/deployment.toml | 2 +- crates/boundless-market/README.md | 2 +- crates/boundless-market/src/deployments.rs | 2 +- documentation/site/layout.tsx | 2 +- .../site/pages/developers/tutorials/tracking.mdx | 10 +++++----- documentation/site/pages/provers/monitoring.mdx | 2 +- documentation/site/pages/provers/quick-start.mdx | 2 +- documentation/vocs.config.ts | 2 +- examples/composition/README.md | 2 +- examples/counter-with-callback/README.md | 2 +- examples/counter/README.md | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2457593013..b9a6d72be7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ members = [ [workspace.package] version = "1.2.0" edition = "2021" -homepage = "https://beboundless.xyz/" +homepage = "https://boundless.network/" repository = "https://github.com/boundless-xyz/boundless/" [workspace.dependencies] diff --git a/README.md b/README.md index 5f81658de7..0f56383006 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This repository contains the core primitives for Boundless. -> **Note:** If you are a builder looking to build an application on Boundless, you should start with the [Boundless Foundry Template](https://github.com/boundless-xyz/boundless-foundry-template) and the [Boundless Builder Docs](https://docs.beboundless.xyz/developers/quick-start). +> **Note:** If you are a builder looking to build an application on Boundless, you should start with the [Boundless Foundry Template](https://github.com/boundless-xyz/boundless-foundry-template) and the [Boundless Builder Docs](https://docs.boundless.network/developers/quick-start). -> **Note:** If you are a prover looking to get started, please refer to the [Boundless Prover Quick Start Guide](https://docs.beboundless.xyz/provers/quick-start). +> **Note:** If you are a prover looking to get started, please refer to the [Boundless Prover Quick Start Guide](https://docs.boundless.network/provers/quick-start). ## Repository Structure diff --git a/contracts/deployment.toml b/contracts/deployment.toml index 3067fda94d..f26a7dcc55 100644 --- a/contracts/deployment.toml +++ b/contracts/deployment.toml @@ -284,7 +284,7 @@ collateral-token = "0x0000000000000000000000000000000000000000" # Guests info deployment-commit = "1353e11c" # v0.14.0 main assessor-image-id = "0x661051a91ef01febc96e11f38280281a08cfeeb37fb3a2d984f4a8f703965cc3" -assessor-guest-url = "https://staging-signal-artifacts.beboundless.xyz/v3/assessor/assessor_guest.bin" +assessor-guest-url = "https://staging-signal-artifacts.boundless.network/v3/assessor/assessor_guest.bin" deprecated-assessor-duration = 0 # PoVW contracts diff --git a/crates/boundless-market/README.md b/crates/boundless-market/README.md index a9a92c1f99..4878c32ffb 100644 --- a/crates/boundless-market/README.md +++ b/crates/boundless-market/README.md @@ -5,4 +5,4 @@ Core to Boundless is a decentralized proof market. Competitive proving services This crate is the SDK for interacting with the Boundless Market. -For more information about using Boundless, see [docs.beboundless.xyz](https://docs.beboundless.xyz). +For more information about using Boundless, see [docs.boundless.network](https://docs.boundless.network). diff --git a/crates/boundless-market/src/deployments.rs b/crates/boundless-market/src/deployments.rs index c68136b0c4..7cd3c739fc 100644 --- a/crates/boundless-market/src/deployments.rs +++ b/crates/boundless-market/src/deployments.rs @@ -50,7 +50,7 @@ pub struct Deployment { /// /// [RiscZeroVerifierRouter]: https://github.com/risc0/risc0-ethereum/blob/main/contracts/src/RiscZeroVerifierRouter.sol /// [IRiscZeroVerifier]: https://github.com/risc0/risc0-ethereum/blob/main/contracts/src/IRiscZeroVerifier.sol - /// [Boundless docs for more details]: https://docs.beboundless.xyz/developers/smart-contracts/verifier-contracts + /// [Boundless docs for more details]: https://docs.boundless.network/developers/smart-contracts/verifier-contracts #[clap( long, env = "VERIFIER_ADDRESS", diff --git a/documentation/site/layout.tsx b/documentation/site/layout.tsx index 7efb1cd8aa..8f5337927f 100644 --- a/documentation/site/layout.tsx +++ b/documentation/site/layout.tsx @@ -10,7 +10,7 @@ export default function RootLayout({ children }) { )} {/* Custom JS scripts */} -