Skip to content

docs:fix broken and redirecting markdown links#1612

Open
sakethpanuganti wants to merge 4 commits into
FasterXML:3.xfrom
sakethpanuganti:fix/markdown-urls
Open

docs:fix broken and redirecting markdown links#1612
sakethpanuganti wants to merge 4 commits into
FasterXML:3.xfrom
sakethpanuganti:fix/markdown-urls

Conversation

@sakethpanuganti
Copy link
Copy Markdown

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

Comment thread docs/README.md Outdated

`/docs/` used to contain Javadocs definitions, but since they can be found from:

http://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core
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.

Need to extend a bit; 2.x is under com.fasterxml.jackson.core; 3.x under new tools.jackson.core

@github-actions
Copy link
Copy Markdown

📈 Overall Code Coverage

Metric Coverage Change
Instructions coverage 83.00% 📉 -0.020%
Branches branches 75.69% 📉 -0.030%

Overall project coverage from JaCoCo test results. Change values compare against the latest base branch build.

Comment thread README.md
Comment thread README.md
```

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?

Comment thread README.md
### 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.

Comment thread README.md
### 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.
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.

Good catch!

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.

Merged fix separately.

Comment thread README.md
## 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?

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
Copy link
Copy Markdown
Member

@cowtowncoder cowtowncoder left a comment

Choose a reason for hiding this comment

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

Merged good changes, left remaining with questions -- not strongly objecting, just curious.

Thank you again for submitting this, @sakethpanuganti !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants