From e8f3e885269283c2b9d9e5a7d4bc8d2ffa4c0688 Mon Sep 17 00:00:00 2001 From: Aki <71239005+AkiaCode@users.noreply.github.com> Date: Mon, 11 Jan 2021 15:48:58 +0900 Subject: [PATCH] Fix url in README.md (#10915) Motivation: We had a typo in the markdown Modification: Fix typo Result: Corect markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f432250b..9176ac5eaa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For the detailed information about building and developing Netty, please visit [ You require the following to build Netty: -* Latest stable [OpenJDK 8]https://adoptopenjdk.net) +* Latest stable [OpenJDK 8](https://adoptopenjdk.net) * Latest stable [Apache Maven](https://maven.apache.org/) * If you are on Linux, you need [additional development packages](https://netty.io/wiki/native-transports.html) installed on your system, because you'll build the native transport.