Skip to content

Commit 9d74e39

Browse files
committed
Removed absolute links and fixed typo [skip ci]
1 parent 63b1504 commit 9d74e39

File tree

20 files changed

+54
-54
lines changed

20 files changed

+54
-54
lines changed

Base/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ _This image is not meant to be run directly!_ It serves as the base image used f
44

55
## Dockerfile
66

7-
[`selenium/base` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/Base/Dockerfile)
7+
[`selenium/base` Dockerfile](Dockerfile)
88

99
## What is Selenium?
1010
_Selenium automates browsers._ That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.
1111

1212
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
1313

14-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
14+
See the Selenium [site](http://docs.seleniumhq.org/) for documentation on usage within your test code.
1515

1616
## License
1717

18-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
18+
View [license information](../LICENSE.md) for the software contained in this image.
1919

2020
## Getting Help
2121

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Much of the magic behind Selenium is the hard work of programmers with backgrounds in Javascript, Java, Ruby, PHP, Python, Perl, C#, HTML and other languages.
44

5-
We encourage code patches and other contributions - get involved by following the instructions at the main [Selenium GitHub](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md). You can also track the activity of the development team by checking out the read-only [Selenium Developer Activity Group](http://groups.google.com/group/selenium-developer-activity).
5+
We encourage code patches and other contributions - get involved by following the instructions at the main [Selenium GitHub](./CONTRIBUTING.md). You can also track the activity of the development team by checking out the read-only [Selenium Developer Activity Group](http://groups.google.com/group/selenium-developer-activity).
66

77
If you do supply a patch we will need you to [sign the CLA](https://goo.gl/a2VrTx). We are a part of [SFC](http://www.sfconservancy.org/).

Hub/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Hub receives a test to be executed along with information on which browser a
44

55
## Dockerfile
66

7-
[`selenium/hub` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/Hub/Dockerfile)
7+
[`selenium/hub` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -32,11 +32,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
3232

3333
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
3434

35-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
35+
See the Selenium [site](http://docs.seleniumhq.org/) for documentation on usage within your test code.
3636

3737
## License
3838

39-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
39+
View [license information](../LICENSE.md) for the software contained in this image.
4040

4141
## Getting Help
4242

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the [Apache License 2.0](https://raw.githubusercontent.com/SeleniumHQ/selenium/master/LICENSE).
1+
The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the [Apache License 2.0](https://raw.githubusercontent.com/SeleniumHQ/selenium/trunk/LICENSE).

NodeBase/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ _This image is not meant to be run directly!_ It serves as the base image used f
44

55
## Dockerfile
66

7-
[`selenium/node-base` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeBase/Dockerfile)
7+
[`selenium/node-base` Dockerfile](Dockerfile)
88

99
## What is Selenium?
1010
_Selenium automates browsers._ That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.
1111

1212
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
1313

14-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
14+
See the Selenium [site](http://docs.seleniumhq.org/) for documentation on usage within your test code.
1515

1616
## License
1717

18-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
18+
View [license information](../LICENSE.md) for the software contained in this image.
1919

2020
## Getting Help
2121

NodeChrome/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Selenium Node configured to run Google Chrome.
44

55
## Dockerfile
66

7-
[`selenium/node-chrome` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeChrome/Dockerfile)
7+
[`selenium/node-chrome` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -25,11 +25,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
2525

2626
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
2727

28-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
28+
See the Selenium [site](http://docs.seleniumhq.org/) for documentation on usage within your test code.
2929

3030
## License
3131

32-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
32+
View [license information](../LICENSE.md) for the software contained in this image.
3333

3434
## Getting Help
3535

NodeChromeDebug/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _This image is only intended for development purposes!_ Runs a Selenium Grid Nod
44

55
## Dockerfile
66

7-
[`selenium/node-chrome-debug` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeChromeDebug/Dockerfile)
7+
[`selenium/node-chrome-debug` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -47,11 +47,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
4747

4848
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
4949

50-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
50+
See the Selenium [site](http://docs.seleniumhq.org/) for documentation on usage within your test code.
5151

5252
## License
5353

54-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
54+
View [license information](../LICENSE.md) for the software contained in this image.
5555

5656
## Getting Help
5757

NodeDebug/README.template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _This image is only intended for development purposes!_ Runs a Selenium Grid Nod
44

55
## Dockerfile
66

7-
[`selenium/##BASE##-debug` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/##FOLDER##/Dockerfile)
7+
[`selenium/##BASE##-debug` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -47,11 +47,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
4747

4848
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
4949

50-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
50+
See the Selenium [site](http://docs.seleniumhq.org/) for documentation on usage within your test code.
5151

5252
## License
5353

54-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
54+
View [license information](../LICENSE.md) for the software contained in this image.
5555

5656
## Getting Help
5757

NodeFirefox/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Selenium Node configured to run Firefox
44

55
## Dockerfile
66

7-
[`selenium/node-firefox` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeFirefox/Dockerfile)
7+
[`selenium/node-firefox` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -25,11 +25,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
2525

2626
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
2727

28-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
28+
See the Selenium [site](http://docs.seleniumhq.org/) for documentation on usage within your test code.
2929

3030
## License
3131

32-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
32+
View [license information](../LICENSE.md) for the software contained in this image.
3333

3434
## Getting Help
3535

NodeFirefoxDebug/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _This image is only intended for development purposes!_ Runs a Selenium Grid Nod
44

55
## Dockerfile
66

7-
[`selenium/node-firefox-debug` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeFirefoxDebug/Dockerfile)
7+
[`selenium/node-firefox-debug` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -47,11 +47,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
4747

4848
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
4949

50-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
50+
See the Selenium [site](http://docs.seleniumhq.org/) for documentation on usage within your test code.
5151

5252
## License
5353

54-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
54+
View [license information](../LICENSE.md) for the software contained in this image.
5555

5656
## Getting Help
5757

0 commit comments

Comments
 (0)