Skip to content

Commit

Permalink
fixed pip link in python readme and index
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
cgoldberg authored and lukeis committed Aug 27, 2013
1 parent 546d692 commit ddb653d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/README
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Supported Python Versions
Installing
==========

If you have `pip <http://www.pip-installer.org>_` on your system, you can simply install or upgrade the Python bindings::
If you have `pip <http://www.pip-installer.org>`_ on your system, you can simply install or upgrade the Python bindings::

pip install -U selenium

Expand Down
2 changes: 1 addition & 1 deletion py/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Supported Python Versions
Installing
==========

If you have `pip <http://www.pip-installer.org>_` on your system, you can simply install or upgrade the Python bindings::
If you have `pip <http://www.pip-installer.org>`_ on your system, you can simply install or upgrade the Python bindings::
pip install -U selenium

Expand Down

0 comments on commit ddb653d

Please sign in to comment.