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 to Gradle docs about BOM #3414

Closed
wants to merge 1 commit into from

Conversation

rybak
Copy link
Contributor

@rybak rybak commented Aug 6, 2023

URL:

    https://docs.gradle.org/current/userguide/managing_transitive_dependencies.html#sec:bom_import

returns HTTP error status 404.  This page is present in documentation
for Gradle 5.6.4 [1], but doesn't exist in documentation of Gradle 6.0
and later versions [2].  Documentation file
"userguide/managing_transitive_dependencies.adoc" got renamed to
"dep-man/03-controlling-transitive-dependencies/controlling-transitive-dependencies.adoc"
in commit [3].

Replace links to this page JUnit documentation with up-to-date URL:

    https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import

[1] https://docs.gradle.org/5.6.4/userguide/managing_transitive_dependencies.html#sec:bom_import
[2] https://docs.gradle.org/6.0/userguide/managing_transitive_dependencies.html#sec:bom_import
[3] 0177e18c63e ("Reshuffle dependency management docs", 2019-05-15)
    gradle/gradle@0177e18#diff-7c6cad628253d79a589fdfdee343caf27bc7baf9212f28ba2a8a43a73ced6600
@sbrannen sbrannen self-assigned this Aug 6, 2023
@sbrannen sbrannen changed the title Fix dead link to Gradle docs about BOM Fix broken links to Gradle docs about BOM Aug 6, 2023
@sbrannen sbrannen added this to the 5.11 M1 milestone Aug 6, 2023
@sbrannen sbrannen closed this in d932b92 Aug 6, 2023
@sbrannen
Copy link
Member

sbrannen commented Aug 6, 2023

This has been merged into main.

Thanks

sbrannen pushed a commit that referenced this pull request Sep 14, 2023
URL: https://docs.gradle.org/current/userguide/managing_transitive_dependencies.html#sec:bom_import
returns HTTP error status 404. This page is present in documentation
for Gradle 5.6.4 [1], but doesn't exist in documentation of Gradle 6.0
and later versions [2]. Documentation file
"userguide/managing_transitive_dependencies.adoc" got renamed to
"dep-man/03-controlling-transitive-dependencies/controlling-transitive-dependencies.adoc"
in commit [3].

Replace links to this page in JUnit documentation with up-to-date URL:
https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import

[1] https://docs.gradle.org/5.6.4/userguide/managing_transitive_dependencies.html#sec:bom_import
[2] https://docs.gradle.org/6.0/userguide/managing_transitive_dependencies.html#sec:bom_import
[3] 0177e18c63e ("Reshuffle dependency management docs", 2019-05-15)
    gradle/gradle@0177e18#diff-7c6cad628253d79a589fdfdee343caf27bc7baf9212f28ba2a8a43a73ced6600

Closes #3414
@sbrannen sbrannen modified the milestones: 5.11 M1, 5.10.1 Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants