From 5629eac26285ee8af39c4fd426884df216505fe4 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Tue, 2 Dec 2025 20:13:45 -0800 Subject: [PATCH] chore: remove lancedb in github discussion links and java pom file --- ci/create_rc_discussion.sh | 4 ++-- java/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/create_rc_discussion.sh b/ci/create_rc_discussion.sh index 0ddad12948c..875308f85bd 100755 --- a/ci/create_rc_discussion.sh +++ b/ci/create_rc_discussion.sh @@ -55,7 +55,7 @@ if [ -n "$RELEASE_BRANCH" ]; then fi DISCUSSION_BODY="${DISCUSSION_BODY} -- **Release Notes**: https://github.com/lancedb/lance/releases/tag/${RC_TAG} +- **Release Notes**: https://github.com/lance-format/lance/releases/tag/${RC_TAG} ### Testing Instructions @@ -78,7 +78,7 @@ Add to your \`pom.xml\`: Add to your \`Cargo.toml\`: \`\`\`toml [dependencies] -lance = { version = \"=${RC_VERSION}\", git = \"https://github.com/lancedb/lance\", tag = \"${RC_TAG}\" } +lance = { version = \"=${RC_VERSION}\", git = \"https://github.com/lance-format/lance\", tag = \"${RC_TAG}\" } \`\`\` ### Voting Instructions diff --git a/java/pom.xml b/java/pom.xml index 9ce6e459f86..84fe4701a02 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ jar Lance Format Java API - http://lancedb.com/ + https://lance.org/