From b3826704f1eaa685bdc7d47e479c92920afc9c88 Mon Sep 17 00:00:00 2001 From: Lucas Cherkewski Date: Tue, 6 May 2025 19:28:47 -0400 Subject: [PATCH] Fix broken link to Apache Arrow Table in files.md --- docs/files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/files.md b/docs/files.md index cd209c441..4af0fd81a 100644 --- a/docs/files.md +++ b/docs/files.md @@ -86,7 +86,7 @@ For missing files, `file.size` and `file.lastModified` are undefined. The `file. [arquero]: ./lib/arquero [arquero-table]: https://idl.uw.edu/arquero/api/#table [array-buffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer -[arrow-table]: https://arrow.apache.org/docs/js/classes/Arrow_dom.Table.html +[arrow-table]: https://arrow.apache.org/docs/js/classes/Arrow.dom.Table.html [blob]: https://developer.mozilla.org/en-US/docs/Web/API/Blob [array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array [document]: https://developer.mozilla.org/en-US/docs/Web/API/Document