Skip to content

Commit

Permalink
Merge pull request #26 from jwilk/github-pytries
Browse files Browse the repository at this point in the history
Update GitHub and Travis CI URLs
  • Loading branch information
kmike committed Jul 21, 2016
2 parents 04840aa + 4505986 commit f8d1961
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Changes
- Installation issues in environments with LC_ALL=C are fixed;
- PyPy is officially unsupported now (use DAWG-Python_ with PyPy).

.. _DAWG-Python: https://github.com/kmike/DAWG-Python
.. _DAWG-Python: https://github.com/pytries/DAWG-Python

0.6 (2013-03-22)
----------------
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DAWG
====

.. image:: https://travis-ci.org/kmike/DAWG.png?branch=master
:target: https://travis-ci.org/kmike/DAWG
.. image:: https://travis-ci.org/pytries/DAWG.png?branch=master
:target: https://travis-ci.org/pytries/DAWG

This package provides DAWG(DAFSA_)-based dictionary-like
read-only objects for Python (2.x and 3.x).
Expand All @@ -14,8 +14,8 @@ it also provides fast advanced methods like prefix search.
.. _DAFSA: https://en.wikipedia.org/wiki/Deterministic_acyclic_finite_state_automaton

* Docs: http://dawg.readthedocs.org
* Source code: https://github.com/kmike/DAWG
* Issue tracker: https://github.com/kmike/DAWG/issues
* Source code: https://github.com/pytries/DAWG
* Issue tracker: https://github.com/pytries/DAWG/issues

License
=======
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ with different data structures (under Python 2.7):
based on this README file. It is still several times slower than
DAWG though.

.. _marisa-trie: https://github.com/kmike/marisa-trie
.. _marisa-trie: https://github.com/pytries/marisa-trie

Benchmark results (100k unicode words, integer values (lengths of the words),
Python 3.3, macbook air i5 1.8 Ghz)::
Expand Down Expand Up @@ -416,9 +416,9 @@ Contributions are welcome!
Contributing
============

Development happens at github: https://github.com/kmike/DAWG
Development happens at github: https://github.com/pytries/DAWG

Issue tracker: https://github.com/kmike/DAWG/issues
Issue tracker: https://github.com/pytries/DAWG/issues

Feel free to submit ideas, bugs or pull requests.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = open('README.rst').read() +'\n\n' + open('CHANGES.rst').read(),
author='Mikhail Korobov',
author_email='kmike84@gmail.com',
url='https://github.com/kmike/DAWG/',
url='https://github.com/pytries/DAWG/',

ext_modules = [
Extension(
Expand Down

0 comments on commit f8d1961

Please sign in to comment.