This is an automated email from the ASF dual-hosted git repository.

baumgold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new 953cbac  Use https://arrow.apache.org/julia/ as the official document 
URL (#490)
953cbac is described below

commit 953cbac5f25076b45452213db5cd9f21e74250a8
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Oct 16 20:14:20 2023 +0900

    Use https://arrow.apache.org/julia/ as the official document URL (#490)
    
    fix #470
---
 .asf.yaml    | 4 ++--
 README.md    | 4 ++--
 docs/make.jl | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 25ad345..e1a6d4f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,7 +25,7 @@ notifications:
 
 github:
   description: "Official Julia implementation of Apache Arrow"
-  homepage: https://arrow.apache.org/
+  homepage: https://arrow.apache.org/julia/
   labels:
     - apache-arrow
     - julia
@@ -43,4 +43,4 @@ github:
 # https://arrow.apache.org/julia/
 publish:
   whoami: asf-site
-  subdir: julia
\ No newline at end of file
+  subdir: julia
diff --git a/README.md b/README.md
index 065ab44..98bc9fd 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Arrow
 
-[![docs](https://img.shields.io/badge/docs-latest-blue&logo=julia)](https://arrow.apache.org/julia/dev/)
+[![docs](https://img.shields.io/badge/docs-latest-blue&logo=julia)](https://arrow.apache.org/julia/)
 
[![CI](https://github.com/apache/arrow-julia/workflows/CI/badge.svg)](https://github.com/apache/arrow-julia/actions?query=workflow%3ACI)
 
[![codecov](https://app.codecov.io/gh/apache/arrow-julia/branch/main/graph/badge.svg)](https://app.codecov.io/gh/apache/arrow-julia)
 
@@ -68,4 +68,4 @@ Third-party data formats:
   * Other Tables.jl-compatible packages automatically supported 
([DataFrames.jl](https://github.com/JuliaData/DataFrames.jl), 
[JSONTables.jl](https://github.com/JuliaData/JSONTables.jl), 
[JuliaDB.jl](https://github.com/JuliaData/JuliaDB.jl), 
[SQLite.jl](https://github.com/JuliaDatabases/SQLite.jl), 
[MySQL.jl](https://github.com/JuliaDatabases/MySQL.jl), 
[JDBC.jl](https://github.com/JuliaDatabases/JDBC.jl), 
[ODBC.jl](https://github.com/JuliaDatabases/ODBC.jl), 
[XLSX.jl](https://github.com [...]
   * No current Julia packages support ORC
 
-See the [full documentation](https://arrow.apache.org/julia/dev/) for details 
on reading and writing arrow data.
+See the [full documentation](https://arrow.apache.org/julia/) for details on 
reading and writing arrow data.
diff --git a/docs/make.jl b/docs/make.jl
index b2c86f4..b26c44b 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -24,7 +24,7 @@ makedocs(;
     sitename="Arrow.jl",
     format=Documenter.HTML(;
         prettyurls=get(ENV, "CI", "false") == "true",
-        canonical="https://arrow.juliadata.org/";,
+        canonical="https://arrow.apache.org/julia/";,
         assets=String[],
     ),
     pages=[

Reply via email to