From 91397f72ff4414c920e54b0fb3f03ec888ac04ed Mon Sep 17 00:00:00 2001 From: Bruno Volpato Date: Tue, 6 Feb 2024 23:27:25 -0500 Subject: [PATCH] fix: update bad URLs in the release readme --- ci/release/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release/README.md b/ci/release/README.md index 1559bbea3..6bd08c277 100644 --- a/ci/release/README.md +++ b/ci/release/README.md @@ -69,7 +69,7 @@ These are the repositories availables: Once published, the artifacts can be downloaded from the following locations: - Github Artifacts: - - https://github.com/substrait/sustrait-java/releases + - https://github.com/substrait-io/substrait-java/releases - Sonatype OSSRH Artifacts: - https://s01.oss.sonatype.org/content/repositories/{snapshots,staging,releases}/io/substrait/substrait-java/core/1.0.0/ @@ -277,7 +277,7 @@ $ ./isthmus-macOS-1.0.0 -c "CREATE TABLE Persons ( firstName VARCHAR, lastName The CI process will automatically create a Github issue to track the failure. ```shell -[10:30:55 PM] [semantic-release] [@semantic-release/github] › ℹ Created issue #3: https://github.com/substrait/sustrait-java/issues/3. +[10:30:55 PM] [semantic-release] [@semantic-release/github] › ℹ Created issue #3: https://github.com/substrait-io/substrait-java/issues/3. ``` ![release_failing](img/automate_release_is_failing.png)