-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #365 from rubygems/https
Migrate a few links to https
- Loading branch information
Showing
10 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,12 +145,12 @@ | |
<div class="l-wrap--footer"> | ||
<div class="l-overflow"> | ||
<div class="nav--v l-col--r--pad"> | ||
<a class="nav--v__link--footer" href="http://status.rubygems.org/">Status</a> | ||
<a class="nav--v__link--footer" href="https://status.rubygems.org/">Status</a> | ||
<a class="nav--v__link--footer" href="http://uptime.rubygems.org/">Uptime</a> | ||
<a class="nav--v__link--footer" href="https://github.com/rubygems/rubygems.org" target='_blank'>Code</a> | ||
<a class="nav--v__link--footer" href="https://groups.google.com/forum/#!forum/rubygems-org" target='_blank'>Discuss</a> | ||
<a class="nav--v__link--footer" href="https://rubygems.org/stats">Stats</a> | ||
<a class="nav--v__link--footer" href="http://blog.rubygems.org/">Blog</a> | ||
<a class="nav--v__link--footer" href="https://blog.rubygems.org/">Blog</a> | ||
<a class="nav--v__link--footer" href="https://rubygems.org/pages/about">About</a> | ||
<a class="nav--v__link--footer" href="mailto:[email protected]">Help</a> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ is objectionable, violates intellectual property or the contents of the gem meet | |
these criteria. You can report such a gem to [[email protected]](mailto:[email protected]) | ||
via email. | ||
|
||
[rubygems]: http://rubygems.org | ||
[rubygems]: https://rubygems.org | ||
|
||
Use underscores for multiple words | ||
---------------------------------- | ||
|
@@ -53,7 +53,7 @@ The user will `require 'net/http/digest_auth'` to use the extension | |
(in class `Net::HTTP::DigestAuth`). | ||
|
||
[digest-gem]: https://rubygems.org/gems/net-http-digest_auth | ||
[digest-standard]: http://tools.ietf.org/html/rfc2617 | ||
[digest-standard]: https://tools.ietf.org/html/rfc2617 | ||
|
||
Don't use UPPERCASE letters | ||
--------------------------- | ||
|
@@ -69,4 +69,4 @@ Credits | |
|
||
This guide was expanded from [How to Name Gems][how-to-name-gems] by Eric Hodel. | ||
|
||
[how-to-name-gems]: https://web.archive.org/web/20130821183311/http://blog.segment7.net/2010/11/15/how-to-name-gems | ||
[how-to-name-gems]: https://web.archive.org/web/20130821183311/https://blog.segment7.net/2010/11/15/how-to-name-gems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters