Skip to content

Commit 36b643f

Browse files
authored
feat: Connector development improvements to the guide (#497)
1 parent 6b256b2 commit 36b643f

File tree

3 files changed

+423
-46
lines changed

3 files changed

+423
-46
lines changed

docs/guide/content/development_guide/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Inside `application/app` important subfolders include:
8080

8181
The main configuration class for the application is lives under `config/configuration_singleton.rb`.
8282
This globally accessible object defines all adjustable settings which can be
83-
overridden via YAML or environment variables (see the [Admin Guide](../admin.md) for details).
83+
overridden via YAML or environment variables (see the [Admin Guide](../admin/index.md) for details).
8484

8585
### Testing
8686

0 commit comments

Comments
 (0)