Skip to content

Update broken settings.gradle.kts link in gradle-plugin and maven-plugin docs#41

Open
EoinTrial wants to merge 1 commit into
intuit:mainfrom
EoinTrial:fix/gradle-plugin-docs-broken-link
Open

Update broken settings.gradle.kts link in gradle-plugin and maven-plugin docs#41
EoinTrial wants to merge 1 commit into
intuit:mainfrom
EoinTrial:fix/gradle-plugin-docs-broken-link

Conversation

@EoinTrial
Copy link
Copy Markdown

What Changed

Updated the broken relative link ./settings.gradle.kts#19 in both gradle-plugin/README.md and maven-plugin/README.md to point to the correct GitHub URL with a proper line anchor.

Why

The link was a relative path that resolved to a non-existent file within each module's directory. The actual settings.gradle.kts file containing the KSP version definition lives at the repo root. The #19 anchor also needed updating to #L19 for GitHub's line-anchor syntax to work.

Fixes #34

Todo:

  • Add tests
  • Add docs
  • Add release notes

Release Notes

Fixed broken docs link in the Gradle plugin and Maven plugin READMEs that pointed to a non-existent settings.gradle.kts file. The link now correctly points to line 19 of the root settings.gradle.kts, where the KSP version is defined.

@EoinTrial EoinTrial changed the title fix: update broken settings.gradle.kts link in gradle-plugin and maven-plugin docs Update broken settings.gradle.kts link in gradle-plugin and maven-plugin docs Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken Gradle plugin docs

1 participant