This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new b0fff52130 MINOR: [Docs] Fix a typo in Flatbuffers and change http to
https in License image at README.md (#48350)
b0fff52130 is described below
commit b0fff5213034c44e27e17dc97d09ea574031269c
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Fri Dec 5 20:55:11 2025 +0900
MINOR: [Docs] Fix a typo in Flatbuffers and change http to https in License
image at README.md (#48350)
### Rationale for this change
- The official name is FlatBuffers
- Using safer way of getting the image (https)
### What changes are included in this PR?
Changing a typo, and license image link from http to https.
### Are these changes tested?
Yes, I tested via my browser.
### Are there any user-facing changes?
No, dev-only.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 49d56fe109..a56f2ee830 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
# Apache Arrow
[](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:arrow)
-[](https://github.com/apache/arrow/blob/main/LICENSE.txt)
+[](https://github.com/apache/arrow/blob/main/LICENSE.txt)
[](https://bsky.app/profile/arrow.apache.org)
## Powering In-Memory Analytics
@@ -68,7 +68,7 @@ The reference Arrow libraries contain many distinct software
components:
- Columnar vector and table-like containers (similar to data frames) supporting
flat or nested types
-- Fast, language agnostic metadata messaging layer (using Google's Flatbuffers
+- Fast, language agnostic metadata messaging layer (using Google's FlatBuffers
library)
- Reference-counted off-heap buffer memory management, for zero-copy memory
sharing and handling memory-mapped files