You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin works great for all github.com repos, but it does not work with GitHub hosted on other site names, like company-hosted GitHub Enterprise instances.
For example, with GitHub hosted at github.mycompany.com, with an org name of example-org and a repo name of example-repo, :ToGithub produces this URL:
This plugin works great for all github.com repos, but it does not work with GitHub hosted on other site names, like company-hosted GitHub Enterprise instances.
For example, with GitHub hosted at
github.mycompany.com
, with an org name ofexample-org
and a repo name ofexample-repo
,:ToGithub
produces this URL:https://github.com///blob/caf758b2dbe03480dd340dd339379ca86797e6b6/README.md#L11-L27
...when this URL is expected:
https://github.mycompany.com/example-org/example-repo/blob/caf758b2dbe03480dd340dd339379ca86797e6b6/README.md#L11-L27
The text was updated successfully, but these errors were encountered: