@@ -249,16 +249,16 @@ Check the generated files in your output directories!
249249
250250This documentation is organized into several sections:
251251
252- ### 📋 [Specifications](. /docs/Specifications.md)
252+ ### 📋 [Specifications](https://github.com/stackpress/idea/blob/main/docs /docs/Specifications.md)
253253Complete reference for the ` .idea ` file format syntax, data types, and schema structure.
254254
255- ### 🔧 [Parser Documentation](. /docs/parser/)
255+ ### 🔧 [Parser Documentation](https://github.com/stackpress/idea/blob/main/docs /docs/parser/)
256256Technical documentation for the parser library that processes ` .idea ` files.
257257
258- ### 🔄 [Transformer Documentation](. /docs/transformer/)
258+ ### 🔄 [Transformer Documentation](https://github.com/stackpress/idea/blob/main/docs /docs/transformer/)
259259Documentation for the transformer library that executes plugins and generates code.
260260
261- ### 🔌 [Plugin Development](. /docs/plugins/)
261+ ### 🔌 [Plugin Development](https://github.com/stackpress/idea/blob/main/docs /docs/plugins/)
262262Comprehensive guides for creating custom plugins, including tutorials for:
263263- Database schema generators
264264- Form generators
@@ -292,8 +292,8 @@ With the plugin system, you can generate:
292292
293293Ready to transform your development workflow?
294294
295- 1. **Read the [Specifications](. /docs/Specifications.md)** to understand the syntax
296- 2. **Explore [Plugin Tutorials](. /docs/plugins/)** to see what's possible
295+ 1. **Read the [Specifications](https://github.com/stackpress/idea/blob/main/docs /docs/Specifications.md)** to understand the syntax
296+ 2. **Explore [Plugin Tutorials](https://github.com/stackpress/idea/blob/main/docs /docs/plugins/)** to see what's possible
2972973. **Join the Community** to share your creations
2982984. **Build Something Amazing** with the power of declarative development
299299
0 commit comments