Skip to content

Commit 690591d

Browse files
Roman Zollercgoldberg
authored andcommitted
Use "https" for links in README (#5849)
1 parent c17a348 commit 690591d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ Selenium's source code is made available under the [Apache 2.0 license](https://
1717

1818
Narrative 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

2323
API 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)
4040
available on all fine platforms (Linux, Mac, Windows). We are in the
4141
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
4343
see directories carrying multiple build directive files.
4444
For reference, crazyfun's build files are named *build.desc*,
4545
while buck's are named simply *BUCK*.

0 commit comments

Comments
 (0)