Skip to content

Commit f02efc5

Browse files
committed
Update reference ids and associated links
1 parent 26323a5 commit f02efc5

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

lib/node_modules/@stdlib/array/float64/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var arr = new Float64Array( [ 0.5, 0.5, 0.5 ] );
8989

9090
#### Float64Array( buffer\[, byteOffset\[, length]] )
9191

92-
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
9393

9494
<!-- eslint-disable stdlib/require-globals -->
9595

@@ -135,7 +135,7 @@ var str = Float64Array.name;
135135

136136
#### Float64Array.prototype.buffer
137137

138-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139139

140140
<!-- eslint-disable stdlib/require-globals -->
141141

@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163163

164164
#### Float64Array.prototype.byteOffset
165165

166-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
167167

168168
<!-- eslint-disable stdlib/require-globals -->
169169

@@ -316,7 +316,7 @@ console.log( arr );
316316

317317
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
318318

319-
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
319+
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib
320320

321321
</section>
322322

lib/node_modules/@stdlib/array/int16/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var arr = new Int16Array( [ 5.0, 5.0, 5.0 ] );
8989

9090
#### Int16Array( buffer\[, byteOffset\[, length]] )
9191

92-
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
9393

9494
<!-- eslint-disable stdlib/require-globals -->
9595

@@ -135,7 +135,7 @@ var str = Int16Array.name;
135135

136136
#### Int16Array.prototype.buffer
137137

138-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139139

140140
<!-- eslint-disable stdlib/require-globals -->
141141

@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163163

164164
#### Int16Array.prototype.byteOffset
165165

166-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
167167

168168
<!-- eslint-disable stdlib/require-globals -->
169169

@@ -317,7 +317,7 @@ console.log( arr );
317317

318318
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
319319

320-
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
320+
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib
321321

322322
</section>
323323

lib/node_modules/@stdlib/array/int32/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var arr = new Int32Array( [ 5.0, 5.0, 5.0 ] );
8989

9090
#### Int32Array( buffer\[, byteOffset\[, length]] )
9191

92-
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
9393

9494
<!-- eslint-disable stdlib/require-globals -->
9595

@@ -135,7 +135,7 @@ var str = Int32Array.name;
135135

136136
#### Int32Array.prototype.buffer
137137

138-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139139

140140
<!-- eslint-disable stdlib/require-globals -->
141141

@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163163

164164
#### Int32Array.prototype.byteOffset
165165

166-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
167167

168168
<!-- eslint-disable stdlib/require-globals -->
169169

@@ -317,7 +317,7 @@ console.log( arr );
317317

318318
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
319319

320-
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
320+
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib
321321

322322
</section>
323323

lib/node_modules/@stdlib/array/int8/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var arr = new Int8Array( [ 5.0, 5.0, 5.0 ] );
8989

9090
#### Int8Array( buffer\[, byteOffset\[, length]] )
9191

92-
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
9393

9494
<!-- eslint-disable stdlib/require-globals -->
9595

@@ -135,7 +135,7 @@ var str = Int8Array.name;
135135

136136
#### Int8Array.prototype.buffer
137137

138-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139139

140140
<!-- eslint-disable stdlib/require-globals -->
141141

@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163163

164164
#### Int8Array.prototype.byteOffset
165165

166-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
167167

168168
<!-- eslint-disable stdlib/require-globals -->
169169

@@ -317,7 +317,7 @@ console.log( arr );
317317

318318
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
319319

320-
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
320+
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib
321321

322322
</section>
323323

lib/node_modules/@stdlib/array/uint16/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var arr = new Uint16Array( [ 5.0, 5.0, 5.0 ] );
8989

9090
#### Uint16Array( buffer\[, byteOffset\[, length]] )
9191

92-
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
9393

9494
<!-- eslint-disable stdlib/require-globals -->
9595

@@ -135,7 +135,7 @@ var str = Uint16Array.name;
135135

136136
#### Uint16Array.prototype.buffer
137137

138-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139139

140140
<!-- eslint-disable stdlib/require-globals -->
141141

@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163163

164164
#### Uint16Array.prototype.byteOffset
165165

166-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
167167

168168
<!-- eslint-disable stdlib/require-globals -->
169169

@@ -317,7 +317,7 @@ console.log( arr );
317317

318318
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
319319

320-
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
320+
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib
321321

322322
</section>
323323

lib/node_modules/@stdlib/array/uint32/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var arr = new Uint32Array( [ 5.0, 5.0, 5.0 ] );
8989

9090
#### Uint32Array( buffer\[, byteOffset\[, length]] )
9191

92-
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
9393

9494
<!-- eslint-disable stdlib/require-globals -->
9595

@@ -135,7 +135,7 @@ var str = Uint32Array.name;
135135

136136
#### Uint32Array.prototype.buffer
137137

138-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139139

140140
<!-- eslint-disable stdlib/require-globals -->
141141

@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163163

164164
#### Uint32Array.prototype.byteOffset
165165

166-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
167167

168168
<!-- eslint-disable stdlib/require-globals -->
169169

@@ -317,7 +317,7 @@ console.log( arr );
317317

318318
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
319319

320-
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
320+
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib
321321

322322
</section>
323323

lib/node_modules/@stdlib/array/uint8/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var arr = new Uint8Array( [ 5.0, 5.0, 5.0 ] );
8989

9090
#### Uint8Array( buffer\[, byteOffset\[, length]] )
9191

92-
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
9393

9494
<!-- eslint-disable stdlib/require-globals -->
9595

@@ -135,7 +135,7 @@ var str = Uint8Array.name;
135135

136136
#### Uint8Array.prototype.buffer
137137

138-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139139

140140
<!-- eslint-disable stdlib/require-globals -->
141141

@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163163

164164
#### Uint8Array.prototype.byteOffset
165165

166-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
167167

168168
<!-- eslint-disable stdlib/require-globals -->
169169

@@ -317,7 +317,7 @@ console.log( arr );
317317

318318
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
319319

320-
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
320+
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib
321321

322322
</section>
323323

lib/node_modules/@stdlib/array/uint8c/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var arr = new Uint8ClampedArray( [ 5.0, 5.0, 5.0 ] );
8989

9090
#### Uint8ClampedArray( buffer\[, byteOffset\[, length]] )
9191

92-
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
9393

9494
<!-- eslint-disable stdlib/require-globals -->
9595

@@ -135,7 +135,7 @@ var str = Uint8ClampedArray.name;
135135

136136
#### Uint8ClampedArray.prototype.buffer
137137

138-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139139

140140
<!-- eslint-disable stdlib/require-globals -->
141141

@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163163

164164
#### Uint8ClampedArray.prototype.byteOffset
165165

166-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
167167

168168
<!-- eslint-disable stdlib/require-globals -->
169169

@@ -317,7 +317,7 @@ console.log( arr );
317317

318318
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
319319

320-
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
320+
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib
321321

322322
</section>
323323

0 commit comments

Comments
 (0)