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

Commits on Aug 6, 2023

  1. Fix dead link to Gradle docs about BOM

    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
    rybak committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    4af8348 View commit details
    Browse the repository at this point in the history