@@ -9,7 +9,7 @@ that lets you write interchangable code for all major web browsers.
9
9
The project is made possible by volunteer contributors who have put in
10
10
thousands of hours of their own time, and made the source code freely
11
11
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 ) .
13
13
14
14
## Documentation
15
15
@@ -33,7 +33,7 @@ See [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIB
33
33
## Building
34
34
35
35
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 )
37
37
available on all fine platforms (Linux, Mac, Windows). We are in the
38
38
process of replacing this with
39
39
[ 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
264
264
265
265
If you watch the build, each step should print where its output is
266
266
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
268
268
` build/build_log.xml ` for [ TestNG] ( http://testng.org/doc/index.html )
269
269
tests. If you'd like the build to be chattier, just append ` log=true `
270
270
to the build command line.
@@ -285,7 +285,7 @@ targets.
285
285
## Maven _ per se_
286
286
287
287
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
289
289
that is invoked with * go* as outlined above so you do not really have
290
290
to learn too much about that.
291
291
@@ -309,5 +309,5 @@ the name.
309
309
## Useful Resources
310
310
311
311
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
313
313
page for the last word on building the bits and pieces of Selenium.
0 commit comments