Skip to content

Commit

Permalink
update links to blaze org
Browse files Browse the repository at this point in the history
  • Loading branch information
chdoig committed Aug 20, 2015
1 parent 7d8419d commit da960a7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install:

# Install various deps
- pip install sas7bdat
- pip install git+git://github.com/ContinuumIO/dask.git --upgrade
- pip install git+git://github.com/blaze/dask.git --upgrade
- pip install dill --upgrade

# install pyspark
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Method
Odo migrates data using network of small data conversion functions between
type pairs. That network is below:

.. image:: https://raw.githubusercontent.com/ContinuumIO/odo/master/docs/source/images/conversions.png
.. image:: https://raw.githubusercontent.com/blaze/odo/master/docs/source/images/conversions.png
:alt: odo conversions

Each node is a container type (like ``pandas.DataFrame`` or
Expand Down Expand Up @@ -92,7 +92,7 @@ operate only on the subgraph of the red nodes.
LICENSE
-------

New BSD. See `License File <https://github.com/ContinuumIO/odo/blob/master/LICENSE.txt>`__.
New BSD. See `License File <https://github.com/blaze/odo/blob/master/LICENSE.txt>`__.

History
-------
Expand All @@ -103,8 +103,8 @@ Odo was factored out from the Blaze_ project.
.. _Blaze: http://blaze.pydata.org/
.. _networkx: https://networkx.github.io/
.. _Documentation: https://odo.readthedocs.org/en/latest/
.. |Build Status| image:: https://travis-ci.org/ContinuumIO/odo.png
:target: https://travis-ci.org/ContinuumIO/odo
.. |Build Status| image:: https://travis-ci.org/blaze/odo.png
:target: https://travis-ci.org/blaze/odo
.. |Doc Status| image:: https://readthedocs.org/projects/odo/badge/?version=latest
:target: https://readthedocs.org/projects/odo/?badge=latest
:alt: Documentation Status
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ test:
- pip install sas7bdat && py.test -vx --pyargs odo -rsxX

about:
home: https://github.com/ContinuumIO/odo/
home: https://github.com/blaze/odo/
license: BSD
summary: Data migration
2 changes: 1 addition & 1 deletion docs/source/add-new-backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ finding, ``append`` and ``discover`` are managed by multipledispatch_, and
Examples are useful. You may want to look at some of the ``odo`` source for
simple backends for help

https://github.com/ContinuumIO/odo/tree/master/odo/backends
https://github.com/blaze/odo/tree/master/odo/backends

.. _DataShape : datashape.html
.. _multipledispatch: http://github.com/mrocklin/multipledispatch
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@
# Allow duplicate toc entries.
#epub_tocdup = True

extlinks = dict(issue=('https://github.com/ContinuumIO/odo/issues/%s', '#'))
extlinks = dict(issue=('https://github.com/blaze/odo/issues/%s', '#'))
6 changes: 3 additions & 3 deletions docs/source/project-info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Getting Odo
.. code-block:: sh
$ pip install git+git://github.com/ContinuumIO/odo
$ pip install git+git://github.com/blaze/odo
Source
------
Odo development takes place on GitHub: https://github.com/ContinuumIO/odo.
Odo development takes place on GitHub: https://github.com/blaze/odo.

Reporting Issues
----------------
* Bugs and feature requests can be filed `here <https://github.com/ContinuumIO/odo/issues>`_.
* Bugs and feature requests can be filed `here <https://github.com/blaze/odo/issues>`_.
* The `blaze development mailing list <https://groups.google.com/a/continuum.io/d/forum/blaze-dev>`_ is good place to discuss ideas and ask questions about odo.
2 changes: 1 addition & 1 deletion docs/source/spark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Instead of returning the context object, ``odo`` will return the ``SchemaRDD``
that we just created. This makes it more convenient to do things with the result.

This functionality is nascent, so try it out and don't hesitate to
`report a bug or request a feature <https://github.com/ContinuumIO/into/issues/new>`_!
`report a bug or request a feature <https://github.com/blaze/into/issues/new>`_!


URIs
Expand Down
2 changes: 1 addition & 1 deletion odo/backends/tests/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
reason='unable to connect to google.com')

iris_url = ('https://raw.githubusercontent.com/'
'ContinuumIO/blaze/master/blaze/examples/data/iris.csv')
'blaze/blaze/master/blaze/examples/data/iris.csv')
ftp_url = "ftp://athena-dist.mit.edu/pub/XNeXT/README.txt"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def read(filename):
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description='Data migration utilities',
url='https://github.com/ContinuumIO/odo',
url='https://github.com/blaze/odo',
author='Blaze development team',
author_email='[email protected]',
license='BSD',
Expand Down

0 comments on commit da960a7

Please sign in to comment.