diff --git a/README.md b/README.md index 51abff9..575d581 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ sunbeam status ```bash # Clone the repository -git clone https://github.com/your-org/sunbeam.git -cd sunbeam/cli +git clone https://src.sunbeam.pt/studio/cli.git +cd cli # Install dependencies pip install . @@ -209,8 +209,8 @@ Contributions are welcome! Please follow these guidelines: ```bash # Clone repository -git clone https://github.com/your-org/sunbeam.git -cd sunbeam/cli +git clone https://src.sunbeam.pt/studio/cli.git +cd cli # Install development dependencies pip install -e .[dev] @@ -288,5 +288,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file For questions, issues, or contributions: -- **GitHub Issues**: [https://github.com/your-org/sunbeam/issues](https://github.com/your-org/sunbeam/issues) -- **Documentation**: [https://your-org.github.io/sunbeam-cli](https://your-org.github.io/sunbeam-cli) \ No newline at end of file +- **Git Issues**: [https://src.sunbeam.pt/studio/cli/issues](https://src.sunbeam.pt/studio/cli/issues) +- **Documentation**: [https://src.sunbeam.pt/studio/cli](https://src.sunbeam.pt/studio/cli) \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index bcbc3cf..24fe15d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,8 +28,8 @@ Sunbeam is a command-line tool designed to simplify the management of local deve ```bash # Clone the repository -git clone https://github.com/your-org/sunbeam.git -cd sunbeam/cli +git clone https://src.sunbeam.pt/studio/cli.git +cd cli # Install dependencies pip install . @@ -64,4 +64,4 @@ sunbeam logs ory/kratos ## Support -For issues, questions, or contributions, please refer to the [GitHub repository](https://github.com/your-org/sunbeam). \ No newline at end of file +For issues, questions, or contributions, please refer to the [Git repository](https://src.sunbeam.pt/studio/cli). \ No newline at end of file