Skip to content

Commit

Permalink
Rename references to the repository in preparation of the repository …
Browse files Browse the repository at this point in the history
…rename
  • Loading branch information
olebole committed Mar 2, 2016
1 parent b9de630 commit 5de7cf5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ To run the unit tests::
Coverage
--------

.. image:: https://coveralls.io/repos/spacetelescope/pyasdf/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/spacetelescope/pyasdf?branch=master
.. image:: https://coveralls.io/repos/spacetelescope/asdf/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/spacetelescope/asdf?branch=master
2 changes: 1 addition & 1 deletion asdf/asdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_asdf_library_info():
return Software({
'name': 'asdf',
'version': version.version,
'homepage': 'http://github.com/spacetelescope/pyasdf',
'homepage': 'http://github.com/spacetelescope/asdf',
'author': 'Space Telescope Science Institute'
})

Expand Down
2 changes: 1 addition & 1 deletion asdf/tests/test_generic_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def test_truncated_reader():
Tests several edge cases for _TruncatedReader.read()
Includes regression test for
https://github.com/spacetelescope/pyasdf/pull/181
https://github.com/spacetelescope/asdf/pull/181
"""

# TODO: Should probably break this up into multiple test cases
Expand Down
2 changes: 1 addition & 1 deletion docs/asdf/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ software, not ``asdf``) that performed the operation.
u"Initial random numbers",
{u'name': u'asdf examples',
u'author': u'John Q. Public',
u'homepage': u'http://github.com/spacetelescope/pyasdf',
u'homepage': u'http://github.com/spacetelescope/asdf',
u'version': u'0.1'})
ff.write_to('example.asdf')

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ long_description = Advanced Scienctific Data Format (ASDF) is a next generation
author = Erik Bray, Michael Droettboom
author_email = mdroe@stsci.edu
license = BSD
url = http://github.com/spacetelescope/pyasdf
url = http://github.com/spacetelescope/asdf
edit_on_github = False
github_project = spacetelescope/pyasdf
github_project = spacetelescope/asdf

0 comments on commit 5de7cf5

Please sign in to comment.