Skip to content

Commit 300d883

Browse files
committed
Fix repository URLs: use lowercase 'gradual' as per GitHub redirect
1 parent 2647702 commit 300d883

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

docs/dev_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ make publish
451451

452452
## Next Steps
453453

454-
- Read the [API Reference](/Gradual/api/overview/) for detailed technical information
454+
- Read the [API Reference](/gradual/api/overview/) for detailed technical information
455455
- Check out [Examples](examples.md) for usage patterns
456456
- Review the [User Guide](user_guide.md) for end-user documentation
457-
- Join the [community discussions](https://github.com/Gradual-Load-Testing/Gradual/discussions)
457+
- Join the [community discussions](https://github.com/Gradual-Load-Testing/gradual/discussions)

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ class SimpleDashboard:
649649

650650
## Next Steps
651651

652-
- Explore the [API Reference](/Gradual/api/overview/) for detailed technical information
652+
- Explore the [API Reference](/gradual/api/overview/) for detailed technical information
653653
- Read the [User Guide](user_guide.md) for comprehensive usage instructions
654654
- Check the [Development Guide](dev_guide.md) for contribution guidelines
655-
- Join the [community discussions](https://github.com/Gradual-Load-Testing/Gradual/discussions)
655+
- Join the [community discussions](https://github.com/Gradual-Load-Testing/gradual/discussions)

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ graph TB
6262
## Getting Help
6363

6464
- 📖 **Documentation**: This site contains comprehensive guides
65-
- 🐛 **Issues**: Report bugs on [GitHub Issues](https://github.com/Gradual-Load-Testing/Gradual/issues)
66-
- 💬 **Discussions**: Join the conversation on [GitHub Discussions](https://github.com/Gradual-Load-Testing/Gradual/discussions)
65+
- 🐛 **Issues**: Report bugs on [GitHub Issues](https://github.com/Gradual-Load-Testing/gradual/issues)
66+
- 💬 **Discussions**: Join the conversation on [GitHub Discussions](https://github.com/Gradual-Load-Testing/gradual/discussions)
6767
- 📧 **Contact**: Reach out to the maintainers
6868

6969
## License
7070

71-
Gradual is licensed under the MIT License. See the [LICENSE](https://github.com/Gradual-Load-Testing/Gradual/blob/main/LICENSE) file for details.
71+
Gradual is licensed under the MIT License. See the [LICENSE](https://github.com/Gradual-Load-Testing/gradual/blob/main/LICENSE) file for details.

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,6 @@ After successful installation:
233233

234234
If you encounter installation issues:
235235

236-
- Check the [GitHub Issues](https://github.com/Gradual-Load-Testing/Gradual/issues)
236+
- Check the [GitHub Issues](https://github.com/Gradual-Load-Testing/gradual/issues)
237237
- Review the [Troubleshooting section](user_guide.md#troubleshooting)
238-
- Join the [community discussions](https://github.com/Gradual-Load-Testing/Gradual/discussions)
238+
- Join the [community discussions](https://github.com/Gradual-Load-Testing/gradual/discussions)

docs/user_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ stress-run --test_config my_test.yaml
404404
## Next Steps
405405

406406
- **New to Gradual?** Start with the [Installation Guide](installation.md) and [Getting Started Guide](getting_started.md)
407-
- **Ready for more?** Explore the [API Reference](/Gradual/api/overview/) for detailed technical information
407+
- **Ready for more?** Explore the [API Reference](/gradual/api/overview/) for detailed technical information
408408
- **Looking for examples?** Check out [Examples](examples.md) for real-world use cases
409409
- **Want to contribute?** Learn about [Development](dev_guide.md)
410-
- **Need help?** Join the [community discussions](https://github.com/Gradual-Load-Testing/Gradual/discussions)
410+
- **Need help?** Join the [community discussions](https://github.com/Gradual-Load-Testing/gradual/discussions)

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
site_name: Gradual - Stress Testing Framework
22
site_description: A comprehensive Python stress testing framework for applications and systems
33
site_author: Gradual Load Testing Team
4-
site_url: https://gradual-load-testing.github.io/Gradual
4+
site_url: https://gradual-load-testing.github.io/gradual
55

6-
repo_name: Gradual-Load-Testing/Gradual
7-
repo_url: https://github.com/Gradual-Load-Testing/Gradual
6+
repo_name: Gradual-Load-Testing/gradual
7+
repo_url: https://github.com/Gradual-Load-Testing/gradual
88
edit_uri: edit/main/docs/
99

1010
theme:

0 commit comments

Comments
 (0)