Constant VCS_REPOSITORY_URL_FULL

pub const VCS_REPOSITORY_URL_FULL: &'static str;
Expand description

The canonical URL of the repository providing the complete HTTP(S) address in order to locate and identify the repository through a browser.

§Notes

In Git Version Control Systems, the canonical URL SHOULD NOT include the .git extension.

§Examples

  • "https://github.com/opentelemetry/open-telemetry-collector-contrib"
  • "https://gitlab.com/my-org/my-project/my-projects-project/repo"