Skip to content

Commit 18c3e47

Browse files
committed
fix(docs): remove and/or fix broken links to pages that were removed
1 parent 1886faf commit 18c3e47

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Comma-separated list of User-Agent strings which, when present as an HTTP header
210210

211211
[The Django admin site](https://docs.djangoproject.com/en/5.0/ref/contrib/admin/)
212212

213-
The configuration values that can be stored in the application database are managed directly in the [Django Admin interface](./admin-interface.md) at the `/admin` endpoint.
213+
The configuration values that can be stored in the application database are managed directly in the Django Admin interface at the `/admin` endpoint.
214214

215215
Single sign-on authentication is supported by the admin interface using [`django-google-sso`](https://megalus.github.io/django-google-sso/).
216216

@@ -390,7 +390,7 @@ Segments errors by which deployment they occur in. This defaults to `dev`, and c
390390

391391
[Security Policy Reporting](https://docs.sentry.io/product/security-policy-reporting/)
392392

393-
Collect information on Content-Security-Policy (CSP) violations. Read more about [CSP configuration in Benefits](./content-security-policy.md).
393+
Collect information on Content-Security-Policy (CSP) violations. Read more about [CSP configuration in Benefits](#django-csp).
394394

395395
To enable report collection, set this env var to the authenticated Sentry endpoint.
396396

docs/tutorials/load-sample-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Migrations are run as the application starts up. See the [`bin/init.sh`][init] s
1717
The sample values provided in the repository are sufficient to run the app locally and interact with e.g. the sample Transit
1818
Agencies. [Django fixtures][django-fixtures] are used to load the database with sample data when running locally.
1919

20-
During the [deployment](../explanation/deployment.md) process, some environment-specific values are set in environment variables and read dynamically at runtime. Most configuration values are managed directly in the [Django Admin interface](../reference/admin-interface.md) at the `/admin` endpoint.
20+
During the [deployment](../explanation/deployment.md) process, some environment-specific values are set in environment variables and read dynamically at runtime. Most configuration values are managed directly in the Django Admin interface at the `/admin` endpoint.
2121

2222
## Sample data
2323

0 commit comments

Comments
 (0)