Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 974a5a5

Browse files
committed
Fixed README links
1 parent e937689 commit 974a5a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ the Selenium libraries from the [Selenium](http://docs.seleniumhq.org) project.
99

1010
Version number follows Selenium's version numbers (first 3 numbers), and 4th number is reserved for e.g. issue fixes.
1111
* More information about this library can be found in the
12-
[Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-libdoc.html).
12+
[Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.html).
1313
* For keyword completion in RIDE you can download this
14-
[Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-libdoc.xml)
14+
[Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.xml)
1515
and place it in your PYTHONPATH.
1616

1717
This Java version of SeleniumLibrary exists because of easier dependency management when Robot Framework is used in Java-projects.
@@ -33,11 +33,11 @@ your pom.xml:
3333
</dependency>
3434

3535
If you cannot use the robotframework-maven-plugin you can use the
36-
[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-jar-with-dependencies.jar),
36+
[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0-jar-with-dependencies.jar),
3737
which contains all required libraries.
3838

3939
If you want more control and feel adventurous you could you use this
40-
[jar](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0.jar)
40+
[jar](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.jar)
4141
and provide all required libraries from this [list](DEPENDENCIES.md) on your own.
4242

4343
Differences

0 commit comments

Comments
 (0)