docs: Update names of supported Git providers (#17436)

This PR updates the names of the supported Git providers to drop the TLD
when referring to them.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-09-05 13:42:49 -04:00 committed by GitHub
parent a7c46206de
commit a3d8dcda36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,12 +24,12 @@ TBD: Explain Git Hunks
Zed integrates with popular Git hosting services to ensure that git commit hashes Zed integrates with popular Git hosting services to ensure that git commit hashes
and references to Issues / Pull Requests / Merge Requests become clickable links. and references to Issues / Pull Requests / Merge Requests become clickable links.
Zed currently support links to Zed currently support links to the hosted versions of
[GitHub.com](https://github.com), [GitHub](https://github.com),
[GitLab.com](https://gitlab.com), [GitLab](https://gitlab.com),
[Bitbucket.org](https://bitbucket.org), [Bitbucket](https://bitbucket.org),
[SourceHut.org](https://sr.ht) and [SourceHut](https://sr.ht) and
[Codeberg.org](https://codeberg.org). [Codeberg](https://codeberg.org).
Zed also has a Copy Permalink feature to create a permanent link to a code snippet on your Git hosting service. Zed also has a Copy Permalink feature to create a permanent link to a code snippet on your Git hosting service.
These links are useful for sharing a specific line or range of lines in a file at a specific commit. These links are useful for sharing a specific line or range of lines in a file at a specific commit.