Skip to content

Commit 7531b90

Browse files
authored
Merge pull request #32 from jonathancross/master
Fixing insecure links.
2 parents 9c3a1f7 + 4dca391 commit 7531b90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-open-pull

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# git-open-pull Copyright 2011 Jehiah Czebotar <jehiah@gmail.com>
4-
# http://github.com/jehiah/git-open-pull
4+
# https://github.com/jehiah/git-open-pull
55

66
## This program is free software: you can redistribute it and/or modify
77
## it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
## GNU General Public License for more details.
1515
##
1616
## You can find the GNU General Public License at:
17-
## http://www.gnu.org/licenses/
17+
## https://www.gnu.org/licenses/
1818

1919
HELP_TEXT='
2020
USAGE
@@ -56,7 +56,7 @@ HELP_TEXT='
5656
against master in the integration account
5757
5858
This makes use of the github `POST /repos/:user/:repo/pulls` endpoint
59-
more info on that is available at http://developer.github.com/v3/pulls/
59+
more info on that is available at https://developer.github.com/v3/pulls/
6060
6161
'
6262

0 commit comments

Comments
 (0)