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 typo in documentation #3489

Closed

Conversation

Seungpang
Copy link
Contributor

Hi Team,

I am submitting a PR because I found a typo and some broken links in the documentation

@@ -37,5 +37,5 @@ A plain JPA setup requires all annotation-mapped entity classes to be listed in
----
====

NOTE: As of Spring 3.1, a package to scan can be configured on the `LocalContainerEntityManagerFactoryBean` directly to enable classpath scanning for entity classes. See the link:{springJavadocUrl}org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.html#setPackagesToScan(java.lang.String...)$$[JavaDoc] for details.
NOTE: As of Spring 3.1, a package to scan can be configured on the `LocalContainerEntityManagerFactoryBean` directly to enable classpath scanning for entity classes. See the link:{springJavadocUrl}/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.html#setPackagesToScan(java.lang.String...)$$[JavaDoc] for details.
Copy link
Contributor Author

@Seungpang Seungpang May 28, 2024

Choose a reason for hiding this comment

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

스크린샷 2024-05-28 오후 10 25 00

The link is broken because it should be javadoc-api/org instead of javadoc-apiorg.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 28, 2024
@mp911de mp911de added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 10, 2024
@mp911de mp911de self-assigned this Jun 10, 2024
@mp911de mp911de added this to the 3.2.7 (2023.1.7) milestone Jun 10, 2024
mp911de pushed a commit that referenced this pull request Jun 10, 2024
@mp911de mp911de closed this in 2656308 Jun 10, 2024
mp911de pushed a commit that referenced this pull request Jun 10, 2024
@mp911de
Copy link
Member

mp911de commented Jun 10, 2024

Thank you for your contribution. That's merged and backported now.

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.

3 participants