Skip to content

Commit 28785b8

Browse files
authored
Update wiki url (open-telemetry#1346)
* Update wiki url * [accountingservice,checkoutservice,productcatalogservice] update wiki link
1 parent a9008fa commit 28785b8

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

2127
## 1.7.2
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)