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

Fix links #1814

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix links #1814

wants to merge 2 commits into from

Conversation

trask
Copy link
Member

@trask trask commented Jan 24, 2025

Link checker isn't checking anchors on external links, I've opened #1813 to look into (and hopefully fix) the underlying issue in lychee, but fixing the links @chalin has found via the website link checker in the meantime...

@trask trask added the Skip Changelog Label to skip the changelog check label Jan 24, 2025
@trask trask requested review from a team and tigrannajaryan as code owners January 24, 2025 20:10
@@ -23,10 +23,10 @@ linkTitle: Generative AI events

<!-- tocstop -->

GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-an-event).
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](../general/events.md).
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lmolkova alternatively could do

Suggested change
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](../general/events.md).
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-a-logrecord).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's link the events section there?

Suggested change
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](../general/events.md).
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.41.0/specification/logs/data-model.md#events).

docs/general/events.md Outdated Show resolved Hide resolved
@chalin
Copy link
Contributor

chalin commented Jan 24, 2025

Note that the patching done via

Is minimal to ensure that the link checker is happy. I haven't matched all the changes proposed in this PR. (Probably what you already expect, but wanted to make that explicit.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Label to skip the changelog check
Projects
Development

Successfully merging this pull request may close these issues.

3 participants