chore: rename drift-labs GitHub URLs to velocity-exchange - #156
Merged
Conversation
ChesterSim
marked this pull request as ready for review
June 23, 2026 08:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of renaming the GitHub org drift-labs -> velocity-exchange.
DRAFT — do not merge until the velocity-exchange org (and, where applicable, the @velocity-exchange npm scope) exists; old URLs currently redirect.
URL forms changed
github.com/drift-labs/→github.com/velocity-exchange/(Cargo.toml dep, Cargo.lock sources, README example, CI workflow)api.github.com/repos/drift-labs/→api.github.com/repos/velocity-exchange/(Dockerfile + CI: drift-ffi-sys release download)ghcr.io/drift-labs/→ghcr.io/velocity-exchange/(README Docker run example)drift-labs.github.io→velocity-exchange.github.io(README API docs links — v2-teacher, errors page)Total substitutions: 12 across 5 files.
Files changed:
.github/workflows/build.yml— drift-ffi-sys release download URL (1)Cargo.toml— drift-rs git dependency URL (1)Cargo.lock— drift-rs source URLs (×3) + jupiter-swap-api-client source URL (×1) (4)Dockerfile— drift-ffi-sys release download URL (1)README.md— ghcr.io image reference (1), github.io docs links (3), dlob-server example link (1) (5 substitutions)Skipped (upstream-Drift historical refs)
None — all occurrences in this repo are operational references (dependency URLs, release asset downloads, container image paths, doc-site links for this gateway's own usage) rather than historical fork-origin statements.
Build note
drift-rsandjupiter-swap-api-client(a transitive dep ofdrift-rs) are sourced from GitHub git URLs. After the org rename, builds will fail until those repos exist undervelocity-exchange. The Cargo.lock has been updated to reflect the new source URLs;cargo updatemay be needed once the repos are migrated.