aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDanny van Bruggen <hexagonaal@gmail.com>2017-12-10 14:20:43 +0100
committerDanny van Bruggen <hexagonaal@gmail.com>2017-12-10 14:20:43 +0100
commit25c927de5e15e34c66a9aae6b93be1e7cb4e7664 (patch)
treeb9d284833099ac3ae74b699e6c3a8d3caaa879db /readme.md
parent7c87c3454d2dc49a4ec1e47477db7b9b2de05a3c (diff)
downloadjavaparser-25c927de5e15e34c66a9aae6b93be1e7cb4e7664.tar.gz
Lead people to javaparser.org instead of keeping a bad copy.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
1 files changed, 2 insertions, 14 deletions
diff --git a/readme.md b/readme.md
index 8007327cf..3ef08e014 100644
--- a/readme.md
+++ b/readme.md
@@ -51,21 +51,9 @@ The `run_metamodel_generator.sh` script will rebuild the metamodel,
which is used by the code generators which are run by `run_core_generators.sh`
Make sure that `javaparser-core` at least compiles before you run these.
-## Manual
+## More information
-Examples of how to use the library can be found on the [Manual](https://github.com/javaparser/javaparser/wiki/Manual) page of the wiki
-
-## Troubleshooting
-
-First try the [wiki](https://github.com/javaparser/javaparser/wiki).
-
-Didn't find an answer? Try [searching for existing issues](https://github.com/javaparser/javaparser/issues?utf8=%E2%9C%93&q=is%3Aissue%20)
-
-Still nothing? [Open an issue](https://github.com/javaparser/javaparser/issues/new) or [come chat on Gitter](https://gitter.im/javaparser/javaparser)
-
-## Javadoc
-
-The libraries javadoc can be found [here](http://www.javadoc.io/doc/com.github.javaparser/javaparser-core/)
+#### [JavaParser.org](https://www.javaparser.org) is the main information site.
## License