Skip to content

Commit 7213fcf

Browse files
committed
docs: update compat-table repository references
Update repository owner from kangax to compat-table organization. The compat-table repository was transferred from the personal account (kangax/compat-table) to an organization account (compat-table/compat-table). This commit updates all references to reflect the ownership transfer. Updated files: - docs/misc/built_in_math_bugs.md: URL and reference label - docs/links/database.json: URL and reference label Closes: #9146
1 parent 0f3ab3b commit 7213fcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/links/database.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8319,8 +8319,8 @@
83198319
"lint"
83208320
]
83218321
},
8322-
"https://github.com/kangax/compat-table/issues/392": {
8323-
"id": "@bug:kangax:compat-table:392",
8322+
"https://github.com/compat-table/compat-table/issues/392": {
8323+
"id": "@bug:compat-table:compat-table:392",
83248324
"description": "GitHub issue thread on the accuracy of Math.cbrt, Math.expm1, Math.log1p.",
83258325
"short_url": "",
83268326
"keywords": [

docs/misc/built_in_math_bugs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
- [V8 not IEEE 754-2008 compliant][@bug:v8:3089]
2929
- [Mozilla discussion on sine and cosine in V8][@bug:mozilla:967709]
3030
- [V8 replaced a lookup table by computing `Math.tan` as `Math.sin/Math.cos`][@bug:chromium:78263005]
31-
- [Browser math accuracy issues][@bug:kangax:compat-table:392]
31+
- [Browser math accuracy issues][@bug:compat-table:compat-table:392]
3232
- [Mozilla attempt to address precision in new Math functions][@bug:mozilla:933257]
3333
- [Mozilla's previous lack of tolerance tests for Math functions][@bug:mozilla:892671]
3434
- [Mozilla `Math.expm1` accuracy][@bug:mozilla:897634]
@@ -89,7 +89,7 @@ limitations under the License.
8989

9090
[@bug:chromium:78263005]: https://github.com/v8/v8/commit/33b5db090258c2a2dc825659c3ad109bd02110c1
9191

92-
[@bug:kangax:compat-table:392]: https://github.com/kangax/compat-table/issues/392
92+
[@bug:compat-table:compat-table:392]: https://github.com/compat-table/compat-table/issues/392
9393

9494
[@bug:mozilla:933257]: https://bugzilla.mozilla.org/show_bug.cgi?id=933257
9595

0 commit comments

Comments
 (0)