Skip to content

Commit e01ed98

Browse files
authored
Fix doc links in the README.md files (#93)
* 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)
1 parent eb7f1ef commit e01ed98

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/carbon/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ With Carbon, you can deploy it to many platforms, both physical and serverless,
2525

2626
## Installation
2727

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

3030
## Useful Links
3131

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

3838
## Contributing
3939

40-
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!
40+
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!

packages/create-carbon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ This will create a new directory called `my-project` with a basic Carbon project
2424

2525
## Contributing
2626

27-
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!
27+
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!

packages/linked-roles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

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

13-
You can find the documentation for this package [here](https://carbon.buape.com/docs/linked-roles).
13+
You can find the documentation for this package [here](https://carbon.buape.com/carbon/linked-roles).

packages/nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

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

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

packages/request/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

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

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

0 commit comments

Comments
 (0)