Skip to content

Commit 25fe2cf

Browse files
committed
python: Fixing reference to API doc online
1 parent 2ff2ab2 commit 25fe2cf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: py/docs/source/index.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Python language bindings for Selenium WebDriver.
99

1010
The `selenium` package is used automate web browser interaction from Python.
1111

12-
+-----------+-----------------------------------------------------------------------------------+
13-
| **Home**: | http://www.seleniumhq.org |
14-
+-----------+-----------------------------------------------------------------------------------+
15-
| **Docs**: | `selenium package API <http://selenium.googlecode.com/git/docs/api/py/api.html>`_ |
16-
+-----------+-----------------------------------------------------------------------------------+
17-
| **Dev**: | https://github.com/SeleniumHQ/Selenium |
18-
+-----------+-----------------------------------------------------------------------------------+
19-
| **PyPI**: | https://pypi.python.org/pypi/selenium |
20-
+-----------+-----------------------------------------------------------------------------------+
21-
| **IRC**: | **#selenium** channel on freenode |
22-
+-----------+-----------------------------------------------------------------------------------+
12+
+-----------+-------------------------------------------------------------------------------------+
13+
| **Home**: | http://www.seleniumhq.org |
14+
+-----------+-------------------------------------------------------------------------------------+
15+
| **Docs**: | `selenium package API <http://seleniumhq.github.io/selenium/docs/api/py/api.html>`_ |
16+
+-----------+-------------------------------------------------------------------------------------+
17+
| **Dev**: | https://github.com/SeleniumHQ/Selenium |
18+
+-----------+-------------------------------------------------------------------------------------+
19+
| **PyPI**: | https://pypi.python.org/pypi/selenium |
20+
+-----------+-------------------------------------------------------------------------------------+
21+
| **IRC**: | **#selenium** channel on freenode |
22+
+-----------+-------------------------------------------------------------------------------------+
2323

2424
Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, PhantomJS), as well as the Remote protocol.
2525

0 commit comments

Comments
 (0)