Skip to content

Commit 3b67331

Browse files
committed
Update links in image variations documentation for consistency and improved navigation. Adjusted paths to ensure they are correctly formatted for internal referencing.
1 parent 833a867 commit 3b67331

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/docs/2.image-variations/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ docker compose run php php my-script.php
7474
### Further Customization
7575
If you need to customize the container further, reference the docs below:
7676

77-
- [Environment Variable Specifications](docs/reference/environment-variable-specification) - See which environment variables are available to customize common PHP settings.
78-
- [Command Reference](docs/reference/command-reference) - See which commands are available to run inside the container.
77+
- [Environment Variable Specifications](/docs/reference/environment-variable-specification) - See which environment variables are available to customize common PHP settings.
78+
- [Command Reference](/docs/reference/command-reference) - See which commands are available to run inside the container.

docs/content/docs/2.image-variations/fpm-nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ For a complete list of available environment variables, see the [Environment Var
242242
Here are some tuning recommendations for different scenarios:
243243

244244
### For Production (low memory environments)
245-
::note{to="docs/deployment-and-production/packaging-your-app-for-deployment"}
245+
::note{to="/docs/deployment-and-production/packaging-your-app-for-deployment"}
246246
If you're running an application in production, you'll likely want to package your application inside an image for deployment. Click here to learn more.
247247
::
248248
```yml [compose.yml]

0 commit comments

Comments
 (0)