Skip to content

Commit 81cc06f

Browse files
fergiemcdowallshockey
authored andcommittedSep 27, 2019
housekeeping: change git clone URL (#5612)
When `git clone` -ing from github, `https` URLs are (as far as I know) functionally equivalent yet less error prone.
1 parent dd6cdf1 commit 81cc06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/development/setting-up.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Swagger UI includes a development server that provides hot module reloading and
1111

1212
### Steps
1313

14-
1. `git clone git@github.com:swagger-api/swagger-ui.git`
14+
1. `git clone https://github.com/swagger-api/swagger-ui.git`
1515
2. `cd swagger-ui`
1616
3. `npm install`
1717
4. `npm run dev`

0 commit comments

Comments
 (0)
Please sign in to comment.