Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/driftpy/vaults/__init__.py
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion src/driftpy/vaults/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading