Skip to content

Commit d48bd79

Browse files
authored
update organization to arangodb (#326)
1 parent f556d65 commit d48bd79

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
![Logo](https://user-images.githubusercontent.com/2701938/108583516-c3576680-72ee-11eb-883f-2d9b52e74e45.png)
22

3-
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/ArangoDB-Community/python-arango/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/ArangoDB-Community/python-arango/tree/main)
4-
[![CodeQL](https://github.com/ArangoDB-Community/python-arango/actions/workflows/codeql.yaml/badge.svg)](https://github.com/ArangoDB-Community/python-arango/actions/workflows/codeql.yaml)
5-
[![Docs](https://github.com/ArangoDB-Community/python-arango/actions/workflows/docs.yaml/badge.svg)](https://github.com/ArangoDB-Community/python-arango/actions/workflows/docs.yaml)
6-
[![Coverage Status](https://codecov.io/gh/ArangoDB-Community/python-arango/branch/main/graph/badge.svg?token=M8zrjrzsUY)](https://codecov.io/gh/ArangoDB-Community/python-arango)
7-
[![Last commit](https://img.shields.io/github/last-commit/ArangoDB-Community/python-arango)](https://github.com/ArangoDB-Community/python-arango/commits/master)
3+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/arangodb/python-arango/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/arangodb/python-arango/tree/main)
4+
[![CodeQL](https://github.com/arangodb/python-arango/actions/workflows/codeql.yaml/badge.svg)](https://github.com/arangodb/python-arango/actions/workflows/codeql.yaml)
5+
[![Docs](https://github.com/arangodb/python-arango/actions/workflows/docs.yaml/badge.svg)](https://github.com/arangodb/python-arango/actions/workflows/docs.yaml)
6+
[![Coverage Status](https://codecov.io/gh/arangodb/python-arango/branch/main/graph/badge.svg?token=M8zrjrzsUY)](https://codecov.io/gh/arangodb/python-arango)
7+
[![Last commit](https://img.shields.io/github/last-commit/arangodb/python-arango)](https://github.com/arangodb/python-arango/commits/master)
88

99
[![PyPI version badge](https://img.shields.io/pypi/v/python-arango?color=3775A9&style=for-the-badge&logo=pypi&logoColor=FFD43B)](https://pypi.org/project/python-arango/)
1010
[![Python versions badge](https://img.shields.io/badge/3.8%2B-3776AB?style=for-the-badge&logo=python&logoColor=FFD43B&label=Python)](https://pypi.org/project/python-arango/)
1111

12-
[![License](https://img.shields.io/github/license/ArangoDB-Community/python-arango?color=9E2165&style=for-the-badge)](https://github.com/ArangoDB-Community/python-arango/blob/master/LICENSE)
12+
[![License](https://img.shields.io/github/license/arangodb/python-arango?color=9E2165&style=for-the-badge)](https://github.com/arangodb/python-arango/blob/master/LICENSE)
1313
[![Code style: black](https://img.shields.io/static/v1?style=for-the-badge&label=code%20style&message=black&color=black)](https://github.com/psf/black)
1414
[![Downloads](https://img.shields.io/pepy/dt/python-arango?style=for-the-badge&color=282661
1515
)](https://pepy.tech/project/python-arango)

docs/contributing.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To ensure PEP8_ compliance, run flake8_:
4040
.. code-block:: bash
4141
4242
~$ pip install flake8
43-
~$ git clone https://github.com/ArangoDB-Community/python-arango.git
43+
~$ git clone https://github.com/arangodb/python-arango.git
4444
~$ cd python-arango
4545
~$ flake8
4646
@@ -57,7 +57,7 @@ To run the test suite (use your own host, port and root password):
5757
.. code-block:: bash
5858
5959
~$ pip install pytest
60-
~$ git clone https://github.com/ArangoDB-Community/python-arango.git
60+
~$ git clone https://github.com/arangodb/python-arango.git
6161
~$ cd python-arango
6262
~$ py.test --complete --host=127.0.0.1 --port=8529 --passwd=passwd
6363
@@ -66,7 +66,7 @@ To run the test suite with coverage report:
6666
.. code-block:: bash
6767
6868
~$ pip install coverage pytest pytest-cov
69-
~$ git clone https://github.com/ArangoDB-Community/python-arango.git
69+
~$ git clone https://github.com/arangodb/python-arango.git
7070
~$ cd python-arango
7171
~$ py.test --complete --host=127.0.0.1 --port=8529 --passwd=passwd --cov=kq
7272
@@ -82,7 +82,7 @@ Sphinx_. To build an HTML version on your local machine:
8282
.. code-block:: bash
8383
8484
~$ pip install sphinx sphinx_rtd_theme
85-
~$ git clone https://github.com/ArangoDB-Community/python-arango.git
85+
~$ git clone https://github.com/arangodb/python-arango.git
8686
~$ cd python-arango
8787
~$ python -m sphinx -b html -W docs docs/_build/ # Open build/index.html in a browser
8888

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dev = [
6666
"arango" = ["py.typed"]
6767

6868
[project.urls]
69-
homepage = "https://github.com/ArangoDB-Community/python-arango"
69+
homepage = "https://github.com/arangodb/python-arango"
7070

7171
[tool.setuptools]
7272
packages = ["arango"]

0 commit comments

Comments
 (0)