Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Use https://arrow.apache.org/julia/ for Julia URL #36131

Closed
kou opened this issue Jun 16, 2023 · 0 comments · Fixed by #36156
Closed

[Docs] Use https://arrow.apache.org/julia/ for Julia URL #36131

kou opened this issue Jun 16, 2023 · 0 comments · Fixed by #36156

Comments

@kou
Copy link
Member

kou commented Jun 16, 2023

Describe the enhancement requested

Recently, we prepared https://arrow.apache.org/julia/ .

See also:

The following patch will work:

diff --git a/docs/source/index.rst b/docs/source/index.rst
index bcae36a11..b348d3dab 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -47,7 +47,7 @@ target environment.**
    Go <https://pkg.go.dev/github.com/apache/arrow/go>
    Java <java/index>
    JavaScript <js/index>
-   Julia <https://github.com/apache/arrow-julia/blob/main/README.md>
+   Julia <https://arrow.apache.org/julia/>
    MATLAB <https://github.com/apache/arrow/blob/main/matlab/README.md>
    Python <python/index>
    R <r/index>

docs/ will deploy to https://arrow.apache.org/docs/ .

We can preview a rendered result by adding a @github-actions crossbow submit preview-docs comment in a PR.

Component(s)

Documentation

kou added a commit that referenced this issue Jun 26, 2023
…36156)

### Rationale for this change

The Julia implementation's URL was changed to  https://arrow.apache.org/julia/ .

### What changes are included in this PR?

Use it.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: #36131

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 13.0.0 milestone Jun 26, 2023
thisisnic pushed a commit to thisisnic/arrow that referenced this issue Jun 26, 2023
…URL (apache#36156)

### Rationale for this change

The Julia implementation's URL was changed to  https://arrow.apache.org/julia/ .

### What changes are included in this PR?

Use it.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#36131

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant