diff options
author | Eno Compton <enocom@google.com> | 2018-10-10 09:45:58 -0600 |
---|---|---|
committer | Ross Light <light@google.com> | 2018-10-10 15:56:07 +0000 |
commit | 58f5eaf410446acb631277644d1036cb83fd31eb (patch) | |
tree | 38d861d22eae7d1dad8b8bed43494dadda8d3d77 | |
parent | 1b6a3bcc183de5104700180780733dcc693e6adb (diff) |
blog: Use correct link to Wire tutorial
Change-Id: I29df505dab3f2ce353fe3dc708ecf281e9fc3c41
Reviewed-on: https://go-review.googlesource.com/c/141137
Reviewed-by: Ross Light <light@google.com>
-rw-r--r-- | content/wire.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/wire.article b/content/wire.article index cce8003..8135fc1 100644 --- a/content/wire.article +++ b/content/wire.article @@ -103,7 +103,7 @@ As you can see, the output is very close to what a developer would write themsel * How can I get involved and learn more? -The [[https://github.com/google/go-cloud/blob/master/wire/README.md][Wire README]] goes into more detail about how to use Wire and its more advanced features. There's also a [[https://github.com/google/go-cloud/tree/master/samples/tutorial][tutorial]] that walks through using Wire in a simple application. +The [[https://github.com/google/go-cloud/blob/master/wire/README.md][Wire README]] goes into more detail about how to use Wire and its more advanced features. There's also a [[https://github.com/google/go-cloud/tree/master/samples/wire][tutorial]] that walks through using Wire in a simple application. We appreciate any input you have about your experience with Wire! [[https://github.com/google/go-cloud][Go Cloud's]] development is conducted on GitHub, so you can [[https://github.com/google/go-cloud/issues/new][file an issue]] to tell us what could be better. For updates and discussion about the project, join [[https://groups.google.com/forum/#!forum/go-cloud][the project’s mailing list]]. |