@@ -17,16 +17,16 @@ Selenium's source code is made available under the [Apache 2.0 license](https://
17
17
18
18
Narrative documentation:
19
19
20
- * [ User Manual] ( http ://docs.seleniumhq.org/docs/)
20
+ * [ User Manual] ( https ://docs.seleniumhq.org/docs/)
21
21
* [ New Handbook] ( https://seleniumhq.github.io/docs/ ) (work in progress)
22
22
23
23
API documentation:
24
24
25
- * [ C#] ( http ://seleniumhq.github.io/selenium/docs/api/dotnet/)
26
- * [ JavaScript] ( http ://seleniumhq.github.io/selenium/docs/api/javascript/)
27
- * [ Java] ( http ://seleniumhq.github.io/selenium/docs/api/java/index.html)
28
- * [ Python] ( http ://seleniumhq.github.io/selenium/docs/api/py/)
29
- * [ Ruby] ( http ://seleniumhq.github.io/selenium/docs/api/rb/)
25
+ * [ C#] ( https ://seleniumhq.github.io/selenium/docs/api/dotnet/)
26
+ * [ JavaScript] ( https ://seleniumhq.github.io/selenium/docs/api/javascript/)
27
+ * [ Java] ( https ://seleniumhq.github.io/selenium/docs/api/java/index.html)
28
+ * [ Python] ( https ://seleniumhq.github.io/selenium/docs/api/py/)
29
+ * [ Ruby] ( https ://seleniumhq.github.io/selenium/docs/api/rb/)
30
30
31
31
## Pull Requests
32
32
@@ -39,7 +39,7 @@ Selenium uses a custom build system, aptly named
39
39
[ crazyfun] ( https://github.com/SeleniumHQ/selenium/wiki/Crazy-Fun-Build )
40
40
available on all fine platforms (Linux, Mac, Windows). We are in the
41
41
process of replacing crazyfun with
42
- [ buck] ( http ://facebook.github.io/buck /) , so don't be alarmed if you
42
+ [ buck] ( https ://buckbuild.com /) , so don't be alarmed if you
43
43
see directories carrying multiple build directive files.
44
44
For reference, crazyfun's build files are named * build.desc* ,
45
45
while buck's are named simply * BUCK* .
0 commit comments