BuildRepositoryURL constructs a URL to view a repository on the provider's web UI.
(owner, repo string)
| 172 | // BuildRepositoryURL constructs a URL to view a repository |
| 173 | // on the provider's web UI. |
| 174 | BuildRepositoryURL(owner, repo string) string |
| 175 | |
| 176 | // BuildPullRequestURL constructs a URL to view a pull |
| 177 | // request on the provider's web UI. |
no outgoing calls