Skip to content

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