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 05ab846b4f GH-43346: [Docs][Format] Update broken links (#43347)
05ab846b4f is described below

commit 05ab846b4f96b2ff70e2a5918cb713734b7c063b
Author: Benson Muite <[email protected]>
AuthorDate: Sun Jul 21 23:32:48 2024 +0300

    GH-43346: [Docs][Format] Update broken links (#43347)
    
    
    
    ### Rationale for this change
    
    https://github.com/apache/arrow/issues/43346
    
    ### What changes are included in this PR?
    Use link from internet archive and SIMD introduction from 2021
    
    ### Are these changes tested?
    
    Links are functional
    
    ### Are there any user-facing changes?
    
    This is a minor documentation update
    * GitHub Issue: #43346
    
    Authored-by: Benson Muite <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 docs/source/format/Columnar.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/format/Columnar.rst b/docs/source/format/Columnar.rst
index 7ae0c2b4bd..c5f822f416 100644
--- a/docs/source/format/Columnar.rst
+++ b/docs/source/format/Columnar.rst
@@ -1656,8 +1656,8 @@ the Arrow spec.
 .. _Message.fbs: https://github.com/apache/arrow/blob/main/format/Message.fbs
 .. _File.fbs: https://github.com/apache/arrow/blob/main/format/File.fbs
 .. _least-significant bit (LSB) numbering: 
https://en.wikipedia.org/wiki/Bit_numbering
-.. _Intel performance guide: 
https://software.intel.com/en-us/articles/practical-intel-avx-optimization-on-2nd-generation-intel-core-processors
+.. _Intel performance guide: 
https://web.archive.org/web/20151101074635/https://software.intel.com/en-us/articles/practical-intel-avx-optimization-on-2nd-generation-intel-core-processors
 .. _Endianness: https://en.wikipedia.org/wiki/Endianness
-.. _SIMD: 
https://software.intel.com/en-us/cpp-compiler-developer-guide-and-reference-introduction-to-the-simd-data-layout-templates
+.. _SIMD: 
https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-8/simd-data-layout-templates.html
 .. _Parquet: https://parquet.apache.org/docs/
 .. _UmbraDB: https://db.in.tum.de/~freitag/papers/p29-neumann-cidr20.pdf

Reply via email to