Skip to content

Commit d120421

Browse files
authored
Fix broken Tanzu docs links (#4972)
1 parent 77529d2 commit d120421

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

deployments/cloudfoundry/bosh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Splunk OpenTelemetry Collector BOSH Release
22

33
This directory contains a BOSH Release of the [Splunk OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector).
4-
The BOSH release can be used to deploy the collector so that it will act as a [Loggregator Firehose nozzle](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/nozzle.html).
4+
The BOSH release can be used to deploy the collector so that it will act as a [Loggregator Firehose nozzle](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/nozzle.html).
55

66
## Releasing
77

deployments/cloudfoundry/buildpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the Splunk OpenTelemetry Collector for use with PCF apps.
55

66
The buildpack's default functionality, as described in this document, is to deploy the OpenTelemetry Collector
77
as a sidecar for the given app that's being deployed. The Collector is able to observe the app as a
8-
[nozzle](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/nozzle.html) to
8+
[nozzle](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/nozzle.html) to
99
the [Loggregator Firehose](https://docs.cloudfoundry.org/loggregator/architecture.html).
1010
The Loggregator Firehose is one of the architectures Cloud Foundry
1111
uses to emit logs and metrics. This means that the Splunk OpenTelemetry Collector will be observing all

deployments/cloudfoundry/tile/DEVELOPMENT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## VMware Tanzu Tile Documentation
44

5-
[Tanzu Tile Introduction](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/tile-basics.html)
5+
[Tanzu Tile Introduction](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/tile-basics.html)
66

7-
[How Tiles Work](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/tile-structure.html)
7+
[How Tiles Work](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/tile-structure.html)
88

99
## Tile Software Dependencies
1010

11-
[Tile Generator](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/tile-generator.html)
11+
[Tile Generator](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/tile-generator.html)
1212

13-
[PCF CLI](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/pcf-command.html)
13+
[PCF CLI](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/pcf-command.html)
1414

1515
## Development Workflow
1616

deployments/cloudfoundry/tile/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Splunk OpenTelemetry Collector Tanzu Tile
22

33
This directory is used to generate a Tanzu tile of the [Splunk OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector).
4-
The Tanzu tile uses the BOSH release to deploy the collector as a [loggregator firehose nozzle](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/nozzle.html).
4+
The Tanzu tile uses the BOSH release to deploy the collector as a [loggregator firehose nozzle](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/nozzle.html).
55

66
## Dependencies
77

@@ -10,7 +10,7 @@ The `release` script requires:
1010
- `jq`
1111
- `wget`
1212
- [Bosh CLI](https://bosh.io/docs/cli-v2-install/)
13-
- [Tile Generator](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/tile-generator.html)
13+
- [Tile Generator](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/tile-generator.html)
1414

1515
## Releasing
1616

0 commit comments

Comments
 (0)