From ca94d2b7f031809493a17f4a23cdc2dd8f77d1e8 Mon Sep 17 00:00:00 2001 From: Jithil P Ponnan Date: Tue, 15 Oct 2019 16:30:27 +0530 Subject: [PATCH] docs: fix JDK url (#33168) PR Close #33168 --- docs/DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 75b0b95952..92657483ba 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -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