Skip to content

Commit 76c9533

Browse files
committed
fix(index): minor copy adjustments
1 parent 5d4d9ef commit 76c9533

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

_includes/layouts/base.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</head>
3434
<body>
3535
<div class="banner flex-center">
36-
<span>jQuery issues have moved to <a href="https://github.com/jquery/jquery/issues">GitHub</a>. This site is now a static archive of the old <a href="https://trac.edgewall.org/">Trac</a> site. Some functions and pages are no longer available.</span>
36+
<span>jQuery issues have moved to <a href="https://github.com/jquery/jquery/issues">GitHub</a>. This site is now a static archive of the old <a href="https://trac.edgewall.org/">Trac</a> bugs site. Some functions and pages are no longer available.</span>
3737
</div>
3838
<div class="container">
3939
<a href="#skip" class="visually-hidden">Skip to main content</a>
@@ -155,4 +155,4 @@
155155
})
156156
</script>
157157
</body>
158-
</html>
158+
</html>

content/index.njk

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ breadcrumb: WikiStart
55

66
<h2>This site is no longer in use</h2>
77
<p>
8-
jQuery issues have moved to <a href="https://github.com/jquery/jquery/issues">GitHub</a>, but before heading to the jQuery Core GitHub, please take a moment to make sure you're going to the right place.</p>
9-
<p>
10-
<strong>jQuery plugins:</strong> Report your bug to its author, <strong>not to jQuery</strong>.
8+
jQuery issues have moved to <a href="https://github.com/jquery/jquery/issues">GitHub</a>. This site is now a static archive of the old <a href="https://trac.edgewall.org/">Trac</a> site. Search is still supported for tickets and milestones, but some functions and pages no longer work.
119
</p>
10+
<p>Before navigating to the jQuery Core GitHub, please take a moment to make sure you're headed to the right place.</p>
1211
<p>
1312
<strong>jQuery Core API Documentation issues:</strong> Problems with the documentation should be reported to <a class="ext-link" href="http://github.com/jquery/api.jquery.com/issues">
1413
<span class="icon"></span>api.jquery.com GitHub repository</a>.
@@ -20,6 +19,9 @@ breadcrumb: WikiStart
2019
<span class="icon"></span>jquery.com</a>. Web site issues may also lie in <a class="ext-link" href="http://github.com/jquery/jquery-wp-content/issues">
2120
<span class="icon"></span>jquery-wp-content</a>, and can be filed there if appropriate. If you file an web site issue in the wrong place, we will work to make sure it ends up in the right place, however the jQuery core bug tracker is <strong>not that place.</strong>
2221
</p>
22+
<p>
23+
<strong>jQuery plugins:</strong> Report your bug to its author, <strong>not to jQuery</strong>.
24+
</p>
2325
<p>
2426
<strong>jQuery UI (Tabs, Dialog, etc.):</strong> jQuery UI is now only in maintenance-only mode. Users should not expect any new releases, though patches may be issued to resolve critical security, interoperability, or regression bugs. Trac, the project's bug-tracking tool, has been archived and developers are asked to file any critical issues on <a href="https://github.com/jquery/jquery-ui/issues" class="ext-link">
2527
<span class="icon"></span>jQuery UI's GitHub</a>.
@@ -45,4 +47,4 @@ breadcrumb: WikiStart
4547
<li>File your bug at the <a class="ext-link" href="https://github.com/jquery/jquery/issues">
4648
<span class="icon"></span>jQuery Issue Tracker</a>.
4749
</li>
48-
</ul>
50+
</ul>

0 commit comments

Comments
 (0)