Skip to content

Commit

Permalink
Fix broken Tanzu docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 committed Jun 11, 2024
1 parent 77529d2 commit 3f95eab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/bosh/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Splunk OpenTelemetry Collector BOSH Release

This directory contains a BOSH Release of the [Splunk OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector).
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).
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).

## Releasing

Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/buildpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ the Splunk OpenTelemetry Collector for use with PCF apps.

The buildpack's default functionality, as described in this document, is to deploy the OpenTelemetry Collector
as a sidecar for the given app that's being deployed. The Collector is able to observe the app as a
[nozzle](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/nozzle.html) to
[nozzle](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/nozzle.html) to
the [Loggregator Firehose](https://docs.cloudfoundry.org/loggregator/architecture.html).
The Loggregator Firehose is one of the architectures Cloud Foundry
uses to emit logs and metrics. This means that the Splunk OpenTelemetry Collector will be observing all
Expand Down
8 changes: 4 additions & 4 deletions deployments/cloudfoundry/tile/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## VMware Tanzu Tile Documentation

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

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

## Tile Software Dependencies

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

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

## Development Workflow

Expand Down
4 changes: 2 additions & 2 deletions deployments/cloudfoundry/tile/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Splunk OpenTelemetry Collector Tanzu Tile

This directory is used to generate a Tanzu tile of the [Splunk OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector).
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).
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).

## Dependencies

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

## Releasing

Expand Down

0 comments on commit 3f95eab

Please sign in to comment.