-
Notifications
You must be signed in to change notification settings - Fork 915
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
HELP.md contains broken links to the Maven and Gradle plugin reference docs #1529
Labels
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Jul 8, 2024
There's a similar problem with Maven builds where the |
wilkinsona
added
type: bug
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Jul 8, 2024
wilkinsona
changed the title
Invalid doc links when generating code from Spring Initializr
HELP.md contains broken links to the Maven and Gradle plugin reference docs
Jul 8, 2024
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
The correct URLs are https://docs.spring.io/spring-boot/maven-plugin/index.html and https://docs.spring.io/spring-boot/gradle-plugin/index.html. We should fix the redirects. |
Superseded by #1541. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When generating code from Spring initializr using project
Gradle - Groovy
, languageJava
and version3.3.1
, insideHELP.md
file there is two invalid URLs resulting in404 Not Found
error:Error when opening these links in Google Chrome:
Code generation example:
https://start.spring.io/#!type=gradle-project&language=java&platformVersion=3.3.1&packaging=jar&jvmVersion=21&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo&dependencies=
The text was updated successfully, but these errors were encountered: