Skip to content

Commit cce6da2

Browse files
committed
Update link identifiers
1 parent 397a971 commit cce6da2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/native_math_bugs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
> Bugs in the native (built-in) `Math` namespace.
44
5-
* [Sine and cosine in V8][1]
6-
* [Trigonometric functions in V8][2]
5+
* [Sine and cosine in V8][@v8:3006]
6+
* [Trigonometric functions in V8][@chromium:320097]
77
* [V8 not IEEE 754-2008 compliant][3]
88
* [Mozilla discussion on sine and cosine in V8][4]
99
* [V8 replaced a lookup table by computing `Math.tan` as `Math.sin/Math.cos`][5]
@@ -31,8 +31,8 @@
3131

3232
<!-- <links> -->
3333

34-
[1]: https://bugs.chromium.org/p/v8/issues/detail?id=3006
35-
[2]: https://bugs.chromium.org/p/chromium/issues/detail?id=320097
34+
[@v8:3006]: https://bugs.chromium.org/p/v8/issues/detail?id=3006
35+
[@chromium:320097]: https://bugs.chromium.org/p/chromium/issues/detail?id=320097
3636
[3]: https://bugs.chromium.org/p/v8/issues/detail?id=3089
3737
[4]: https://bugzilla.mozilla.org/show_bug.cgi?id=967709#c33
3838
[5]: https://github.com/v8/v8/commit/33b5db090258c2a2dc825659c3ad109bd02110c1

0 commit comments

Comments
 (0)