File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 <a href =" https://github.com/lucocozz/argus/actions/workflows/ci-complete.yml " ><img src =" https://github.com/lucocozz/argus/actions/workflows/ci-complete.yml/badge.svg " alt =" CI/CD Pipeline " ></a >
1313 <a href =" https://github.com/lucocozz/argus/actions/workflows/codeql.yml " ><img src =" https://github.com/lucocozz/argus/actions/workflows/codeql.yml/badge.svg " alt =" CodeQL Analysis " ></a >
1414 <a href =" https://opensource.org/licenses/MIT " ><img src =" https://img.shields.io/badge/License-MIT-blue.svg " alt =" License: MIT " ></a >
15- <a href =" https://argus.readthedocs.io " ><img src =" https://img.shields.io/badge/docs-latest-blue.svg " alt =" Documentation " ></a >
15+ <a href =" https://argus-lib.com " ><img src =" https://img.shields.io/badge/docs-latest-blue.svg " alt =" Documentation " ></a >
1616</p >
1717
1818---
@@ -171,10 +171,10 @@ ARGUS_OPTIONS(options,
171171
172172## Documentation
173173
174- 📚 **[Full Documentation](https:// argus.readthedocs.io )** - Complete guides and API reference
175- 🚀 **[Quick Start Guide](https:// argus.readthedocs.io /getting-started/quickstart)** - Get running in 5 minutes
176- 💡 **[Examples](https:// argus.readthedocs.io /examples)** - Real-world usage patterns
177- 🔧 **[API Reference](https:// argus.readthedocs.io /api-reference)** - Complete function and macro documentation
174+ 📚 **[Full Documentation](https:// argus-lib.com )** - Complete guides and API reference
175+ 🚀 **[Quick Start Guide](https:// argus-lib.com /getting-started/quickstart)** - Get running in 5 minutes
176+ 💡 **[Examples](https:// argus-lib.com /examples/simple-cli )** - Real-world usage patterns
177+ 🔧 **[API Reference](https:// argus-lib.com /api-reference/overview )** - Complete function and macro documentation
178178
179179## Comparison
180180
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const config = {
33 tagline : 'Modern C library for command-line argument parsing' ,
44 favicon : 'img/argus-logo.webp' ,
55
6- url : 'https://argus-lib.netlify.app ' ,
6+ url : 'https://argus-lib.com ' ,
77 baseUrl : '/' ,
88
99 organizationName : 'lucocozz' ,
You can’t perform that action at this time.
0 commit comments