Skip to content

Commit 5745573

Browse files
authored
Fix broken link to Apache Arrow Table in files.md (#1979)
1 parent 480fcc0 commit 5745573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For missing files, `file.size` and `file.lastModified` are undefined. The `file.
8686
[arquero]: ./lib/arquero
8787
[arquero-table]: https://idl.uw.edu/arquero/api/#table
8888
[array-buffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
89-
[arrow-table]: https://arrow.apache.org/docs/js/classes/Arrow_dom.Table.html
89+
[arrow-table]: https://arrow.apache.org/docs/js/classes/Arrow.dom.Table.html
9090
[blob]: https://developer.mozilla.org/en-US/docs/Web/API/Blob
9191
[array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
9292
[document]: https://developer.mozilla.org/en-US/docs/Web/API/Document

0 commit comments

Comments
 (0)