Skip to content

Commit 3141c46

Browse files
authored
Update application structure documentation
1 parent 6025e94 commit 3141c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This skeleton breaks your application down into:
77
1. A common "core" component, for managing database relations and exposing basic common functionality.
88
2. Multiple sub-app components, for the various discrete parts of your application.
99

10-
The application starts with a vanilla `Roda` app ([source](/component/app_prototype/application.rb)) to explicitly mount each of your sub-apps onto their respective routes.
10+
The application starts with a vanilla `Roda` app ([source](/system/app_prototype/application.rb)) to explicitly mount each of your sub-apps onto their respective routes.
1111

1212
Each sub-app, located in `apps/<sub_app>`, is a `Dry::Web::Roda::Application`, which means it provides the following:
1313

0 commit comments

Comments
 (0)