Skip to content

Commit 460bbff

Browse files
committed
updated docs
1 parent 64ed6e0 commit 460bbff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,16 +249,16 @@ Check the generated files in your output directories!
249249
250250
This 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)
253253
Complete 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/)
256256
Technical 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/)
259259
Documentation 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/)
262262
Comprehensive 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
293293
Ready 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
297297
3. **Join the Community** to share your creations
298298
4. **Build Something Amazing** with the power of declarative development
299299

0 commit comments

Comments
 (0)