From 45c649eabeeabcedfc37cdecab02e406ed06f77d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 28 Oct 2015 16:25:59 -0600 Subject: [PATCH] ceph-docs: update git URL Avoid ".git" HTTPS URLs, for consistency --- ceph-docs/config/definitions/ceph-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-docs/config/definitions/ceph-docs.yml b/ceph-docs/config/definitions/ceph-docs.yml index bafcf8c7..f26a514a 100644 --- a/ceph-docs/config/definitions/ceph-docs.yml +++ b/ceph-docs/config/definitions/ceph-docs.yml @@ -22,7 +22,7 @@ scm: - git: - url: https://github.com/ceph/ceph.git + url: https://github.com/ceph/ceph browser: auto # The default is to build and publish every branch. # Uncomment this for testing: -- 2.47.3