Skip to content

Commit 9c2cf8b

Browse files
committed
Update wiki url
1 parent 9ed7785 commit 9c2cf8b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal/tools/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package tools
77

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

src/accountingservice/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package tools
88

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

src/checkoutservice/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package tools
88

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

src/productcatalogservice/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package tools
88

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

0 commit comments

Comments
 (0)