Skip to content

Commit d1ef521

Browse files
authored
[IA] Rename net to dotnet in /docs/{languages,zero-code}/net, add redirects and adjust links (#6590)
1 parent adf1731 commit d1ef521

File tree

45 files changed

+75
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+75
-70
lines changed

.htmltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
2828
- ^/api/?$
2929
- ^((/..)?/docs/languages/\w+|\.\.)/(api|examples|registry)/$
3030
- ^(/..)?/docs/collector/registry/$
31-
- ^(/..)?/docs/languages/net/(metrics-api|traces-api)/
31+
- ^(/..)?/docs/languages/dotnet/(metrics-api|traces-api)/
3232
- ^((/..)?/docs/migration/)?opencensus/$
3333
- ^(/community/end-user/)?feedback-survey/$
3434
- ^/../docs/specs/?$ # non-default locale spec redirect

content/en/blog/2022/frontend-overhaul/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The demo’s stack includes multiple microservices in different languages,
5555
covering each of the following OTel-supported languages:
5656

5757
- [C++](/docs/languages/cpp/)
58-
- [.NET](/docs/languages/net/)
58+
- [.NET](/docs/languages/dotnet/)
5959
- [Erlang/Elixir](/docs/languages/erlang/)
6060
- [Go](/docs/languages/go/)
6161
- [Node.js](/docs/languages/js/)

content/en/blog/2023/end-user-discussions-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ agent to the host metrics receiver for infrastructure monitoring.
190190
maturing in OTel; for example, the Java JAR agent takes care of instrumenting
191191
[most libraries](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#libraries--frameworks)
192192
that are used by applications. Auto-instrumentation is also available for
193-
[Python](/docs/zero-code/python/), [.NET](/docs/zero-code/net/), and
193+
[Python](/docs/zero-code/python/), [.NET](/docs/zero-code/dotnet/), and
194194
[Node.js](/docs/zero-code/js/).
195195
- If you’re using Kubernetes, they can use the
196196
[OTel operator](https://github.com/open-telemetry/opentelemetry-operator),

content/en/blog/2023/otel-dotnet-auto-instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package that simplify the task of deploying and configuring the collection of
2020
telemetry. The automatic instrumentation is fully compatible with manual
2121
instrumentation in case you need to send custom spans or metrics.
2222

23-
To get started, [read the documentation](/docs/zero-code/net) or browse the
23+
To get started, [read the documentation](/docs/zero-code/dotnet) or browse the
2424
[examples](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/tree/main/examples)
2525
for demonstrations of different instrumentation scenarios covered by the
2626
OpenTelemetry .NET Automatic Instrumentation.

content/en/blog/2023/otel-in-focus-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ planning a release of new documentation for PHP soon.
7676
has been released with deprecations to Jaeger exporters, several performance
7777
improvements and bugfixes, and changes to Prometheus export.
7878

79-
##### [.NET](/docs/languages/net/)
79+
##### [.NET](/docs/languages/dotnet/)
8080

8181
[v1.4](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.4.0)
8282
removes several deprecated extension methods.

content/en/blog/2023/otel-in-focus-05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exporting, and suppressing instrumentation.
8686
`opentelemetry.sdk.metrics.view`
8787
- Fix headers types mismatch for OTLP Exporters
8888

89-
#### [.NET](/docs/languages/net/)
89+
#### [.NET](/docs/languages/dotnet/)
9090

9191
[Version 1.5.0-rc1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.5.0-rc.1)
9292
includes many bugfixes across a variety of packages.

content/en/blog/2023/otel-in-focus-06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ has been released, requiring some migrations to be performed.
113113
[Version 1.14](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.14.0)
114114
includes an optional `forceFlush` method to the `SpanExporter` interface.
115115

116-
#### [.NET](/docs/languages/net/)
116+
#### [.NET](/docs/languages/dotnet/)
117117

118118
[Version 1.5.1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.5.1)
119119
has been released, as well as 1.5.0. 1.5.1 is a fix for issues introduced in

content/en/blog/2023/otel-in-focus-07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ includes updates to OTLP and log support.
7272
includes metric bug fixes for histograms and exponential histograms. In
7373
addition, OTLP support has been updated.
7474

75-
#### [.NET](/docs/languages/net/)
75+
#### [.NET](/docs/languages/dotnet/)
7676

7777
[Version 1.6.0-alpha.1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.6.0-alpha.1)
7878
has been released. 1.6 re-introduces support for exemplars, as well as

content/en/blog/2023/otel-in-focus-08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ the OTLP exporter.
8989
[Version 1.15.2](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.15.1)
9090
fixes several bugs.
9191

92-
#### [.NET](/docs/languages/net/)
92+
#### [.NET](/docs/languages/dotnet/)
9393

9494
[Version 1.6.0-rc.1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.6.0-rc.1)
9595
has been released, bringing small changes to metrics, export, and an

content/en/blog/2023/otel-in-focus-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ fixes an unintentional breaking change in previous releases.
188188
There have been several important changes in the experimental packages,
189189
including deprecation of legacy configuration APIs.
190190

191-
#### [.NET](/docs/languages/net/)
191+
#### [.NET](/docs/languages/dotnet/)
192192

193193
[Version 1.6.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.6.0)
194194
includes minor updates to metrics.

0 commit comments

Comments
 (0)