This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new ea89a9b1a MINOR: Use `https` in README.md
ea89a9b1a is described below
commit ea89a9b1a4dc63991865a877726810656c929311
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 8 22:49:02 2023 -0800
MINOR: Use `https` in README.md
### What changes were proposed in this pull request?
This is a minor PR to replace `http://` with `https://` in `README.md`.
### Why are the changes needed?
HTTPS is a recommended safe way.
### How was this patch tested?
Manual review.
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 04dc978f9..732554cab 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,9 @@ lists, maps, and unions.
This project includes both a Java library and a C++ library for reading and
writing the _Optimized Row Columnar_ (ORC) file format. The C++ and Java
libraries are completely independent of each other and will each read all
versions of ORC files.
Releases:
-* Latest: <a href="http://orc.apache.org/releases">Apache ORC releases</a>
-* Maven Central: <a
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22"></a>
-* Downloads: <a href="http://orc.apache.org/downloads">Apache ORC downloads</a>
+* Latest: <a href="https://orc.apache.org/releases">Apache ORC releases</a>
+* Maven Central: <a
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22"></a>
+* Downloads: <a href="https://orc.apache.org/downloads">Apache ORC
downloads</a>
* Release tags: <a href="https://github.com/apache/orc/releases">Apache ORC
release tags</a>
* Plan: <a href="https://github.com/apache/orc/milestones">Apache ORC future
release plan</a>
@@ -28,7 +28,7 @@ The current build status:
* Main branch <a
href="https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Amain">
</a>
-Bug tracking: <a href="http://orc.apache.org/bugs">Apache Jira</a>
+Bug tracking: <a href="https://orc.apache.org/bugs">Apache Jira</a>
The subdirectories are: