From 406a6117ee8c55fcf749768aa9b68c15975be09d Mon Sep 17 00:00:00 2001 From: Walker Ford Date: Wed, 6 Dec 2023 22:30:40 -0700 Subject: [PATCH 1/4] Update README.md Fixed a broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dba6c922d8..e62057ab10 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ > **Project status**: **Access the Ceramic mainnet. 🚀**
> With the launch of [ComposeDB Beta](https://blog.ceramic.network/composedb-is-live-on-ceramic-mainnet/), it is now much easier to access Ceramic mainnet for building applications. -> Developers can now onboard their node to Ceramic mainnet in under 5 minutes without needing to contact any community members. Check out [this guide](https://composedb.js.org/docs/0.5.x/guides/composedb-server/access-mainnet) +> Developers can now onboard their node to Ceramic mainnet in under 5 minutes without needing to contact any community members. Check out [this guide](https://developers.ceramic.network/docs/composedb/guides/composedb-server/access-mainnet) > to learn more. From 8bcf6cf91622af10ab6bb9b376ba4b6ef5a67a39 Mon Sep 17 00:00:00 2001 From: Walker Ford Date: Wed, 6 Dec 2023 22:56:21 -0700 Subject: [PATCH 2/4] Update QUICKSTART.md Fixed two broken links --- docs-dev/QUICKSTART.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-dev/QUICKSTART.md b/docs-dev/QUICKSTART.md index bf91de8a16..b90a2e5dfd 100644 --- a/docs-dev/QUICKSTART.md +++ b/docs-dev/QUICKSTART.md @@ -23,9 +23,9 @@ The default configuration file is located at `$HOME/.ceramic/daemon.config.json` -For more information about the configuration options see [Server Configurations](https://composedb.js.org/docs/0.5.x/guides/composedb-server/server-configurations) +For more information about the configuration options see [Server Configurations](https://developers.ceramic.network/docs/composedb/guides/composedb-server/server-configurations) -For an example how to run in the cloud using Digital Ocean and Kubernetes see [Running in the Cloud](https://composedb.js.org/docs/0.5.x/guides/composedb-server/running-in-the-cloud) or refer to the [SimpleDeploy](SimpleDeploy) example ansible scripts. +For an example how to run in the cloud using Digital Ocean and Kubernetes see [Running in the Cloud](https://developers.ceramic.network/docs/composedb/guides/composedb-server/running-in-the-cloud) or refer to the [SimpleDeploy](SimpleDeploy) example ansible scripts. ## Develop on Ceramic using ComposeDB From 7f32bdfa075524737422ec968629ac01473fe6f5 Mon Sep 17 00:00:00 2001 From: Walker Ford Date: Wed, 6 Dec 2023 22:59:29 -0700 Subject: [PATCH 3/4] Update did-anchor-service-auth.ts Updated a broken link in and error message. --- packages/core/src/anchor/auth/did-anchor-service-auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/anchor/auth/did-anchor-service-auth.ts b/packages/core/src/anchor/auth/did-anchor-service-auth.ts index af042e181b..67082724ab 100644 --- a/packages/core/src/anchor/auth/did-anchor-service-auth.ts +++ b/packages/core/src/anchor/auth/did-anchor-service-auth.ts @@ -52,7 +52,7 @@ export class DIDAnchorServiceAuth implements AnchorServiceAuth { throw new Error( `You are not authorized to use the anchoring service found at: ${ this.#anchorServiceUrl - }. Are you using the correct anchoring service url? If so please ensure that you have access to 3Box Labs’ Ceramic Anchor Service by following the steps found here: https://composedb.js.org/docs/0.4.x/guides/composedb-server/access-mainnet` + }. Are you using the correct anchoring service url? If so please ensure that you have access to 3Box Labs’ Ceramic Anchor Service by following the steps found here: https://developers.ceramic.network/docs/composedb/guides/composedb-server/access-mainnet` ) } throw err From 713308049a8d6cec426feab6ff3f71d9470116a9 Mon Sep 17 00:00:00 2001 From: Walker Ford Date: Wed, 6 Dec 2023 23:08:39 -0700 Subject: [PATCH 4/4] Update QUICKSTART.md Fixed link to SimpleDeploy repo --- docs-dev/QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-dev/QUICKSTART.md b/docs-dev/QUICKSTART.md index b90a2e5dfd..90910ed041 100644 --- a/docs-dev/QUICKSTART.md +++ b/docs-dev/QUICKSTART.md @@ -25,7 +25,7 @@ The default configuration file is located at For more information about the configuration options see [Server Configurations](https://developers.ceramic.network/docs/composedb/guides/composedb-server/server-configurations) -For an example how to run in the cloud using Digital Ocean and Kubernetes see [Running in the Cloud](https://developers.ceramic.network/docs/composedb/guides/composedb-server/running-in-the-cloud) or refer to the [SimpleDeploy](SimpleDeploy) example ansible scripts. +For an example how to run in the cloud using Digital Ocean and Kubernetes see [Running in the Cloud](https://developers.ceramic.network/docs/composedb/guides/composedb-server/running-in-the-cloud) or refer to the [SimpleDeploy](https://github.com/ceramicstudio/simpledeploy) example ansible scripts. ## Develop on Ceramic using ComposeDB