Skip to content

Commit 41f00eb

Browse files
Clean up absolute links in docs (#6477)
* Clean up absolute links in docs * update last link --------- Co-authored-by: Dave Protasowski <dprotaso@gmail.com>
1 parent e20ff8e commit 41f00eb

File tree

11 files changed

+24
-35
lines changed

11 files changed

+24
-35
lines changed

docs/snippets/about-brokers.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/snippets/collecting-logs.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
<!-- Referenced by:
2+
- eventing/observability/logging/collecting-logs.md
3+
- serving/observability/logging/collecting-logs.md
4+
-->
5+
16
# Logging
27

38
You can use [Fluent Bit](https://docs.fluentbit.io/), a log processor and forwarder, to collect
49
Kubernetes logs in a central directory.
510
This is not required to run Knative, but can be helpful with
6-
[Knative Serving](/docs/serving/), which automatically deletes pods and associated logs when they are no longer needed.
11+
[Knative Serving](../../../serving/README.md), which automatically deletes pods and associated logs when they are no longer needed.
712

813
Fluent Bit supports exporting to a number of other log providers. If you already have an existing log provider, for example, Splunk, Datadog, ElasticSearch, or Stackdriver, you can follow the [FluentBit documentation](https://docs.fluentbit.io/manual/pipeline/outputs) to configure log forwarders.
914

docs/snippets/collecting-metrics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!-- Referenced by:
2+
- eventing/observability/metrics/collecting-metrics.md
3+
- serving/observability/metrics/collecting-metrics.md
4+
-->
5+
16
# Collecting Metrics in Knative
27

38
Knative leverages [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) for exporting metrics.

docs/snippets/no-dns.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Referenced by:
2+
- install/operator/knative-with-operators.md
3+
- install/yaml-install/serving/install-serving-with-yaml.md
4+
-->
15
=== "No DNS"
26

37
If you are using `curl` to access [the sample applications](/docs/getting-started/first-service/), or your own Knative app, and are unable to use the "Magic DNS (sslip.io)" or "Real DNS" methods, there is a temporary approach. This is useful for those who wish to evaluate Knative without altering their DNS configuration, as per the "Real DNS" method, or cannot use the "Magic DNS" method due to using,

docs/snippets/prerequisites.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/snippets/quickstart-prereqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
!!! warning
88
Knative `quickstart` environments are for experimentation use only.
9-
For a production ready installation, see the [YAML-based installation](/docs/install/yaml-install/)
10-
or the [Knative Operator installation](/docs/install/operator/knative-with-operators/).
9+
For a production ready installation, see the [YAML-based installation](../install/yaml-install/)
10+
or the [Knative Operator installation](../install/operator/knative-with-operators/).
1111

1212
Before you can get started with a Knative `quickstart` deployment you must install:
1313

docs/versioned/eventing/brokers/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ function: explanation
77

88
# Brokers
99

10-
--8<-- "about-brokers.md"
10+
Brokers are Kubernetes custom resources that define an [event mesh](../event-mesh.md) for collecting a pool of events. Brokers provide a discoverable endpoint for event ingress, and use Triggers for event delivery. Event producers can send events to a broker by POSTing the event.
11+
12+
![Source 1 and Source 2 are transmitting some data -- ones and twos -- to the Broker, which then gets filtered by Triggers to the desired Sink.](https://user-images.githubusercontent.com/16281246/116248768-1fe56080-a73a-11eb-9a85-8bdccb82d16c.png){draggable=false}
1113

1214
## Event delivery
1315

docs/versioned/eventing/faq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ function: reference
1010
## What is a Sugar Controller?
1111

1212
The Sugar Controller is an optional controller which will automatically create and clean up brokers based on the creation/deletion of namespaces and triggers.
13-
For more information on how to enable and configure the sugar controller, read the [sugar controller documentation](/docs/eventing/sugar).
13+
For more information on how to enable and configure the sugar controller, read the [sugar controller documentation](../sugar/README.md).

docs/versioned/serving/app-security/secure-pod-defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ function: how-to
77

88
Knative Serving provides a `secure-pod-defaults` configuration option that allows operators to default Service configuration to run in the Kubernetes [restricted](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted) Pod Security Standard profile without requiring application developers to explicitly set security properties.
99

10-
These settings are controlled by operators so please refer to the [administration documentation](/docs/serving/configuration/secure-pod-defaults).
10+
These settings are controlled by operators so please refer to the [administration documentation](../../configuration/secure-pod-defaults).
1111

1212

docs/versioned/serving/configuration/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ The setting works with Service labels and will configure either a default or one
180180

181181
See [Kubernetes RuntimeClass](https://kubernetes.io/docs/concepts/containers/runtime-class/) docs for more information.
182182

183-
Separately, there is a feature flag to allow [manual configuration of RuntimeClassName](/docs/serving/configuration/feature-flags/#kubernetes-runtime-class).
183+
Separately, there is a feature flag to allow [manual configuration of RuntimeClassName](./feature-flags.md#kubernetes-runtime-class).

0 commit comments

Comments
 (0)