Skip to content

Commit eec00d6

Browse files
committed
All: update CLA link to https://cla.openjsf.org/ directly
Ref jquery/infrastructure-puppet#12
1 parent a230a8a commit eec00d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<li><a href="https://plugins.jquery.com/">Plugins</a></li>
6262
<li class="dropdown"><a href="https://contribute.jquery.org/">Contribute</a>
6363
<ul>
64-
<li><a href="https://js.foundation/CLA">CLA</a></li>
64+
<li><a href="https://cla.openjsf.org/">CLA</a></li>
6565
<li><a href="https://contribute.jquery.org/style-guide/">Style Guides</a></li>
6666
<li><a href="https://contribute.jquery.org/triage/">Bug Triage</a></li>
6767
<li><a href="https://contribute.jquery.org/code/">Code</a></li>

themes/jquery/menu-header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function menu_header_brand_jquery_org() {
9898

9999
function menu_header_contribute_jquery_org() {
100100
return array(
101-
'https://js.foundation/CLA' => 'CLA',
101+
'https://cla.openjsf.org/' => 'CLA',
102102
'https://contribute.jquery.org/style-guide/' => 'Style Guides',
103103
'https://contribute.jquery.org/markup-conventions/' => 'Markup Conventions',
104104
'https://contribute.jquery.org/commits-and-pull-requests/' => 'Commits &amp; Pull Requests'

0 commit comments

Comments
 (0)