diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f33bab9..484083e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ SMOKE_TEST_JAVA_VERSION=8 ./gradlew :smoke-tests:test Check if the test passes with `TESTCASE_INCLUDE_ALL_INSTRUMENTATIONS=true`. If yes, check what the instrumentation scope is, and include this instrumentation in the list of -[tested instrumentations](https://github.com/grafana/grafana-opentelemetry-java/blob/main/custom/src/main/java/com/grafana/extensions/instrumentations/Instrumentations.java). +[tested instrumentations](custom/src/main/java/com/grafana/extensions/instrumentations/Instrumentations.java). Where you can find the instrumentation scope: diff --git a/RELEASING.md b/RELEASING.md index dd031478..8650cbee 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -38,7 +38,7 @@ The release version will match the version specified by the `otelInstrumentation [immutable-releases]: https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases [otel-java-instrumentation-latest]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest -[otel-java-instrumentation-version]: https://github.com/grafana/grafana-opentelemetry-java/blob/main/build.gradle#L6 +[otel-java-instrumentation-version]: build.gradle#L6 [latest-release]: https://github.com/grafana/grafana-opentelemetry-java/releases/latest [publish-release]: https://github.com/grafana/grafana-opentelemetry-java/actions/workflows/publish-release.yml -[scheduled-release]: https://github.com/grafana/grafana-opentelemetry-java/blob/main/.github/workflows/scheduled-release.yml +[scheduled-release]: .github/workflows/scheduled-release.yml diff --git a/mise.toml b/mise.toml index dceec411..3d1ddcd1 100644 --- a/mise.toml +++ b/mise.toml @@ -16,15 +16,15 @@ run = "./gradlew build" # Shared lint tasks from flint (https://github.com/grafana/flint) [tasks."lint:super-linter"] description = "Run Super-Linter on the repository" -file = "https://raw.githubusercontent.com/grafana/flint/0ac131d7832bd8964f6ca9e5af73207dca6a85ba/tasks/lint/super-linter.sh" # v0.7.1 +file = "https://raw.githubusercontent.com/grafana/flint/84e2d760286dead4e503315f9483a44fe872ee85/tasks/lint/super-linter.sh" # v0.8.0 [tasks."lint:links"] description = "Check for broken links in changed files + all local links" -file = "https://raw.githubusercontent.com/grafana/flint/0ac131d7832bd8964f6ca9e5af73207dca6a85ba/tasks/lint/links.sh" # v0.7.1 +file = "https://raw.githubusercontent.com/grafana/flint/84e2d760286dead4e503315f9483a44fe872ee85/tasks/lint/links.sh" # v0.8.0 [tasks."lint:renovate-deps"] description = "Verify renovate-tracked-deps.json is up to date" -file = "https://raw.githubusercontent.com/grafana/flint/0ac131d7832bd8964f6ca9e5af73207dca6a85ba/tasks/lint/renovate-deps.py" # v0.7.1 +file = "https://raw.githubusercontent.com/grafana/flint/84e2d760286dead4e503315f9483a44fe872ee85/tasks/lint/renovate-deps.py" # v0.8.0 [tasks.lint] description = "Run all lints"