From b47d428adcc60cc2d0957e2ddc17c7eea33bd0c0 Mon Sep 17 00:00:00 2001 From: Alex Fornuto Date: Fri, 1 Oct 2021 09:55:03 -0500 Subject: [PATCH] DOCS: Standardize Relative Links (#2651) * standardize relative links * make img refs very relative --- docs/enterprise/api.md | 2 +- docs/enterprise/console-settings.yaml | 2 +- docs/enterprise/reference/configure.md | 2 +- docs/reference/readme.md | 2 +- docs/reference/settings.yaml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/enterprise/api.md b/docs/enterprise/api.md index 2485770a4..4fb948222 100644 --- a/docs/enterprise/api.md +++ b/docs/enterprise/api.md @@ -198,6 +198,6 @@ func run() error { Modify the example script to match your console API path, Namespace(s) and Policy names. -[tls-*]: /enterprise/reference/config.html#tls-ca +[tls-*]: /enterprise/reference/config.md#tls-ca [client-py]: https://github.com/pomerium/enterprise-client-python [client-go]: https://github.com/pomerium/enterprise-client-go \ No newline at end of file diff --git a/docs/enterprise/console-settings.yaml b/docs/enterprise/console-settings.yaml index e49d26ef5..a617d0a0d 100644 --- a/docs/enterprise/console-settings.yaml +++ b/docs/enterprise/console-settings.yaml @@ -276,7 +276,7 @@ settings: - Users or groups can be granted permission to edit access to routes within a Namespace, allowing them self-serve access to the routes critical to their work. ::: tip - When using an IdP without directory sync or when working with non-domain users, they will not show up in the look-ahead search. See [Non-Domain Users](/enterprise/concepts.html#non-domain-users) for more information. + When using an IdP without directory sync or when working with non-domain users, they will not show up in the look-ahead search. See [Non-Domain Users](/enterprise/concepts.md#non-domain-users) for more information. ::: postamble: | diff --git a/docs/enterprise/reference/configure.md b/docs/enterprise/reference/configure.md index 1c8354937..55d3e7c54 100644 --- a/docs/enterprise/reference/configure.md +++ b/docs/enterprise/reference/configure.md @@ -296,7 +296,7 @@ A [Namespace][namespace-concept] is a collection of users, groups, routes, and p - Users or groups can be granted permission to edit access to routes within a Namespace, allowing them self-serve access to the routes critical to their work. ::: tip -When using an IdP without directory sync or when working with non-domain users, they will not show up in the look-ahead search. See [Non-Domain Users](/enterprise/concepts.html#non-domain-users) for more information. +When using an IdP without directory sync or when working with non-domain users, they will not show up in the look-ahead search. See [Non-Domain Users](/enterprise/concepts.md#non-domain-users) for more information. ::: diff --git a/docs/reference/readme.md b/docs/reference/readme.md index b9037cc66..da52ff90a 100644 --- a/docs/reference/readme.md +++ b/docs/reference/readme.md @@ -1530,7 +1530,7 @@ certificate. This overrides the global `client_ca` option for this route. - Type: [base64 encoded] `string` or relative file location - Optional -Pomerium supports client certificates which can be used to enforce [mutually authenticated and encrypted TLS connections](https://en.wikipedia.org/wiki/Mutual_authentication) (mTLS). For more details, see our [mTLS example repository](https://github.com/pomerium/pomerium/tree/master/examples/mutual-tls) and the [certificate docs](../docs/topics/certificates.md). +Pomerium supports client certificates which can be used to enforce [mutually authenticated and encrypted TLS connections](https://en.wikipedia.org/wiki/Mutual_authentication) (mTLS). For more details, see our [mTLS example repository](https://github.com/pomerium/pomerium/tree/master/examples/mutual-tls) and the [certificate docs](/docs/topics/certificates.md). ### Pass Identity Headers diff --git a/docs/reference/settings.yaml b/docs/reference/settings.yaml index 8236e18ed..e94ff9043 100644 --- a/docs/reference/settings.yaml +++ b/docs/reference/settings.yaml @@ -1667,7 +1667,7 @@ settings: - Type: [base64 encoded] `string` or relative file location - Optional doc: | - Pomerium supports client certificates which can be used to enforce [mutually authenticated and encrypted TLS connections](https://en.wikipedia.org/wiki/Mutual_authentication) (mTLS). For more details, see our [mTLS example repository](https://github.com/pomerium/pomerium/tree/master/examples/mutual-tls) and the [certificate docs](../docs/topics/certificates.md). + Pomerium supports client certificates which can be used to enforce [mutually authenticated and encrypted TLS connections](https://en.wikipedia.org/wiki/Mutual_authentication) (mTLS). For more details, see our [mTLS example repository](https://github.com/pomerium/pomerium/tree/master/examples/mutual-tls) and the [certificate docs](/docs/topics/certificates.md). - name: "Pass Identity Headers" keys: ["pass_identity_headers"] attributes: | @@ -1728,7 +1728,7 @@ settings: - [`ring_hash_lb_config`](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#config-cluster-v3-cluster-ringhashlbconfig) - [`maglev_lb_config`](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-msg-config-cluster-v3-cluster-maglevlbconfig) - See [Load Balancing](/docs/topics/load-balancing) for example [configurations](/docs/topics/load-balancing.html#load-balancing-method) + See [Load Balancing](/docs/topics/load-balancing) for example [configurations](/docs/topics/load-balancing.md#load-balancing-method) - name: "Health Checks" keys: ["health_checks"] attributes: | @@ -1748,7 +1748,7 @@ settings: - [HTTP](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/health_check.proto#envoy-v3-api-msg-config-core-v3-healthcheck-httphealthcheck) - [GRPC](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/health_check.proto#envoy-v3-api-msg-config-core-v3-healthcheck-grpchealthcheck) - See [Load Balancing](/docs/topics/load-balancing) for example [configurations](/docs/topics/load-balancing.html#active-health-checks). + See [Load Balancing](/docs/topics/load-balancing) for example [configurations](/docs/topics/load-balancing.md#active-health-checks). - name: "Websocket Connections" keys: ["allow_websockets"]