Skip to content

Commit 4f1a15c

Browse files
committed
Update 2025-11-13_react.md
1 parent 5f6f775 commit 4f1a15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MyApp/_posts/2025-11-13_react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ AI models thrive on consistency. ServiceStack removes guesswork with a single pa
5151

5252
### Intuitive Project Structure
5353

54-
ServiceStack's [physical project structure](/physical-project-structure) provides clear separation of concerns, with the entire API surface area contained in [the ServiceModel project](/physical-project-structure#servicemodel-project)—making codebases easy for AI models to navigate and understand.
54+
ServiceStack's [physical project structure](https://docs.servicestack.net/physical-project-structure) provides clear separation of concerns, with the entire API surface area contained in [the ServiceModel project](https://docs.servicestack.net/physical-project-structure#servicemodel-project)—making codebases easy for AI models to navigate and understand.
5555

5656
### Minimal Code Surface
5757

5858
Less code means fewer opportunities for errors. ServiceStack's high-productivity features minimize the code AI needs to generate:
5959

60-
- **[AutoQuery APIs](/autoquery/)** - Flexible, queryable APIs defined with just a Request DTO
60+
- **[AutoQuery APIs](https://docs.servicestack.net/autoquery/)** - Flexible, queryable APIs defined with just a Request DTO
6161
- **[AutoQueryGrid Component](https://react.servicestack.net/gallery/autoquerygrid)** - Complete CRUD UIs in 1 line of code
6262
- **[Auto Form Components](https://react.servicestack.net/gallery/autoform)** - Beautiful, validation-bound forms in 1 line of code
6363

0 commit comments

Comments
 (0)