From 98255bff96f9d8953aae4a17a80c691ef25b3e4f Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Mon, 7 Dec 2020 15:10:37 +0100 Subject: [PATCH] Typo in link --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e50591f..218972e 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,6 @@ <h1>Eclipse P2 Repository for Indriya</h1> -<p>This URL is an Eclipse P2 software repository for the Indriya reference implementation of units of measurement (JSR-385). You must use it in Eclipse (<a href="https://help.eclipse.org/2020-09/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm).">see how</a>) or add it to a target platform when developing Eclipse Plugins.<p> +<p>This URL is an Eclipse P2 software repository for the Indriya reference implementation of units of measurement (JSR-385). You must use it in Eclipse (<a href="https://help.eclipse.org/2020-09/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm">see how</a>) or add it to a target platform when developing Eclipse Plugins.<p> </body> </html> -- GitLab