Skip to content

Commit

Permalink
All: Update links to Forum/IRC/Support/Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Mar 30, 2024
1 parent 7cf3414 commit cbf4237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 3 additions & 7 deletions themes/jquery/footer-bottom.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@
'icon' => 'pencil',
'url' => 'https://learn.jquery.com/'
),
'Forum' => array(
'icon' => 'group',
'url' => 'https://forum.jquery.com/',
'Chat' => array(
'icon' => 'comments',
'url' => 'https://jquery.com/support/'
),
'Twitter' => array(
'icon' => 'twitter',
'url' => get_option( 'jquery_twitter_link' ) ?: 'https://twitter.com/jquery'
),
'IRC' => array(
'icon' => 'comments',
'url' => 'https://irc.jquery.org/'
),
'GitHub' => array(
'icon' => 'github',
'url' => 'https://github.com/jquery'
Expand Down
6 changes: 2 additions & 4 deletions themes/jquery/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@
<ul class="wide">
</ul>
</li>
<li class="dropdown"><a href="https://jquery.org/support/">Support</a>
<li class="dropdown"><a href="https://jquery.com/support/">Support</a>
<ul>
<li><a href="https://learn.jquery.com/">Learning Center</a></li>
<li><a href="https://irc.jquery.org/">IRC/Chat</a></li>
<li><a href="https://forum.jquery.com/">Forums</a></li>
<li><a href="https://jquery.com/support/">Chat</a></li>
<li><a href="https://stackoverflow.com/tags/jquery/info">Stack Overflow</a></li>
<li><a href="https://jquery.org/support/">Commercial Support</a></li>
</ul>
</li>
<li class="dropdown"><a href="https://openjsf.org/">OpenJS Foundation</a>
Expand Down

0 comments on commit cbf4237

Please sign in to comment.