Skip to content

Commit

Permalink
Merge pull request #32 from jonathancross/master
Browse files Browse the repository at this point in the history
Fixing insecure links.
  • Loading branch information
jehiah authored Oct 14, 2016
2 parents 9c3a1f7 + 4dca391 commit 7531b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git-open-pull
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# git-open-pull Copyright 2011 Jehiah Czebotar <[email protected]>
# http://github.com/jehiah/git-open-pull
# https://github.com/jehiah/git-open-pull

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

HELP_TEXT='
USAGE
Expand Down Expand Up @@ -56,7 +56,7 @@ HELP_TEXT='
against master in the integration account
This makes use of the github `POST /repos/:user/:repo/pulls` endpoint
more info on that is available at http://developer.github.com/v3/pulls/
more info on that is available at https://developer.github.com/v3/pulls/
'

Expand Down

0 comments on commit 7531b90

Please sign in to comment.