diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3608fcdc2..d81980233 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: * [genezio documentation](https://genezio.com/docs) * [genezio official examples](https://github.com/Genez-io/genezio-examples) - * [genezio Troubleshooting section](https://docs.genezio.com/genezio-documentation/troubleshooting) + * [genezio Troubleshooting section](https://genezio.com/docs/troubleshooting) - type: textarea id: bug-description diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a33492187..78d4b3f9c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,7 +12,7 @@ body: * [genezio documentation](https://genezio.com/docs) * [genezio official examples](https://github.com/Genez-io/genezio-examples) - * [genezio Troubleshooting section](https://docs.genezio.com/genezio-documentation/troubleshooting) + * [genezio Troubleshooting section](https://genezio.com/docs/troubleshooting) - type: textarea id: feature-description diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index c9c415326..031943b4a 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -12,7 +12,7 @@ body: * [genezio documentation](https://genezio.com/docs) * [genezio official examples](https://github.com/Genez-io/genezio-examples) - * [genezio Troubleshooting section](https://docs.genezio.com/genezio-documentation/troubleshooting) + * [genezio Troubleshooting section](https://genezio.com/docs/troubleshooting) - type: textarea id: issue-description diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml index 30fc3cccc..7e931cbba 100644 --- a/.github/ISSUE_TEMPLATE/task.yml +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -13,7 +13,7 @@ body: * [contributions guide](https://github.com/Genez-io/genezio/blob/main/CONTRIBUTING.md) * [genezio documentation](https://genezio.com/docs) * [genezio official examples](https://github.com/Genez-io/genezio-examples) - * [genezio Troubleshooting section](https://docs.genezio.com/genezio-documentation/troubleshooting) + * [genezio Troubleshooting section](https://genezio.com/docs/troubleshooting) - type: textarea id: task-description diff --git a/README.md b/README.md index 141fd94d0..2cbc5d613 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ For more details on how to use `genezio`, you can check out the official [docume # Getting Started -Check out our [Getting started](https://docs.genezio.com/genezio-documentation/getting-started) documentation page to find out how to start using Genezio. +Check out our [Getting started](https://genezio.com/docs/getting-started) documentation page to find out how to start using Genezio. For more details about the `genezio` CLI commands, run `genezio help` or `genezio [command] help`. @@ -115,23 +115,23 @@ Once you are happy with your project, you can deploy it in a production environm The genezio CLI tool supports the commands shown in the following table: -| Command | Description | -| ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| genezio | Context aware, interactive command that simplifies project management. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/genezio) | -| genezio create fullstack ` ` | Create a new fullstack project based on two templates: one backend and one frontend. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/genezio-create) | -| genezio create backend `