File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const docTemplate = `{
13
13
"termsOfService": "https://coder.com/legal/terms-of-service",
14
14
"contact": {
15
15
"name": "API Support",
16
- "url": "http ://coder.com",
16
+ "url": "https ://coder.com",
17
17
"email": "support@coder.com"
18
18
},
19
19
"license": {
Original file line number Diff line number Diff line change 6
6
"termsOfService" : " https://coder.com/legal/terms-of-service" ,
7
7
"contact" : {
8
8
"name" : " API Support" ,
9
- "url" : " http ://coder.com" ,
9
+ "url" : " https ://coder.com" ,
10
10
"email" : " support@coder.com"
11
11
},
12
12
"license" : {
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ type Options struct {
122
122
// @termsOfService https://coder.com/legal/terms-of-service
123
123
124
124
// @contact.name API Support
125
- // @contact.url http ://coder.com
125
+ // @contact.url https ://coder.com
126
126
// @contact.email support@coder.com
127
127
128
128
// @license.name AGPL-3.0
You can’t perform that action at this time.
0 commit comments