Skip to content

Commit b820f97

Browse files
committed
All links to github should be https.
1 parent f7b9e01 commit b820f97

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ then `CONT` to start it again.
499499

500500
If your workers remain idle for too long they may lose their MySQL
501501
connection. If that happens we recommend using [this
502-
Gist](http://gist.github.com/238999).
502+
Gist](https://gist.github.com/238999).
503503

504504

505505
<a name='section_The_Front_End'></a>
@@ -866,11 +866,11 @@ Plugins and Hooks
866866
-----------------
867867

868868
For a list of available plugins see
869-
<http://wiki.github.com/defunkt/resque/plugins>.
869+
<https://wiki.github.com/defunkt/resque/plugins>.
870870

871871
If you'd like to write your own plugin, or want to customize Resque
872872
using hooks (such as `Resque.after_fork`), see
873-
[docs/HOOKS.md](http://github.com/defunkt/resque/blob/master/docs/HOOKS.md).
873+
[docs/HOOKS.md](https://github.com/defunkt/resque/blob/master/docs/HOOKS.md).
874874

875875

876876
<a name='section_Namespaces'></a>
@@ -977,7 +977,7 @@ Once you've made your great commits:
977977
1. [Fork][1] Resque
978978
2. Create a topic branch - `git checkout -b my_branch`
979979
3. Push to your branch - `git push origin my_branch`
980-
4. Create a [Pull Request](http://help.github.com/pull-requests/) from your branch
980+
4. Create a [Pull Request](https://help.github.com/pull-requests/) from your branch
981981
5. That's it!
982982

983983

@@ -997,9 +997,9 @@ Meta
997997
----
998998

999999
* Code: `git clone git://github.com/defunkt/resque.git`
1000-
* Home: <http://github.com/defunkt/resque>
1000+
* Home: <https://github.com/defunkt/resque>
10011001
* Docs: <http://defunkt.github.com/resque/>
1002-
* Bugs: <http://github.com/defunkt/resque/issues>
1002+
* Bugs: <https://github.com/defunkt/resque/issues>
10031003
10041004
* Chat: <irc://irc.freenode.net/resque>
10051005
* Gems: <http://gemcutter.org/gems/resque>
@@ -1013,9 +1013,9 @@ Author
10131013

10141014
Chris Wanstrath :: [email protected] :: @defunkt
10151015

1016-
[0]: http://github.com/blog/542-introducing-resque
1017-
[1]: http://help.github.com/forking/
1018-
[2]: http://github.com/defunkt/resque/issues
1016+
[0]: https://github.com/blog/542-introducing-resque
1017+
[1]: https://help.github.com/forking/
1018+
[2]: https://github.com/defunkt/resque/issues
10191019
[sv]: http://semver.org/
1020-
[rs]: http://github.com/defunkt/redis-namespace
1021-
[cb]: http://wiki.github.com/defunkt/resque/contributing
1020+
[rs]: https://github.com/defunkt/redis-namespace
1021+
[cb]: https://wiki.github.com/defunkt/resque/contributing

resque.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.name = "resque"
66
s.version = Resque::Version
77
s.summary = "Resque is a Redis-backed queueing system."
8-
s.homepage = "http://github.com/defunkt/resque"
8+
s.homepage = "https://github.com/defunkt/resque"
99
s.email = "[email protected]"
1010
s.authors = [ "Chris Wanstrath", "Terence Lee" ]
1111

0 commit comments

Comments
 (0)