Skip to content

Commit 70b33f0

Browse files
committed
Change references from adamtheturtle to VWS-Python
1 parent 1101091 commit 70b33f0

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Full Documentation
6060

6161
See the `full documentation <https://vws-python.readthedocs.io/en/latest>`__.
6262

63-
.. |Build Status| image:: https://travis-ci.com/adamtheturtle/vws-python.svg?branch=master
64-
:target: https://travis-ci.com/adamtheturtle/vws-python
65-
.. |codecov| image:: https://codecov.io/gh/adamtheturtle/vws-python/branch/master/graph/badge.svg
66-
:target: https://codecov.io/gh/adamtheturtle/vws-python
63+
.. |Build Status| image:: https://travis-ci.com/VWS-Python/vws-python.svg?branch=master
64+
:target: https://travis-ci.com/VWS-Python/vws-python
65+
.. |codecov| image:: https://codecov.io/gh/VWS-Python/vws-python/branch/master/graph/badge.svg
66+
:target: https://codecov.io/gh/VWS-Python/vws-python
6767
.. |Documentation Status| image:: https://readthedocs.org/projects/vws-python/badge/?version=latest
6868
:target: https://vws-python.readthedocs.io/en/latest/?badge=latest
6969
:alt: Documentation Status

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
substitutions = [
4242
('|release|', release),
43-
('|github-owner|', 'adamtheturtle'),
43+
('|github-owner|', 'VWS-Python'),
4444
('|github-repository|', 'vws-python'),
4545
]
4646

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To write unit tests for code which uses this library, without using your Vuforia
9191
There are some differences between the mock and the real Vuforia.
9292
See https://vws-python-mock.readthedocs.io/en/latest/differences-to-vws.html for details.
9393

94-
.. _VWS Python Mock: https://github.com/adamtheturtle/vws-python-mock
94+
.. _VWS Python Mock: https://github.com/VWS-Python/vws-python-mock
9595

9696

9797
Reference

src/vws/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def response(self) -> Response:
169169
return self._response
170170

171171

172-
# See https://github.com/adamtheturtle/vws-python/issues/822.
172+
# See https://github.com/VWS-Python/vws-python/issues/822.
173173
class RequestQuotaReached(Exception): # pragma: no cover
174174
"""
175175
Exception raised when Vuforia returns a response with a result code

tests/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_add_bad_name(vws_client: VWS, high_quality_image: io.BytesIO) -> None:
8080

8181
def test_request_quota_reached() -> None:
8282
"""
83-
See https://github.com/adamtheturtle/vws-python/issues/822 for writing
83+
See https://github.com/VWS-Python/vws-python/issues/822 for writing
8484
this test.
8585
"""
8686

0 commit comments

Comments
 (0)