Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTel spec: link to local OTLP, and fix README link #2857

Merged

Conversation

chalin
Copy link
Contributor

@chalin chalin commented Jun 9, 2023

Here are the affected files:

$ (cd public && git diff | grep ^diff)                                                               
diff --git a/docs/specs/otel/protocol/exporter/index.html b/docs/specs/otel/protocol/exporter/index.html
diff --git a/docs/specs/otel/protocol/file-exporter/index.html b/docs/specs/otel/protocol/file-exporter/index.html
diff --git a/docs/specs/otel/protocol/index.xml b/docs/specs/otel/protocol/index.xml
diff --git a/docs/specs/otel/protocol/otlp/index.html b/docs/specs/otel/protocol/otlp/index.html

And an example of the change:

$ (cd public && git diff -I '<meta' docs/specs/otel/protocol/otlp/index.html)
diff --git a/docs/specs/otel/protocol/otlp/index.html b/docs/specs/otel/protocol/otlp/index.html
index bed2713b3..9838d69a1 100644
--- a/docs/specs/otel/protocol/otlp/index.html
+++ b/docs/specs/otel/protocol/otlp/index.html
@@ -1536,7 +1536,7 @@
                
        </header>
        <p>This page has moved to
-<a href="https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md" target="_blank" rel="noopener" class="external-link">github.com/open-telemetry/opentelemetry-proto/docs/specification.md</a>.</p>
+<a href="/docs/specs/otlp/">/docs/specs/otlp/</a>.</p>

@chalin chalin added CI/infra CI & infrastructure sig:spec labels Jun 9, 2023
@chalin chalin requested a review from a team as a code owner June 9, 2023 14:56
@chalin chalin force-pushed the chalin-im-otel-spec-1.22-adj-2023-06-09 branch from 3bf88ab to 4d31816 Compare June 9, 2023 15:49
@cartermp cartermp merged commit c26ef1d into open-telemetry:main Jun 11, 2023
8 checks passed
@chalin chalin deleted the chalin-im-otel-spec-1.22-adj-2023-06-09 branch June 13, 2023 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/infra CI & infrastructure sig:spec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust to move of OTLP specs into opentelemetry-proto
2 participants