Skip to content

fix: change editUrl from github.dev to github.com for correct "Edit this page" link#187

Open
adity1raut wants to merge 1 commit intoNetflix:masterfrom
adity1raut:fix/editurl-github-domain
Open

fix: change editUrl from github.dev to github.com for correct "Edit this page" link#187
adity1raut wants to merge 1 commit intoNetflix:masterfrom
adity1raut:fix/editurl-github-domain

Conversation

@adity1raut
Copy link
Copy Markdown

Problem

The editUrl in docusaurus.config.js was set to https://github.dev/...
which opens GitHub's in-browser VS Code editor when a user clicks
"Edit this page" at the bottom of any doc page.

This is confusing for contributors — github.dev has no clear path
to fork the repo and raise a PR. The standard GitHub file view at
github.com is what contributors expect.

Change

  • docusaurus.config.js line 40: github.devgithub.com

Result

Clicking "Edit this page" now opens the standard GitHub file view,
where contributors can easily fork → edit → open a PR.

Fixed #184

Signed-off-by: adity1raut <araut7798@gmail.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 7, 2026

@adity1raut is attempting to deploy a commit to the Metaflow Team on Vercel.

A member of the Team first needs to authorize it.

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.

editUrl opens github.dev web editor instead of GitHub file view

1 participant