Skip to content
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

Fix broken links in the documentation #37070

Closed
wants to merge 1 commit into from
Closed

Fix broken links in the documentation #37070

wants to merge 1 commit into from

Conversation

jongwooo
Copy link
Contributor

@jongwooo jongwooo commented Aug 22, 2023

Fixes #37045

Hi Spring Boot team,

This PR fixes 3 broken links to https://docs.oracle.com in the Core Features section of the documentation.

In attributes.adoc, I found the attribute java-api that needed to be fixed:

AS-IS

:java-api: https://docs.oracle.com/javase/17/docs/api

TO-BE

:java-api: https://docs.oracle.com/en/java/javase/17/docs/api

Then I updated the following links that uses the java-api attribute:

  • {java-api}/java.base/java/time/Duration.html#parse(java.lang.CharSequence)
  • {java-api}/java.base/java/time/Period.html#parse(java.lang.CharSequence)
  • {java-api}/java.logging/java/util/logging/package-summary.html

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 22, 2023
@scottfrederick scottfrederick added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 22, 2023
@scottfrederick scottfrederick added this to the 3.0.x milestone Aug 22, 2023
@scottfrederick scottfrederick modified the milestones: 3.0.x, 3.0.10 Aug 22, 2023
@scottfrederick
Copy link
Contributor

@jongwooo Thank you very much for the contribution.

@jongwooo jongwooo deleted the hotfix/fix-broken-links-in-the-documentation branch August 22, 2023 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken links in the documentation
3 participants