diff --git a/.markdown_link_check_config.json b/.markdown_link_check_config.json index dac3ae97bb1..7e1a026d261 100644 --- a/.markdown_link_check_config.json +++ b/.markdown_link_check_config.json @@ -6,8 +6,12 @@ ], "replacementPatterns": [ { - "pattern": "^/", - "replacement": "{{BASEURL}}/" + "pattern": "^/", + "replacement": "{{BASEURL}}/" + }, + { + "pattern": "^https://github.com/open-telemetry/opentelemetry-specification/(blob|tree)/[^/]+/(specification|supplementary-guidelines)/", + "replacement": "LINK-CHECK-ERROR-USE-LOCAL-PATH-TO-DOC-PAGE-NOT-EXTERNAL-URL/" } ], "retryOn429": true, diff --git a/CHANGELOG.md b/CHANGELOG.md index 6527f739564..f1df2e49c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1705,7 +1705,7 @@ Added telemetry schemas documents to the specification ([#2008](https://github.c - Implementations can ignore links with invalid SpanContext([#1492](https://github.com/open-telemetry/opentelemetry-specification/pull/1492)) - Add `none` as a possible value for OTEL_TRACES_EXPORTER to disable export ([#1439](https://github.com/open-telemetry/opentelemetry-specification/pull/1439)) -- Add [`ForceFlush`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#forceflush) to SDK's `TracerProvider` ([#1452](https://github.com/open-telemetry/opentelemetry-specification/pull/1452)) +- Add [`ForceFlush`](/specification/trace/sdk.md#forceflush) to SDK's `TracerProvider` ([#1452](https://github.com/open-telemetry/opentelemetry-specification/pull/1452)) ### Metrics diff --git a/specification/common/README.md b/specification/common/README.md index f36cb92b85c..239bdf2014a 100644 --- a/specification/common/README.md +++ b/specification/common/README.md @@ -1,6 +1,7 @@ + # Common specification concepts **Status**: [Stable, Feature-freeze](../document-status.md) diff --git a/specification/compatibility/opencensus.md b/specification/compatibility/opencensus.md index 25dce047ff4..f1e55bac3ce 100644 --- a/specification/compatibility/opencensus.md +++ b/specification/compatibility/opencensus.md @@ -1,3 +1,7 @@ + + # OpenCensus Compatibility **Status**: [Stable](../document-status.md), Unless otherwise specified. diff --git a/specification/compatibility/opentracing.md b/specification/compatibility/opentracing.md index efbe030aea5..96f011a5943 100644 --- a/specification/compatibility/opentracing.md +++ b/specification/compatibility/opentracing.md @@ -1,3 +1,7 @@ + + # OpenTracing Compatibility **Status**: [Stable](../document-status.md). diff --git a/specification/compatibility/prometheus_and_openmetrics.md b/specification/compatibility/prometheus_and_openmetrics.md index 50db207ecf2..beb11c4f942 100644 --- a/specification/compatibility/prometheus_and_openmetrics.md +++ b/specification/compatibility/prometheus_and_openmetrics.md @@ -1,3 +1,10 @@ + + # Prometheus and OpenMetrics Compatibility **Status**: [Experimental](../document-status.md) diff --git a/specification/configuration/sdk-environment-variables.md b/specification/configuration/sdk-environment-variables.md index 7b81a788e23..25069ba56f9 100644 --- a/specification/configuration/sdk-environment-variables.md +++ b/specification/configuration/sdk-environment-variables.md @@ -1,7 +1,9 @@ # OpenTelemetry Environment Variable Specification diff --git a/specification/context/README.md b/specification/context/README.md index 1c9840e503e..388534207d7 100644 --- a/specification/context/README.md +++ b/specification/context/README.md @@ -1,6 +1,7 @@ + # Context **Status**: [Stable, Feature-freeze](../document-status.md). diff --git a/specification/logs/noop.md b/specification/logs/noop.md index 34c538c628e..94f0de8f317 100644 --- a/specification/logs/noop.md +++ b/specification/logs/noop.md @@ -1,5 +1,5 @@ # Logs Bridge API No-Op Implementation diff --git a/specification/metrics/noop.md b/specification/metrics/noop.md index 7400c978676..f32107d0c7c 100644 --- a/specification/metrics/noop.md +++ b/specification/metrics/noop.md @@ -1,5 +1,5 @@ # Metrics No-Op API Implementation