Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 065570e

Browse files
committed
updated doc paths
1 parent c9adddb commit 065570e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.rst

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ Flask Hypertable
33
================
44

55

6-
.. image:: https://travis-ci.org/coderfi/flask_hypertable.png?branch=master
7-
:target: https://travis-ci.org/coderfi/flask_hypertable
6+
.. image:: https://travis-ci.org/coderfi/flask-hypertable.png?branch=master
7+
:target: https://travis-ci.org/coderfi/flask-hypertable
88

9-
.. image:: https://badge.fury.io/py/flask_hypertable.png
10-
:target: http://badge.fury.io/py/flask_hypertable
9+
.. image:: https://badge.fury.io/py/flask-hypertable.png
10+
:target: http://badge.fury.io/py/flask-hypertable
1111

12-
.. image:: https://coveralls.io/repos/coderfi/flask_hypertable/badge.png?branch=master
13-
:target: https://coveralls.io/r/coderfi/flask_hypertable?branch=master
12+
.. image:: https://coveralls.io/repos/coderfi/flask-hypertable/badge.png?branch=master
13+
:target: https://coveralls.io/r/coderfi/flask-hypertable?branch=master
1414

15-
.. image:: https://pypip.in/d/flask_hypertable/badge.png
16-
:target: https://crate.io/packages/flask_hypertable?version=latest
15+
.. image:: https://pypip.in/d/flask-hypertable/badge.png
16+
:target: https://crate.io/packages/flask-hypertable?version=latest
1717

18-
``flask_hypertable`` - A Flask extension which provides connectivity to
18+
``flask-hypertable`` - A Flask extension which provides connectivity to
1919
`Hypertable <http://hypertable.org/>`_ over `Thrift <https://thrift.apache.org/>`_.
2020

2121

@@ -37,7 +37,7 @@ Or if you *must* use easy_install:
3737
.. code-block:: bash
3838
3939
alias easy_install="pip install $1"
40-
easy_install flask-redis
40+
easy_install Flask-Hypertable
4141
4242
4343
Configuration
@@ -79,23 +79,23 @@ or
7979
Hypertable http://hypertable.com/documentation/reference_manual/thrift_api
8080
Thrift https://thrift.apache.org/docs/
8181
Python support Python 2.7, >= 3.3
82-
Source https://github.com/coderfi/flask_hypertable
83-
Docs http://flask_hypertable.rtfd.org
84-
Changelog http://flask_hypertable.readthedocs.org/en/latest/history.html
85-
API http://flask_hypertable.readthedocs.org/en/latest/api.html
86-
Issues https://github.com/coderfi/flask_hypertable/issues
87-
Travis http://travis-ci.org/coderfi/flask_hypertable
88-
Test coverage https://coveralls.io/r/coderfi/flask_hypertable
89-
pypi https://pypi.python.org/pypi/flask_hypertable
90-
Ohloh https://www.ohloh.net/p/flask_hypertable
82+
Source https://github.com/coderfi/flask-hypertable
83+
Docs http://flask-hypertable.rtfd.org
84+
Changelog http://flask-hypertable.readthedocs.org/en/latest/history.html
85+
API http://flask-hypertable.readthedocs.org/en/latest/api.html
86+
Issues https://github.com/coderfi/flask-hypertable/issues
87+
Travis http://travis-ci.org/coderfi/flask-hypertable
88+
Test coverage https://coveralls.io/r/coderfi/flask-hypertable
89+
pypi https://pypi.python.org/pypi/flask-hypertable
90+
Ohloh https://www.ohloh.net/p/flask-hypertable
9191
License `BSD`_.
9292
git repo .. code-block:: bash
9393

94-
$ git clone https://github.com/coderfi/flask_hypertable.git
94+
$ git clone https://github.com/coderfi/Flask-Hypertable.git
9595
install dev .. code-block:: bash
9696

97-
$ git clone https://github.com/coderfi/flask_hypertable.git flask_hypertable
98-
$ cd ./flask_hypertable
97+
$ git clone https://github.com/coderfi/Flask-Hypertable.git flask-hypertable
98+
$ cd ./flask-hypertable
9999
$ virtualenv .env
100100
$ source .env/bin/activate
101101
$ pip install -e .
@@ -110,5 +110,5 @@ About This Project
110110
Project started with `cookiecutter-pypackage <https://github.com/tony/cookiecutter-pypackage>`_.
111111

112112
.. _BSD: http://opensource.org/licenses/BSD-3-Clause
113-
.. _Documentation: http://flask_hypertable.readthedocs.org/en/latest/
114-
.. _API: http://flask_hypertable.readthedocs.org/en/latest/api.html
113+
.. _Documentation: http://flask-hypertable.readthedocs.org/en/latest/
114+
.. _API: http://flask-hypertable.readthedocs.org/en/latest/api.html

0 commit comments

Comments
 (0)