Skip to content

Commit

Permalink
Update URLs with new github org (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
scasagrande committed Mar 29, 2022
1 parent 6fb8ea7 commit 667aae5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
InstrumentKit
=============

.. image:: https://github.com/Galvant/InstrumentKit/workflows/Testing/badge.svg?branch=main
:target: https://github.com/Galvant/InstrumentKit
.. image:: https://github.com/instrumentkit/InstrumentKit/workflows/Testing/badge.svg?branch=main
:target: https://github.com/instrumentkit/InstrumentKit
:alt: Github Actions build status

.. image:: https://img.shields.io/coveralls/Galvant/InstrumentKit/main.svg?maxAge=2592000
:target: https://coveralls.io/github/Galvant/InstrumentKit?branch=main
.. image:: https://img.shields.io/coveralls/instrumentkit/InstrumentKit/main.svg?maxAge=2592000
:target: https://coveralls.io/github/instrumentkit/InstrumentKit?branch=main
:alt: Coveralls code coverage

.. image:: https://readthedocs.org/projects/instrumentkit/badge/?version=latest
Expand Down Expand Up @@ -55,15 +55,15 @@ From Git:

.. code-block:: console
$ git clone git@github.com:Galvant/InstrumentKit.git
$ git clone git@github.com:instrumentkit/InstrumentKit.git
$ cd InstrumentKit
$ python setup.py install
From Github using pip:

.. code-block:: console
$ pip install -e git+https://www.github.com/Galvant/InstrumentKit.git#egg=instrumentkit
$ pip install -e git+https://www.github.com/instrumentkit/InstrumentKit.git#egg=instrumentkit
From pypi using pip:

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = attr: instruments._version.version
description = Test and measurement communication library
author = Steven Casagrande
author_email = stevencasagrande@gmail.com
url = https://www.github.com/Galvant/InstrumentKit
url = https://www.github.com/instrumentkit/InstrumentKit
long_description = file: README.rst
long_description_content_type = text/x-rst
license = AGPLv3
Expand Down

0 comments on commit 667aae5

Please sign in to comment.