Skip to content

Commit

Permalink
Fix doc links in the README.md files (#93)
Browse files Browse the repository at this point in the history
* Update README.md

Changes the docs link to go to [/carbon](https://carbon.buape.com/carbon/getting-started) instead of [/docs](https://carbon.buape.com/docs/getting-started)

* Changes the docs url to go to [/carbon](https://carbon.buape.com/carbon/getting-started) instead of [/docs](https://carbon.buape.com/docs/getting-started)

* Update README.md

Changes the docs URL to go to [/carbon](https://carbon.buape.com/carbon/getting-started) instead of [/docs](https://carbon.buape.com/docs/getting-started)
  • Loading branch information
Xanderxx46 authored Sep 15, 2024
1 parent eb7f1ef commit e01ed98
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/carbon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ With Carbon, you can deploy it to many platforms, both physical and serverless,

## Installation

To get started with Carbon, you can check out the [Getting Started](https://carbon.buape.com/docs/getting-started) guides for your preferred platform.
To get started with Carbon, you can check out the [Getting Started](https://carbon.buape.com/carbon/getting-started) guides for your preferred platform.

## Useful Links

- [Documentation](https://carbon.buape.com/docs)
- [Documentation](https://carbon.buape.com/carbon)
- [Discord](https://go.buape.com/carbon)
- [NPM](https://www.npmjs.com/package/@buape/carbon)
- [Cloudflare Workers Demo](https://github.com/buape/carbon/tree/main/apps/cloudo)
- [Node.js Demo](https://github.com/buape/carbon/tree/main/apps/rocko)

## Contributing

We welcome contributions to Carbon! If you're interested in contributing, please check out the [Contributing Guide](https://carbon.buape.com/docs/helpful-guides/contributing) for more information, and join our [Discord](https://go.buape.com/carbon) to get involved!
We welcome contributions to Carbon! If you're interested in contributing, please check out the [Contributing Guide](https://carbon.buape.com/carbon/helpful-guides/contributing) for more information, and join our [Discord](https://go.buape.com/carbon) to get involved!
2 changes: 1 addition & 1 deletion packages/create-carbon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ This will create a new directory called `my-project` with a basic Carbon project

## Contributing

We welcome contributions to `create-carbon`! If you're interested in contributing, please check out the [Contributing Guide](https://carbon.buape.com/docs/helpful-guides/contributing) for more information, and join our [Discord](https://go.buape.com/carbon) to get involved!
We welcome contributions to `create-carbon`! If you're interested in contributing, please check out the [Contributing Guide](https://carbon.buape.com/carbon/helpful-guides/contributing) for more information, and join our [Discord](https://go.buape.com/carbon) to get involved!
2 changes: 1 addition & 1 deletion packages/linked-roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

This package is part of [the Carbon framework](https://github.com/buape/carbon), check it out for more details.

You can find the documentation for this package [here](https://carbon.buape.com/docs/linked-roles).
You can find the documentation for this package [here](https://carbon.buape.com/carbon/linked-roles).
2 changes: 1 addition & 1 deletion packages/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

This package is part of [the Carbon framework](https://github.com/buape/carbon), check it out for more details.

You can find the documentation for this package [here](https://carbon.buape.com/docs/nodejs).
You can find the documentation for this package [here](https://carbon.buape.com/carbon/nodejs).
2 changes: 1 addition & 1 deletion packages/request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

This package is part of [the Carbon framework](https://github.com/buape/carbon), check it out for more details.

You can find the documentation for this package [here](https://carbon.buape.com/docs/request).
You can find the documentation for this package [here](https://carbon.buape.com/carbon/request).

0 comments on commit e01ed98

Please sign in to comment.