diff --git a/mkdocs.yml b/mkdocs.yml index 03dc4ab4..0a3e0ade 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,9 +9,9 @@ markdown_extensions: - meta - pymdownx.tabbed: alternate_style: true -repo_url: https://github.com/drift-labs/driftpy -repo_name: drift-labs/driftpy -site_url: https://drift-labs.github.io/driftpy/ +repo_url: https://github.com/velocity-exchange/driftpy +repo_name: velocity-exchange/driftpy +site_url: https://velocity-exchange.github.io/driftpy/ plugins: - mkdocstrings: handlers: diff --git a/pyproject.toml b/pyproject.toml index 5963a843..38d8774c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ authors = [ ] license = "MIT" readme = "README.md" -homepage = "https://github.com/drift-labs/driftpy" -documentation = "https://drift-labs.github.io/driftpy/" +homepage = "https://github.com/velocity-exchange/driftpy" +documentation = "https://velocity-exchange.github.io/driftpy/" [tool.poetry.dependencies] python = "^3.10" diff --git a/src/driftpy/vaults/__init__.py b/src/driftpy/vaults/__init__.py index 956e1400..777213bd 100644 --- a/src/driftpy/vaults/__init__.py +++ b/src/driftpy/vaults/__init__.py @@ -1,7 +1,7 @@ """ Some simple helpers for interacting with the vaults program. -For a complete vaults SDK, please see https://github.com/drift-labs/drift-vaults +For a complete vaults SDK, please see https://github.com/velocity-exchange/drift-vaults """ from driftpy.vaults.helpers import ( diff --git a/src/driftpy/vaults/helpers.py b/src/driftpy/vaults/helpers.py index 9408b401..31f5fbdf 100644 --- a/src/driftpy/vaults/helpers.py +++ b/src/driftpy/vaults/helpers.py @@ -5,7 +5,7 @@ and other vault-related data. Python functions provided here are for basic usage. -For a complete vaults SDK, please see https://github.com/drift-labs/drift-vaults +For a complete vaults SDK, please see https://github.com/velocity-exchange/drift-vaults """ from pathlib import Path