Skip to content

Commit b6feffa

Browse files
committed
Switch from git to https URLs
1 parent 5a0ee3d commit b6feffa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defaultnav:
3434
# subdirectory: documentation # A subdirectory within the remote repository that contains the documentation files that we'll build and mount at the specified url.
3535
externalsources:
3636
/mcollective:
37-
repo: git@github.com:choria-legacy/marionette-collective.git
37+
repo: https://github.com/choria-legacy/marionette-collective.git
3838
commit: origin/2.12.x
3939
subdirectory: website
4040

@@ -92,7 +92,7 @@ documents:
9292
version: "latest"
9393
nav: ./_puppetdb_nav.html
9494
external_source:
95-
repo: git://github.com/puppetlabs/puppetdb.git
95+
repo: https://github.com/puppetlabs/puppetdb.git
9696
commit: doc-latest
9797
subdirectory: documentation
9898
hide: true
@@ -101,7 +101,7 @@ documents:
101101
version: "7"
102102
nav: ./_puppetdb_nav.html
103103
external_source:
104-
repo: git://github.com/puppetlabs/puppetdb.git
104+
repo: https://github.com/puppetlabs/puppetdb.git
105105
commit: doc-7.y
106106
subdirectory: documentation
107107
hide: true
@@ -110,7 +110,7 @@ documents:
110110
version: "6"
111111
nav: ./_puppetdb_nav.html
112112
external_source:
113-
repo: git://github.com/puppetlabs/puppetdb.git
113+
repo: https://github.com/puppetlabs/puppetdb.git
114114
commit: doc-6.y
115115
subdirectory: documentation
116116
hide: true
@@ -119,7 +119,7 @@ documents:
119119
version: "5.2"
120120
nav: ./_puppetdb_nav.html
121121
external_source:
122-
repo: git://github.com/puppetlabs/puppetdb.git
122+
repo: https://github.com/puppetlabs/puppetdb.git
123123
commit: doc-5.2
124124
subdirectory: documentation
125125
hide: true
@@ -129,7 +129,7 @@ documents:
129129
doc: puppet
130130
version: "latest"
131131
nav: ./_puppet_toc.html
132-
132+
133133
# Puppet 6.y
134134
/puppet/6.y:
135135
doc: puppet

0 commit comments

Comments
 (0)