Skip to content

Fix broken links in changelog#433

Merged
ultmaster merged 2 commits intomainfrom
fix/changelog-brokenlink
Dec 24, 2025
Merged

Fix broken links in changelog#433
ultmaster merged 2 commits intomainfrom
fix/changelog-brokenlink

Conversation

@ultmaster
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings December 24, 2025 08:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes broken documentation links in the changelog by removing the "v" prefix from version numbers in URLs. The microsoft.github.io documentation URLs were incorrectly using /v0.3.0/ but should use /0.3.0/ without the "v" prefix.

  • Updated 6 documentation URLs from /v0.3.0/ to /0.3.0/

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

* **OTel Semantic Conventions** that are specifically designed for Agent-optimization areas (#340). [Documentation](http://microsoft.github.io/agent-lightning/v0.3.0/reference/semconv/).
* *[Preview]* **Agent-lightning Dashboard** is now available (#288 #289 #291 #296 #371 #375). It's the official web application for inspecting and debugging Agent-lightning experiments. See details [here](https://microsoft.github.io/agent-lightning/v0.3.0/tutorials/debug/).
* **RESTful API**: Stabilize and document RESTful API for Lightning Store (#241 #275). [Documentation](https://microsoft.github.io/agent-lightning/0.3.0/reference/restful/).
* **OTel Semantic Conventions** that are specifically designed for Agent-optimization areas (#340). [Documentation](http://microsoft.github.io/agent-lightning/0.3.0/reference/semconv/).
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

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

The documentation link uses http:// instead of https://. This is inconsistent with other documentation links in the changelog (lines 11, 13, 15, 18, 19) which all use https://. The URL should use HTTPS for security and consistency.

Suggested change
* **OTel Semantic Conventions** that are specifically designed for Agent-optimization areas (#340). [Documentation](http://microsoft.github.io/agent-lightning/0.3.0/reference/semconv/).
* **OTel Semantic Conventions** that are specifically designed for Agent-optimization areas (#340). [Documentation](https://microsoft.github.io/agent-lightning/0.3.0/reference/semconv/).

Copilot uses AI. Check for mistakes.
@ultmaster ultmaster merged commit 25eda47 into main Dec 24, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant