Skip to content

Commit f719477

Browse files
committed
fixes or removes broken links
1 parent e2a64ca commit f719477

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

content/docs/capabilities/reports.md

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ The default view shows all changes made through Pomerium Enterprise. Use the **C
3535
[namespace-concept]: /docs/concepts/namespacing
3636
[namespace-reference]: /docs/enterprise/reference/configure#namespaces
3737
[service-accounts-concept]: /docs/capabilities/service-accounts.md
38-
[policy-reference]: /docs/concepts/policies

content/docs/capabilities/routing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords:
2424

2525
## Routes
2626

27-
A [Route](/docs/concepts/routes) defines how to access a service running behind Pomerium. This includes authentication (both for Pomerium and passed through to the service), rewrites, header management, load balancing, etc.
27+
A **Route** defines how to access a service running behind Pomerium. This includes authentication (both for Pomerium and passed through to the service), rewrites, header management, load balancing, etc.
2828

2929
When first installing Pomerium Enterprise, users may want to import existing routes from the open-source Pomerium core. The **Migrate Routes** button accepts the open-source `config.yaml` file and imports routes from it to Pomerium Enterprise.
3030

content/docs/deploy/enterprise/changelog.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,7 @@ toc_max_heading_level: 5
262262

263263
[`signing key`]: /docs/reference/signing-key
264264
[google cloud serverless]: /docs/reference/routes/enable-google-cloud-serverless-authentication
265-
[policies]: /docs/concepts/policies
266265
[policy language]: /docs/capabilities/ppl
267266
[runtime]: /docs/capabilities/reports.md#runtime
268-
[service accounts]: /docs/concepts/service-accounts
269267
[spdy]: /docs/reference/routes/timeouts#spdy
270268
[telemetry]: /docs/capabilities/reports.md#traffic

content/docs/guides/code-server.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ To complete this guide, you need:
159159

160160
### Configure Pomerium
161161

162-
In your Console, create a [policy](/docs/concepts/policies) that allows any authenticated user to access the route:
162+
In your Console, create a [policy](/docs/capabilities/ppl) that allows any authenticated user to access the route:
163163

164164
1. Select **New Policy**
165165
2. Enter a **Name** for your policy, like `any authenticated`

content/docs/internals/glossary.md

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ Zero trust is a philosophy and/or framework for security models that includes se
161161
[policies]: #policy
162162
[pomerium enterprise]: /docs/deploy/enterprise/install
163163
[pom-namespace]: /docs/internals/glossary
164-
[pom-routes]: /docs/concepts/routes
165164
[route]: #route
166165
[routes]: #route
167166
[secure enclave]: #secure-enclave

0 commit comments

Comments
 (0)