From 1be0713f0f23d2621b40e6fc01a4df1630c005af Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Tue, 2 Dec 2025 23:41:23 -0800 Subject: [PATCH] chore: remove lancedb in github discussion links and java pom file (#5394) --- 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 1010fd0ddd8..12b3751853b 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ jar Lance Format Java API - http://lancedb.com/ + https://lance.org/