Skip to content

Commit cca95ad

Browse files
gheoankoute
authored andcommitted
Update link in CONTRIBUTING.md
This makes the link open directly to the table.
1 parent a41d243 commit cca95ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dual licensed as above, without any additional terms or conditions.
66

77
1. **When implementing properties and methods, follow the HTML spec**
88

9-
* A helpful resource for translating types from the HTML spec to Rust can be found in the `TypedArray objects` table [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray)
9+
* A helpful resource for translating types from the HTML spec to Rust can be found in the `TypedArray objects` table [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#TypedArray_objects)
1010

1111
* Try to stay as close as possible to the original JS name while maintaining Rust naming conventions
1212

0 commit comments

Comments
 (0)