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 e9f6d9d06 MINOR: Link to Apache ORC orc_proto instead of Hive one
e9f6d9d06 is described below
commit e9f6d9d06f26e884dd02e19bed2beab1144e8579
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 30 23:51:39 2022 -0800
MINOR: Link to Apache ORC orc_proto instead of Hive one
---
site/specification/ORCv0.md | 2 +-
site/specification/ORCv1.md | 2 +-
site/specification/ORCv2.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/site/specification/ORCv0.md b/site/specification/ORCv0.md
index d46da8e6f..3ca477212 100644
--- a/site/specification/ORCv0.md
+++ b/site/specification/ORCv0.md
@@ -41,7 +41,7 @@ The metadata for ORC is stored using
[Protocol Buffers](https://s.apache.org/protobuf_encoding), which provides
the ability to add new fields without breaking readers. This document
incorporates the Protobuf definition from the
-[ORC source code](https://s.apache.org/orc_proto) and the
+[ORC source
code](https://github.com/apache/orc/blob/main/proto/orc_proto.proto) and the
reader is encouraged to review the Protobuf encoding if they need to
understand the byte-level encoding
diff --git a/site/specification/ORCv1.md b/site/specification/ORCv1.md
index a7f5ddfb7..fd18ae0b8 100644
--- a/site/specification/ORCv1.md
+++ b/site/specification/ORCv1.md
@@ -41,7 +41,7 @@ The metadata for ORC is stored using
[Protocol Buffers](https://s.apache.org/protobuf_encoding), which provides
the ability to add new fields without breaking readers. This document
incorporates the Protobuf definition from the
-[ORC source code](https://s.apache.org/orc_proto) and the
+[ORC source
code](https://github.com/apache/orc/blob/main/proto/orc_proto.proto) and the
reader is encouraged to review the Protobuf encoding if they need to
understand the byte-level encoding
diff --git a/site/specification/ORCv2.md b/site/specification/ORCv2.md
index 334896fa0..73d89cde4 100644
--- a/site/specification/ORCv2.md
+++ b/site/specification/ORCv2.md
@@ -61,7 +61,7 @@ The metadata for ORC is stored using
[Protocol Buffers](https://s.apache.org/protobuf_encoding), which provides
the ability to add new fields without breaking readers. This document
incorporates the Protobuf definition from the
-[ORC source code](https://s.apache.org/orc_proto) and the
+[ORC source
code](https://github.com/apache/orc/blob/main/proto/orc_proto.proto) and the
reader is encouraged to review the Protobuf encoding if they need to
understand the byte-level encoding