Skip to content

Commit 7ac1d99

Browse files
authored
[Hugo] Don't auto-linkify in prose & fix registry links (#4067)
1 parent 9c8b732 commit 7ac1d99

8 files changed

+9
-13
lines changed

data/registry/instrumentation-erlang-req.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ tags:
66
- instrumentation
77
- erlang
88
license: Apache 2.0
9-
description:
10-
See https://hex.pm/packages/opentelemetry_req for usage instructions.
9+
description: For details, see <https://hex.pm/packages/opentelemetry_req>.
1110
authors:
1211
- name: OpenTelemetry Authors
1312
urls:

data/registry/instrumentation-go-mongodb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
license: Apache 2.0
1010
description:
1111
Package mongo-driver provides functions to trace the
12-
go.mongodb.org/mongo-driver/mongo(https://github.com/mongodb/mongo-go-driver)
12+
[go.mongodb.org/mongo-driver/mongo](https://github.com/mongodb/mongo-go-driver)
1313
package.
1414
authors:
1515
- name: OpenTelemetry Authors

data/registry/instrumentation-php-psr14.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ urls:
1010
license: Apache 2.0
1111
description:
1212
This is a read-only subtree split of
13-
https://github.com/open-telemetry/opentelemetry-php-contrib.
13+
<https://github.com/open-telemetry/opentelemetry-php-contrib>.
1414
authors:
1515
- name: OpenTelemetry Authors
1616
createdAt: 2024-01-19

data/registry/tools-go-propagator-datadog.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ tags:
99
license: Apache 2.0
1010
description: >
1111
This library provides support for propagating trace context in the Datadog
12-
X-Datadog-* format.
13-
12+
`X-Datadog-*` format.
1413
authors:
1514
- name: Tony Li
1615
url: https://github.com/tonglil

data/registry/tools-php-propagator-b3.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ tags:
99
license: Apache 2.0
1010
description: >
1111
This library provides support for propagating trace context in the B3 format.
12-
1312
authors:
1413
- name: OpenTelemetry Authors
1514
urls:

data/registry/tools-python-propagator-gcp.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ tags:
1010
license: Apache 2.0
1111
description: >
1212
This library provides support for propagating trace context in the Google
13-
Cloud X-Cloud-Trace-Context format.
14-
13+
Cloud `X-Cloud-Trace-Context` format.
1514
authors:
1615
- name: Google
1716
urls:

data/registry/tools-rust-propagator-jaeger.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ tags:
88
- propagator
99
license: Apache 2.0
1010
description: >
11-
This library provides support for propagating trace context in the Jaeger
12-
https://www.jaegertracing.io/docs/1.20/client-libraries/#propagation-format
13-
format.
14-
11+
This library provides support for propagating trace context in the [Jaeger
12+
format](https://www.jaegertracing.io/docs/1.20/client-libraries/#propagation-format).
1513
authors:
1614
- name: OpenTelemetry Authors
1715
urls:

hugo.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ imaging:
2222

2323
markup:
2424
goldmark:
25+
extensions:
26+
linkify: false
2527
parser:
2628
attribute:
2729
block: true

0 commit comments

Comments
 (0)