Skip to content

Commit

Permalink
[chore] Fix broken URL in a comment (#33720)
Browse files Browse the repository at this point in the history
**Description:** Fix a broken URL in a comment
The wiki on how to track tool dependencies for a module has moved.
  • Loading branch information
mipnw authored Jun 25, 2024
1 parent e8c303b commit fc97472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package tools // import "github.com/open-telemetry/opentelemetry-collector-contrib/internal/tools"

// This file follows the recommendation at
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// on how to pin tooling dependencies to a go.mod file.
// This ensures that all systems use the same version of tools in addition to regular dependencies.

Expand Down

0 comments on commit fc97472

Please sign in to comment.