Skip to content

Commit 854d441

Browse files
authored
Merge branch 'main' into main
2 parents d389499 + c9224a9 commit 854d441

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ release.
1717
([#1335](https://github.com/open-telemetry/opentelemetry-demo/pull/1335))
1818
* [ffspostgres] define and use demo specific postgres image
1919
([#1338](https://github.com/open-telemetry/opentelemetry-demo/pull/1338))
20+
* [accountingservice] update wiki link
21+
([#1346](https://github.com/open-telemetry/opentelemetry-demo/pull/1346))
22+
* [checkoutservice] update wiki link
23+
([#1346](https://github.com/open-telemetry/opentelemetry-demo/pull/1346))
24+
* [productcatalogservice] update wiki link
25+
([#1346](https://github.com/open-telemetry/opentelemetry-demo/pull/1346))
2026
* [loadgenerator, frontend] enable browser traffic in loadgenerator using playwright
2127
([#1345](https://github.com/open-telemetry/opentelemetry-demo/pull/1345))
2228

internal/tools/tools.go

+1-1
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

+1-1
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

+1-1
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

+1-1
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)