Skip to content

fix: correct invalid Compiler Playground URL in editors reference#18206

Merged
pelikhan merged 2 commits intomainfrom
copilot/fix-editor-link-error
Feb 24, 2026
Merged

fix: correct invalid Compiler Playground URL in editors reference#18206
pelikhan merged 2 commits intomainfrom
copilot/fix-editor-link-error

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

The Compiler Playground link in docs/src/content/docs/reference/editors.mdx was missing the /gh-aw/ base path, resulting in a 404.

  • docs/src/content/docs/reference/editors.mdx: Fixed URL from https://github.github.com/editor/https://github.github.com/gh-aw/editor/, consistent with the site base configured in astro.config.mjs (site: 'https://github.github.com', base: '/gh-aw/').
Original prompt

This section details on the original issue you should resolve

<issue_title>Editor Link is invalid</issue_title>
<issue_description>> @pelikhan This Link is invalid and looks like it should not have been included in the change

Originally posted by @jeremiah-snee-openx in 2739480</issue_description>

Comments on the Issue (you are @copilot in this section)

@pelikhan Fix link.

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix invalid editor link in changes fix: correct invalid Compiler Playground URL in editors reference Feb 24, 2026
@pelikhan pelikhan marked this pull request as ready for review February 24, 2026 21:03
Copilot AI review requested due to automatic review settings February 24, 2026 21:03
@pelikhan pelikhan merged commit aacaeef into main Feb 24, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/fix-editor-link-error branch February 24, 2026 21:03
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

Fixes a broken documentation link to the Compiler Playground by correcting the published site base path so it no longer 404s.

Changes:

  • Updated the Compiler Playground URL to include the /gh-aw/ base path.

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

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.

Editor Link is invalid

3 participants