Skip to content

Commit 30fd9a8

Browse files
committed
docs: fix GitHub org in README URLs (aclark4life → mongodb-labs)
1 parent 4645336 commit 30fd9a8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See the [full documentation](https://dbx-python-cli.readthedocs.io/) for detaile
3131

3232
```bash
3333
# Install directly from GitHub
34-
pipx install git+https://github.com/aclark4life/dbx-python-cli.git
34+
pipx install git+https://github.com/mongodb-labs/dbx-python-cli.git
3535
```
3636

3737
This will install `dbx-python-cli` globally and make the `dbx` command available in your terminal.
@@ -224,7 +224,7 @@ For more details, see the [full documentation](https://dbx-python-cli.readthedoc
224224

225225
```bash
226226
# Clone the repository
227-
git clone https://github.com/aclark4life/dbx-python-cli.git
227+
git clone https://github.com/mongodb-labs/dbx-python-cli.git
228228
cd dbx-python-cli
229229

230230
# Install the package (uses uv pip install -e .)
@@ -424,8 +424,8 @@ This project is licensed under the Apache 2.0 License - see the LICENSE file for
424424
## Links
425425

426426
- **Documentation:** [Read the Docs](https://dbx-python-cli.readthedocs.io/)
427-
- **Source Code:** [GitHub](https://github.com/aclark4life/dbx-python-cli)
428-
- **Issue Tracker:** [GitHub Issues](https://github.com/aclark4life/dbx-python-cli/issues)
427+
- **Source Code:** [GitHub](https://github.com/mongodb-labs/dbx-python-cli)
428+
- **Issue Tracker:** [GitHub Issues](https://github.com/mongodb-labs/dbx-python-cli/issues)
429429

430430
---
431431

0 commit comments

Comments
 (0)