Skip to content

Commit b0fff52

Browse files
authored
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]>
1 parent 7b54614 commit b0fff52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Apache Arrow
2121

2222
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/arrow.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:arrow)
23-
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](https://github.com/apache/arrow/blob/main/LICENSE.txt)
23+
[![License](https://img.shields.io/:license-Apache%202-blue.svg)](https://github.com/apache/arrow/blob/main/LICENSE.txt)
2424
[![BlueSky Follow](https://img.shields.io/badge/bluesky-Follow-blue?logo=bluesky)](https://bsky.app/profile/arrow.apache.org)
2525

2626
## Powering In-Memory Analytics
@@ -68,7 +68,7 @@ The reference Arrow libraries contain many distinct software components:
6868

6969
- Columnar vector and table-like containers (similar to data frames) supporting
7070
flat or nested types
71-
- Fast, language agnostic metadata messaging layer (using Google's Flatbuffers
71+
- Fast, language agnostic metadata messaging layer (using Google's FlatBuffers
7272
library)
7373
- Reference-counted off-heap buffer memory management, for zero-copy memory
7474
sharing and handling memory-mapped files

0 commit comments

Comments
 (0)