Skip to content

Commit 9c3a355

Browse files
authored
Merge pull request #3586 from Tijs-B/patch-1
Issue template: change pip install url to https
1 parent 44e4121 commit 9c3a355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/BUGS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
value: |
77
### Things to consider
88
1. Please check that you are using the **latest Scapy version**, e.g. installed via:
9-
`pip install --upgrade git+git://github.com/secdev/scapy`
9+
`pip install --upgrade git+https://github.com/secdev/scapy.git`
1010
2. If you are here to ask a question - please check previous issues and online resources, and consider using Gitter instead: <https://gitter.im/secdev/scapy>
1111
3. Please understand that **this is not a forum** but an issue tracker. The following article explains why you should limit questions asked on Github issues: <https://medium.com/@methane/why-you-must-not-ask-questions-on-github-issues-51d741d83fde>
1212

0 commit comments

Comments
 (0)