Skip to content

Fixed redirect errors (301) on 3 domains #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed 2 other 'http://github.com*' links
  • Loading branch information
Acho Arnold committed Apr 9, 2015
commit afc75c1c163913c4448de72b75c1aa3c383278e6
2 changes: 1 addition & 1 deletion themes/contribute.jquery.org/cla-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function neglectedAuthors( $data ) {
}

function commitLog( $data ) {
$commitPrefix = "http://github.com/jquery/$data->repo/commit/";
$commitPrefix = "https://github.com/jquery/$data->repo/commit/";

$html = "<dl>\n";
foreach ( $data->data->commits as $commit ) {
Expand Down
2 changes: 1 addition & 1 deletion themes/learn.jquery.com/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
All of the content in this site is completely open source, and we welcome your contribution.
Whether you notice a small improvement that should be made, or want to write entirely new articles, this is one area where feature requests are encouraged!
</p>
<a class="button dark" href="http://github.com/jquery/learn.jquery.com"><i class="icon-github"></i> Open an Issue or Submit a Pull Request</a>
<a class="button dark" href="https://github.com/jquery/learn.jquery.com"><i class="icon-github"></i> Open an Issue or Submit a Pull Request</a>
<p class="clearfix">Each of our articles has a link to the raw content on GitHub, and we urge everyone to fork, edit, and help improve this community resource!</p>
</aside>
</div>
Expand Down