Skip to content

Commit 604e76f

Browse files
authored
Also fixed case links to extending.rst in __init__ (robotframework#1381)
1 parent e768f5f commit 604e76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SeleniumLibrary/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class SeleniumLibrary(DynamicCore):
319319
320320
SeleniumLibrary offers plugins as a way to modify and add library keywords and modify some of the internal
321321
functionality without creating new library or hacking the source code. See
322-
[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending_seleniumlibrary.rst#Plugins|plugin API]
322+
[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#Plugins|plugin API]
323323
documentation for further details.
324324
325325
Plugin API is new SeleniumLibrary 4.0
@@ -329,7 +329,7 @@ class SeleniumLibrary(DynamicCore):
329329
The SeleniumLibrary offers support for
330330
[https://seleniumhq.github.io/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.event_firing_webdriver.html#module-selenium.webdriver.support.event_firing_webdriver|EventFiringWebDriver].
331331
See the Selenium and SeleniumLibrary
332-
[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending_seleniumlibrary.rst#EventFiringWebDriver|EventFiringWebDriver support]
332+
[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#EventFiringWebDriver|EventFiringWebDriver support]
333333
documentation for futher details.
334334
335335
EventFiringWebDriver is new in SeleniumLibrary 4.0

0 commit comments

Comments
 (0)