Skip to content

Commit 9469477

Browse files
authored
Link services.md (#767)
## Summary ## How was it tested? Signed-off-by: Zhizhen He <[email protected]>
1 parent 05ff3dd commit 9469477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/guides/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ When Devbox detects a plugin for an installed package, it automatically applies
110110

111111
If your package can run as a daemon or background service, Devbox can configure and manage that service for you with `devbox services`.
112112

113-
To learn more, visit our page on Devbox Services
113+
To learn more, visit our page on [Devbox Services](services.md).
114114

115115
### Environment Variables
116116
Devbox stores default environment variables for your package in `.devbox/virtenv/<package_name>/.env` in your project directory. Devbox automatically updates these environment variables whenever you run `devbox shell` or `devbox run` to match your current project, and developers should not check these `.env` files into source control.

0 commit comments

Comments
 (0)