-
-
Notifications
You must be signed in to change notification settings - Fork 888
docs:fix broken and redirecting markdown links #1612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.x
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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: | |
| </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). | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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`). | ||
|
|
@@ -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. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure why -- |
||
|
|
||
| ### 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 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
Uh oh!
There was an error while loading. Please reload this page.