Merge pull request #6167 from Naereen/patch-3

Fix a typo in issue template: htps:// → https:// default project URL
This commit is contained in:
Takayuki SHIMIZUKAWA 2019-03-12 00:15:08 +09:00 committed by GitHub
commit 783d077dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Steps to reproduce the behavior:
```
<Paste your command-line here which cause the problem>
$ git clone htps://github.com/.../some_project
$ git clone https://github.com/.../some_project
$ cd some_project
$ pip install -r requirements.txt
$ cd docs