Skip to content

Commit 5f5a7d1

Browse files
authored
[editorial] Use canonical https URLs (#1934)
1 parent 0d80f21 commit 5f5a7d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/attributes-registry/url.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ This list is subject to change over time.
7171
When a query string value is redacted, the query string key SHOULD still be preserved, e.g.
7272
`q=OpenTelemetry&sig=REDACTED`.
7373

74-
**[7] `url.registered_domain`:** This value can be determined precisely with the [public suffix list](http://publicsuffix.org). For example, the registered domain for `foo.example.com` is `example.com`. Trying to approximate this by simply taking the last two labels will not work well for TLDs such as `co.uk`.
74+
**[7] `url.registered_domain`:** This value can be determined precisely with the [public suffix list](https://publicsuffix.org/). For example, the registered domain for `foo.example.com` is `example.com`. Trying to approximate this by simply taking the last two labels will not work well for TLDs such as `co.uk`.
7575

7676
**[8] `url.subdomain`:** The subdomain portion of `www.east.mydomain.co.uk` is `east`. If the domain has multiple levels of subdomain, such as `sub2.sub1.example.com`, the subdomain field should contain `sub2.sub1`, with no trailing period.
7777

78-
**[9] `url.top_level_domain`:** This value can be determined precisely with the [public suffix list](http://publicsuffix.org).
78+
**[9] `url.top_level_domain`:** This value can be determined precisely with the [public suffix list](https://publicsuffix.org/).

docs/general/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ using the OpenMetrics exposition format, use the
9595
**Status**: [Stable][DocumentStatus]
9696

9797
Units should follow the
98-
[Unified Code for Units of Measure](http://unitsofmeasure.org/ucum.html).
98+
[Unified Code for Units of Measure](https://unitsofmeasure.org/ucum.html).
9999

100100
- Instruments for **utilization** metrics (that measure the fraction out of a
101101
total) are dimensionless and SHOULD use the default unit `1` (the unity).

model/url/registry.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ groups:
124124
The highest registered url domain, stripped of the subdomain.
125125
examples: ["example.com", "foo.co.uk"]
126126
note: >
127-
This value can be determined precisely with the [public suffix list](http://publicsuffix.org).
127+
This value can be determined precisely with the [public suffix list](https://publicsuffix.org/).
128128
For example, the registered domain for `foo.example.com` is `example.com`.
129129
Trying to approximate this by simply taking the last two labels will not work well for TLDs such as `co.uk`.
130130
- id: url.scheme
@@ -158,4 +158,4 @@ groups:
158158
For example, the top level domain for example.com is `com`.
159159
examples: ["com", "co.uk"]
160160
note: >
161-
This value can be determined precisely with the [public suffix list](http://publicsuffix.org).
161+
This value can be determined precisely with the [public suffix list](https://publicsuffix.org/).

0 commit comments

Comments
 (0)