Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
cowtowncoder marked this conversation as resolved.

## Status

Expand Down Expand Up @@ -57,7 +57,7 @@ To use the package, you need to use following Maven dependency:
</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).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Core jar is a functional OSGi bundle, with proper import/export declarations.

Package has no external dependencies, except for testing (which uses `JUnit`).
Expand Down Expand Up @@ -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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why -- jackson repo will never move to different Org than this repo.


### Enterprise support

Expand Down Expand Up @@ -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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

* [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