Skip to content

Commit ec936ae

Browse files
committed
fix: missing .md format in links
1 parent 4ad3e03 commit ec936ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_changelog/2.4.0-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ The application now exposes a `/health` endpoint. The `app` container includes a
369369
polls this endpoint. No action is required unless you have external monitoring or load-balancer probes configured — in
370370
that case update them to use `GET /health`.
371371

372-
See the new [Health Check documentation](../_documentation/5-Deployment/6-Health-Check) for full details.
372+
See the new [Health Check documentation](../_documentation/5-Deployment/6-Health-Check.md) for full details.
373373

374374
### Summary checklist
375375

_changelog/2.4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
- Allow `DB_BACKUP_INTERVAL` to be set to `never`, to disable automatic database backups. This is useful for users who want to manage their own backup strategy or do not want to use the built-in backup functionality.
2121
- Adds a new `DB_BACKUP_INTERVAL_ARGS` environment variable, that works in tandem with `DB_BACKUP_INTERVAL`, to allow more fine-grained control over the database backup process. Read more in the [Dot Env documentation](/architecture/10-dot%20Env)
22-
- Adds new `APP_TRUSTED_PROXIES` environment variable, to the app to run behind a reverse proxy with SSL termination. Read more in the [Dot Env documentation](../_documentation/3-architecture/10-dot%20Env#APP_TRUSTED_PROXIES)
22+
- Adds new `APP_TRUSTED_PROXIES` environment variable, to the app to run behind a reverse proxy with SSL termination. Read more in the [Dot Env documentation](../_documentation/3-architecture/10-dot%20Env.md#APP_TRUSTED_PROXIES)
2323
- `php artisan check:model-status` is now `php artisan ai:models:check-status`, to be more consistent with the naming of other AI related commands. The old command name is still available as an alias, but it is recommended to use the new command name.
2424

2525
### Bugfix

0 commit comments

Comments
 (0)