docs: fix JDK url (#33168)

PR Close #33168
This commit is contained in:
Jithil P Ponnan 2019-10-15 16:30:27 +05:30 committed by Miško Hevery
parent 0bdb71c122
commit ca94d2b7f0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ following products on your development machine:
* [Yarn](https://yarnpkg.com) (version specified in the engines field of [`package.json`](../package.json)) which is used to install dependencies.
* [Java Development Kit](http://www.oracle.com/technetwork/es/java/javase/downloads/index.html) which is used
* [Java Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) which is used
to execute the selenium standalone server for e2e testing.
## Getting the Sources