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/