Skip to content

Commit 2466942

Browse files
ombre42aaltat
authored andcommitted
Libdoc updates - link to project and fix 404 (robotframework#668)
* Fix 404 due to RF migration to Github * Link to project page * Format corrections per PR comments * fix pronoun usage
1 parent dcc7ff9 commit 2466942

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/Selenium2Library.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/Selenium2Library/__init__.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ class Selenium2Library(
2020
_AlertKeywords
2121
):
2222
"""Selenium2Library is a web testing library for Robot Framework.
23+
24+
This document is about using Selenium2Library. For information about
25+
installation, support, and more please visit the
26+
[https://github.com/robotframework/Selenium2Library|project page].
2327
24-
It uses the Selenium 2 (WebDriver) libraries internally to control a web browser.
28+
Selenium2Library uses the Selenium 2 (WebDriver) libraries internally to control a web browser.
2529
See http://seleniumhq.org/docs/03_webdriver.html for more information on Selenium 2
2630
and WebDriver.
2731
@@ -130,8 +134,8 @@ class Selenium2Library(
130134
131135
All timeouts can be given as numbers considered seconds (e.g. 0.5 or 42)
132136
or in Robot Framework's time syntax (e.g. '1.5 seconds' or '1 min 30 s').
133-
For more information about the time syntax see:
134-
http://robotframework.googlecode.com/svn/trunk/doc/userguide/RobotFrameworkUserGuide.html#time-format.
137+
For more information about the time syntax see the
138+
[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#time-format|Robot Framework User Guide].
135139
"""
136140

137141
ROBOT_LIBRARY_SCOPE = 'GLOBAL'

0 commit comments

Comments
 (0)