We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1161273 + 62ea40a commit b5da09aCopy full SHA for b5da09a
1 file changed
docs/knowledge/build.md
@@ -25,7 +25,7 @@ All tasks can be scoped to a single module by prefixing with the module path:
25
26
`./gradlew build` and `./gradlew check` both depend on the `jApiCmp` task, which compares the
27
locally-built jars against the latest release and writes diffs to `docs/apidiffs/current_vs_latest/`.
28
-Include any changes to those files in your PR. See [api-stability.md](api-design.md#japicmp)
+Include any changes to those files in your PR. See [api-design.md](api-design.md#japicmp)
29
for details.
30
31
If your branch is not up to date with `main`, `jApiCmp` may produce a diff that reflects changes
0 commit comments