@@ -17,16 +17,16 @@ Selenium's source code is made available under the [Apache 2.0 license](https://
1717
1818Narrative documentation:
1919
20- * [ User Manual] ( http ://docs.seleniumhq.org/docs/)
20+ * [ User Manual] ( https ://docs.seleniumhq.org/docs/)
2121* [ New Handbook] ( https://seleniumhq.github.io/docs/ ) (work in progress)
2222
2323API documentation:
2424
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/)
3030
3131## Pull Requests
3232
@@ -39,7 +39,7 @@ Selenium uses a custom build system, aptly named
3939[ crazyfun] ( https://github.com/SeleniumHQ/selenium/wiki/Crazy-Fun-Build )
4040available on all fine platforms (Linux, Mac, Windows). We are in the
4141process 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
4343see directories carrying multiple build directive files.
4444For reference, crazyfun's build files are named * build.desc* ,
4545while buck's are named simply * BUCK* .
0 commit comments