Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2018-12-18 05:23:08 +0000
committerJay Arthanareeswaran2018-12-18 05:23:52 +0000
commite53d022d9aa95999d4efaf30102cd1ba42af5129 (patch)
tree0472b051a28975a2a36aef5fe7266a81af7420ea /README.md
parent6ac43830baceb5e21e1d8103e777b86be52b0933 (diff)
downloadeclipse.jdt.core-e53d022d9aa95999d4efaf30102cd1ba42af5129.tar.gz
eclipse.jdt.core-e53d022d9aa95999d4efaf30102cd1ba42af5129.tar.xz
eclipse.jdt.core-e53d022d9aa95999d4efaf30102cd1ba42af5129.zip
Bug 542869 - JDT Core README is very basicI20181218-1800I20181218-0120
Change-Id: Ib02e68b0ca4a74d337d0fed661390b13979aa2bf Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 40229f2f45..b3b0be7811 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This is the core part of Eclipse's Java development tools. It contains the non-U
* a Java source code formatter
* APIs for code assist, access to the AST and structured manipulation of Java source.
-For more information, refer to the [JDT wiki page] [1] or the [JDT project overview page] [2].
+For more information and important links, refer to the [JDT wiki page] [1] or the [JDT project overview page] [2].
License
-------
@@ -16,5 +16,5 @@ License
[Eclipse Public License (EPL) v1.0][3]
[1]: http://wiki.eclipse.org/JDT_Core
-[2]: http://www.eclipse.org/projects/project.php?id=eclipse.jdt.core
+[2]: http://www.eclipse.org/projects/project.php?id=eclipse.jdt
[3]: http://wiki.eclipse.org/EPL

Back to the top