@@ -9,13 +9,12 @@ 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://code.google. com/p /selenium/source/browse /COPYING ) .
12
+ license] ( https://github. com/SeleniumHQ /selenium/blob/master /COPYING ) .
13
13
14
14
## Repositories
15
15
16
16
The authorative master repository of selenium is at
17
- https://code.google.com/p/selenium/ . It also mirrored on GitHub,
18
- which may be found at https://github.com/SeleniumHQ/selenium .
17
+ https://github.com/SeleniumHQ/selenium
19
18
20
19
## Pull requests
21
20
@@ -36,7 +35,7 @@ it more difficult to read our change lists.
36
35
## Building
37
36
38
37
Selenium uses a custom build system called
39
- [ crazyfun] ( http ://code.google. com/p /selenium/wiki/CrazyFunBuild)
38
+ [ crazyfun] ( https ://github. com/SeleniumHQ /selenium/wiki/CrazyFunBuild)
40
39
available on all fine platforms (Linux, Mac, Windows). We are in the
41
40
process of replacing this with
42
41
[ buck] ( http://facebook.github.io/buck/ ) , so don't be alarmed if you
@@ -127,7 +126,7 @@ Note that all Selenium Java artefacts are **built with Java 6
127
126
### Internet Explorer Driver
128
127
129
128
If you plan to compile the
130
- [ IE driver] ( http ://code.google. com/p /selenium/wiki/InternetExplorerDriver)
129
+ [ IE driver] ( https ://github. com/SeleniumHQ /selenium/wiki/InternetExplorerDriver)
131
130
you also need:
132
131
133
132
* [ Visual Studio 2008] ( http://www.microsoft.com/visualstudio/en-gb/products/2008-editions )
@@ -176,7 +175,7 @@ really be able to run the tests too. Try:
176
175
```
177
176
178
177
Note that the ` test_chrome ` target requires that you have the separate
179
- [ Chrome Driver] ( http ://code.google. com/p /selenium/wiki/ChromeDriver)
178
+ [ Chrome Driver] ( https ://github. com/SeleniumHQ /selenium/wiki/ChromeDriver)
180
179
binary available on your ` PATH ` .
181
180
182
181
If you are interested in a single language binding, try one of:
@@ -308,5 +307,5 @@ the name.
308
307
## Useful Resources
309
308
310
309
Refer to the [ Building Web
311
- Driver] ( http ://code.google. com/p /selenium/wiki/BuildingWebDriver) wiki
310
+ Driver] ( https ://github. com/SeleniumHQ /selenium/wiki/BuildingWebDriver) wiki
312
311
page for the last word on building the bits and pieces of Selenium.
0 commit comments