docs:fix broken and redirecting markdown links#1612
Open
sakethpanuganti wants to merge 4 commits into
Open
Conversation
|
|
||
| `/docs/` used to contain Javadocs definitions, but since they can be found from: | ||
|
|
||
| http://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core |
Member
There was a problem hiding this comment.
Need to extend a bit; 2.x is under com.fasterxml.jackson.core; 3.x under new tools.jackson.core
| ``` | ||
|
|
||
| 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). |
| ### 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.
Not sure why -- jackson repo will never move to different Org than this repo.
| ### Enterprise support | ||
|
|
||
| Available as part of the [Tidelift](https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-core-jackson-databind) Subscription. | ||
| Available as part of the [Tidelift](https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-core-jackson-core) Subscription. |
| ## 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 |
cowtowncoder
added a commit
that referenced
this pull request
May 25, 2026
cowtowncoder
added a commit
that referenced
this pull request
May 25, 2026
cowtowncoder
added a commit
that referenced
this pull request
May 25, 2026
Member
cowtowncoder
left a comment
There was a problem hiding this comment.
Merged good changes, left remaining with questions -- not strongly objecting, just curious.
Thank you again for submitting this, @sakethpanuganti !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes broken or redirecting URLs in Markdown docs to improve link reliability and reduce unnecessary redirects.
replace legacy/insecure URLs with canonical HTTPS links
update README wiki/repo references to stable absolute GitHub URLs
switch Maven Central URL to canonical repo.maven.apache.org endpoint
correct Tidelift enterprise link target for jackson-core
update docs README javadoc link to current javadoc.io path