diff --git a/README.md b/README.md index 9d6b93f55d..4068e40da9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ also build on this base package, implementing the core interfaces, making it possible to use standard [data-binding package](https://github.com/FasterXML/jackson-databind) regardless of underlying data format. Project contains versions 2.0 and above: source code for earlier (1.x) versions can be found from -[Jackson-1](../../../jackson-1) github repo. +[Jackson-1](https://github.com/FasterXML/jackson-1) github repo. ## Status @@ -57,7 +57,7 @@ To use the package, you need to use following Maven dependency: ``` -or download jars from Maven repository or links on [Wiki](../../wiki). +or download jars from Maven repository or links on [Wiki](https://github.com/FasterXML/jackson-core/wiki). Core jar is a functional OSGi bundle, with proper import/export declarations. Package has no external dependencies, except for testing (which uses `JUnit`). @@ -209,7 +209,7 @@ script which uses Maven Release plug-in under the hood (earlier release plug-in ### Community support -Jackson components are supported by the Jackson community through mailing lists, Gitter forum, Github issues. See [Participation, Contributing](../../../jackson#participation-contributing) for full details. +Jackson components are supported by the Jackson community through mailing lists, Gitter forum, Github issues. See [Participation, Contributing](https://github.com/FasterXML/jackson#participation-contributing) for full details. ### Enterprise support @@ -237,6 +237,6 @@ Note that the main differences compared to 1.0 core jar are: ## Links -* Project [Wiki](../../wiki) has JavaDocs and links to downloadable artifacts +* Project [Wiki](https://github.com/FasterXML/jackson-core/wiki) has JavaDocs and links to downloadable artifacts * [Jackson (portal)](https://github.com/FasterXML/jackson) has links to all FasterXML-maintained "official" Jackson components * [Jackson Docs](https://github.com/FasterXML/jackson-docs) is the portal/hub for all kinds of Jackson documentation