docs: update repository URLs to use HTTPS remotes for src.sunbeam.pt
This commit is contained in:
12
README.md
12
README.md
@@ -45,8 +45,8 @@ sunbeam status
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/your-org/sunbeam.git
|
git clone https://src.sunbeam.pt/studio/cli.git
|
||||||
cd sunbeam/cli
|
cd cli
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pip install .
|
pip install .
|
||||||
@@ -209,8 +209,8 @@ Contributions are welcome! Please follow these guidelines:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone repository
|
# Clone repository
|
||||||
git clone https://github.com/your-org/sunbeam.git
|
git clone https://src.sunbeam.pt/studio/cli.git
|
||||||
cd sunbeam/cli
|
cd cli
|
||||||
|
|
||||||
# Install development dependencies
|
# Install development dependencies
|
||||||
pip install -e .[dev]
|
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:
|
For questions, issues, or contributions:
|
||||||
|
|
||||||
- **GitHub Issues**: [https://github.com/your-org/sunbeam/issues](https://github.com/your-org/sunbeam/issues)
|
- **Git Issues**: [https://src.sunbeam.pt/studio/cli/issues](https://src.sunbeam.pt/studio/cli/issues)
|
||||||
- **Documentation**: [https://your-org.github.io/sunbeam-cli](https://your-org.github.io/sunbeam-cli)
|
- **Documentation**: [https://src.sunbeam.pt/studio/cli](https://src.sunbeam.pt/studio/cli)
|
||||||
@@ -28,8 +28,8 @@ Sunbeam is a command-line tool designed to simplify the management of local deve
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/your-org/sunbeam.git
|
git clone https://src.sunbeam.pt/studio/cli.git
|
||||||
cd sunbeam/cli
|
cd cli
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pip install .
|
pip install .
|
||||||
@@ -64,4 +64,4 @@ sunbeam logs ory/kratos
|
|||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
For issues, questions, or contributions, please refer to the [GitHub repository](https://github.com/your-org/sunbeam).
|
For issues, questions, or contributions, please refer to the [Git repository](https://src.sunbeam.pt/studio/cli).
|
||||||
Reference in New Issue
Block a user