Skip to content

Commit 90cc87a

Browse files
authored
Merge pull request sloria#131 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2 parents 10ae5fd + 0c83989 commit 90cc87a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Bug fixes:
186186
- New ``Blobber`` class for creating TextBlobs that share the same tagger, tokenizer, and np_extractor.
187187
- Add ``ngrams`` method.
188188
- `Backwards-incompatible`: ``TextBlob.json()`` is now a method, not a property. This allows you to pass arguments (the same that you would pass to ``json.dumps()``).
189-
- New home for documentation: https://textblob.readthedocs.org/
189+
- New home for documentation: https://textblob.readthedocs.io/
190190
- Add parameter for cleaning HTML markup from text.
191191
- Minor improvement to word tokenization.
192192
- Updated NLTK.

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TextBlob: Simplified Text Processing
1010
:target: https://travis-ci.org/sloria/TextBlob
1111
:alt: Travis-CI
1212

13-
Homepage: `https://textblob.readthedocs.org/ <https://textblob.readthedocs.org/>`_
13+
Homepage: `https://textblob.readthedocs.io/ <https://textblob.readthedocs.io/>`_
1414

1515
`TextBlob` is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.
1616

@@ -76,13 +76,13 @@ Examples
7676

7777
See more examples at the `Quickstart guide`_.
7878

79-
.. _`Quickstart guide`: https://textblob.readthedocs.org/en/latest/quickstart.html#quickstart
79+
.. _`Quickstart guide`: https://textblob.readthedocs.io/en/latest/quickstart.html#quickstart
8080

8181

8282
Documentation
8383
-------------
8484

85-
Full documentation is available at https://textblob.readthedocs.org/.
85+
Full documentation is available at https://textblob.readthedocs.io/.
8686

8787
Requirements
8888
------------
@@ -92,8 +92,8 @@ Requirements
9292
Project Links
9393
-------------
9494

95-
- Docs: https://textblob.readthedocs.org/
96-
- Changelog: https://textblob.readthedocs.org/en/latest/changelog.html
95+
- Docs: https://textblob.readthedocs.io/
96+
- Changelog: https://textblob.readthedocs.io/en/latest/changelog.html
9797
- PyPI: https://pypi.python.org/pypi/TextBlob
9898
- Issues: https://github.com/sloria/TextBlob/issues
9999

0 commit comments

Comments
 (0)