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-site.git
The following commit(s) were added to refs/heads/main by this push: new af66e339f60 Update Swift links (#660) af66e339f60 is described below commit af66e339f6056bdf7892056551f75b4e71d88f41 Author: Hiroyuki Sato <hiroys...@gmail.com> AuthorDate: Mon Jun 16 06:35:18 2025 +0900 Update Swift links (#660) It is necessary to update Swift URL due to move the repository. https://github.com/apache/arrow/pull/46804 This PR wait to resolve https://github.com/apache/arrow-swift/issues/9 issue. Because http://arrow.apache.org/docs/swift/ not available yet. --------- Co-authored-by: Sutou Kouhei <k...@cozmixng.org> --- _includes/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 9e5e56cbe2a..90fa9181713 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -45,7 +45,7 @@ <a class="dropdown-item" href="{{ site.baseurl }}/docs/r">R</a> <a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a> <a class="dropdown-item" href="https://docs.rs/arrow/latest">Rust</a> - <a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/swift/Arrow/README.md">Swift</a> + <a class="dropdown-item" href="{{ site.baseurl }}/swift">Swift</a> </div> </li> <li class="nav-item dropdown"> @@ -69,7 +69,7 @@ <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/r">R</a> <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/ruby">Ruby</a> <a class="dropdown-item" href="https://github.com/apache/arrow-rs">Rust</a> - <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/swift">Swift</a> + <a class="dropdown-item" href="https://github.com/apache/arrow-swift">Swift</a> </div> </li> <li class="nav-item dropdown">