Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken documentation links #3056

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

> **Project status**: **Access the Ceramic mainnet. 🚀** <br/>
> 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.


Expand Down
4 changes: 2 additions & 2 deletions docs-dev/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://github.com/ceramicstudio/simpledeploy) example ansible scripts.

## Develop on Ceramic using ComposeDB

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/anchor/auth/did-anchor-service-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down