Skip to content

Commit 96895ca

Browse files
committed
updating README code.google.com -> github.com
1 parent a629337 commit 96895ca

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ 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://code.google.com/p/selenium/source/browse/COPYING).
12+
license](https://github.com/SeleniumHQ/selenium/blob/master/COPYING).
1313

1414
## Repositories
1515

1616
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
1918

2019
## Pull requests
2120

@@ -36,7 +35,7 @@ it more difficult to read our change lists.
3635
## Building
3736

3837
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)
4039
available on all fine platforms (Linux, Mac, Windows). We are in the
4140
process of replacing this with
4241
[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
127126
### Internet Explorer Driver
128127

129128
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)
131130
you also need:
132131

133132
* [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:
176175
```
177176

178177
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)
180179
binary available on your `PATH`.
181180

182181
If you are interested in a single language binding, try one of:
@@ -308,5 +307,5 @@ the name.
308307
## Useful Resources
309308

310309
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
312311
page for the last word on building the bits and pieces of Selenium.

0 commit comments

Comments
 (0)