Skip to content

Commit 9036358

Browse files
asashourlukeis
authored andcommitted
Update links in README.md
Fix broken or obsolete links in README.md Signed-off-by: Luke Inman-Semerau <[email protected]>
1 parent 529026c commit 9036358

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ that lets you write interchangable code for all major web browsers.
99
The project is made possible by volunteer contributors who have put in
1010
thousands of hours of their own time, and made the source code freely
1111
available under the [Apache 2.0
12-
license](https://github.com/SeleniumHQ/selenium/blob/master/COPYING).
12+
license](https://github.com/SeleniumHQ/selenium/blob/master/LICENSE).
1313

1414
## Documentation
1515

@@ -33,7 +33,7 @@ See [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIB
3333
## Building
3434

3535
Selenium uses a custom build system aptly named
36-
[crazyfun](https://github.com/SeleniumHQ/selenium/wiki/CrazyFunBuild)
36+
[crazyfun](https://github.com/SeleniumHQ/selenium/wiki/Crazy-Fun-Build)
3737
available on all fine platforms (Linux, Mac, Windows). We are in the
3838
process of replacing this with
3939
[buck](http://facebook.github.io/buck/), so don't be alarmed if you
@@ -264,7 +264,7 @@ build/java/client/src/org/openqa/selenium/selenium-api.jar
264264

265265
If you watch the build, each step should print where its output is
266266
going. Java test outputs appear in one of two places: either under
267-
`build/test_logs` for [JUnit](http://junit.sourceforge.net/) or in
267+
`build/test_logs` for [JUnit](http://junit.org/) or in
268268
`build/build_log.xml` for [TestNG](http://testng.org/doc/index.html)
269269
tests. If you'd like the build to be chattier, just append `log=true`
270270
to the build command line.
@@ -285,7 +285,7 @@ targets.
285285
## Maven _per se_
286286

287287
If it is not clear already, Selenium is not built with Maven, it is
288-
built with [Crazy-Fun](https://github.com/SeleniumHQ/selenium/wiki/CrazyFunBuild) though
288+
built with [Crazy-Fun](https://github.com/SeleniumHQ/selenium/wiki/Crazy-Fun-Build) though
289289
that is invoked with *go* as outlined above so you do not really have
290290
to learn too much about that.
291291

@@ -309,5 +309,5 @@ the name.
309309
## Useful Resources
310310

311311
Refer to the [Building Web
312-
Driver](https://github.com/SeleniumHQ/selenium/wiki/BuildingWebDriver) wiki
312+
Driver](https://github.com/SeleniumHQ/selenium/wiki/Building-WebDriver) wiki
313313
page for the last word on building the bits and pieces of Selenium.

0 commit comments

Comments
 (0)