Skip to content

Commit f7cb8b6

Browse files
Fix various links that pointed to localhost:1313 (#5241)
Co-authored-by: opentelemetrybot <[email protected]>
1 parent 57fb0c9 commit f7cb8b6

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

content/en/blog/2024/otel-operator-q-and-a/index.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ is a
2020
that manages OTel for you in your Kubernetes cluster to make life a little
2121
easier. It does the following:
2222

23-
- Manages deployment of the
24-
[OpenTelemetry Collector](http://localhost:1313/docs/collector/), supported by
25-
the
23+
- Manages deployment of the [OpenTelemetry Collector](/docs/collector/),
24+
supported by the
2625
[`OpenTelemetryCollector`](https://github.com/open-telemetry/opentelemetry-operator?tab=readme-ov-file#getting-started)
2726
[custom resource (CR)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
2827
- Manages the configuration of a fleet of OpenTelemetry Collectors via
@@ -42,8 +41,7 @@ cool things, so I thought it might be helpful to share some little OTel Operator
4241
goodies that I’ve picked up along the way, in the form of a Q&A.
4342

4443
Please note that this post assumes that you have some familiarity with
45-
OpenTelemetry, the
46-
[OpenTelemetry Collector](http://localhost:1313/docs/collector/), the
44+
OpenTelemetry, the [OpenTelemetry Collector](/docs/collector/), the
4745
[OpenTelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator)
4846
(including the
4947
[Target Allocator](https://adri-v.medium.com/prometheus-opentelemetry-better-together-41dc637f2292)),

content/en/docs/languages/_index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ redirects: [{ from: /docs/instrumentation/*, to: ':splat' }]
1111
OpenTelemetry code [instrumentation][] is supported for the languages listed in
1212
the [Statuses and Releases](#status-and-releases) table below. Unofficial
1313
implementations for [other languages](/docs/languages/other) are available as
14-
well. You can find them in the
15-
[registry](http://localhost:1313/ecosystem/registry/).
14+
well. You can find them in the [registry](/ecosystem/registry/).
1615

1716
For Go, .NET, PHP, Python, Java and JavaScript you can use
1817
[zero-code solutions](/docs/zero-code) to add instrumentation to your

content/en/docs/languages/java/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ Declarative configuration is currently under development. It allows for YAML
685685
file-based configuration as described in
686686
[opentelemetry-configuration](https://github.com/open-telemetry/opentelemetry-configuration)
687687
and
688-
[declarative configuration](http://localhost:1313/docs/specs/otel/configuration/#declarative-configuration).
688+
[declarative configuration](/docs/specs/otel/configuration/#declarative-configuration).
689689

690690
To use, include
691691
`io.opentelemetry:opentelemetry-sdk-extension-incubator:{{% param vers.otel %}}-alpha`

0 commit comments

Comments
 (0)