Skip to content

Fix link opening#44910

Merged
ConradIrwin merged 3 commits intomainfrom
fix-link-opening
Dec 16, 2025
Merged

Fix link opening#44910
ConradIrwin merged 3 commits intomainfrom
fix-link-opening

Conversation

@ConradIrwin
Copy link
Member

  • Fix editor::OpenUrl on zed links
  • Fix cmd-clicking links too

Closes #44293
Closes #43833

Release Notes:

  • The editor::OpenUrl action now works for links to https://zed.dev
  • Clicking on a link to a Zed channel or channel-note within the editor no-longer redirects you via the web.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 15, 2025
@cla-bot
Copy link

cla-bot bot commented Dec 15, 2025

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Zed Zippy.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@cla-bot cla-bot bot removed the cla-signed The user has signed the Contributor License Agreement label Dec 15, 2025
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 15, 2025
@ConradIrwin ConradIrwin merged commit 829b1b5 into main Dec 16, 2025
23 checks passed
@ConradIrwin ConradIrwin deleted the fix-link-opening branch December 16, 2025 03:53
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 16, 2025
- **Fix editor::OpenUrl on zed links**
- **Fix cmd-clicking links too**

Closes zed-industries#44293
Closes zed-industries#43833

Release Notes:

- The `editor::OpenUrl` action now works for links to https://zed.dev
- Clicking on a link to a Zed channel or channel-note within the editor
no-longer redirects you via the web.

---------

Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

editor: open url does not work with domain zed.dev

1 participant