aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/core/aliased.html
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2022-01-12 23:23:10 +0100
committerGitHub <noreply@github.com>2022-01-12 23:23:10 +0100
commit95e34b69554cf9d3a52e4d932e581344990f60fa (patch)
tree4aca24707bcfb4ca7312e21f29e4ecf469ffcd1e /test/data/core/aliased.html
parentfa70e8fd3cfcf1ecee33d1ebcbc987d48bb208f4 (diff)
downloadjquery-95e34b69554cf9d3a52e4d932e581344990f60fa.tar.gz
jquery-95e34b69554cf9d3a52e4d932e581344990f60fa.zip
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
This is a version of gh-4993 for the `3.x-stable` branch. The GitHub UI treats `#NUMBER` as referring to its own issues which is confusing when in jQuery source it's usually referring to the old deprecated Trac instance at https://bugs.jquery.com. This change replaces all such Trac references with `trac-NUMBER`. A few of the references came with the Sizzle integration and referred to the Sizzle GitHub bug tracker. Those have been replaced with full links instead. A new entry describing issue reference conventions has been added to README. Closes gh-4994 Ref gh-4993 Ref 5d5ea015114092c157311c4948f7cc3d8c8e7f8a
Diffstat (limited to 'test/data/core/aliased.html')
-rw-r--r--test/data/core/aliased.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/core/aliased.html b/test/data/core/aliased.html
index 87b5871f4..519fccfb1 100644
--- a/test/data/core/aliased.html
+++ b/test/data/core/aliased.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
- <title>alias-masked DOM properties (#14074)</title>
+ <title>alias-masked DOM properties (trac-14074)</title>
<script>
var errors = [];
window.onerror = function( errorMessage, filePath, lineNumber ) {