aboutsummaryrefslogtreecommitdiff
path: root/content/publishing-go-modules.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/publishing-go-modules.article')
1 files changed, 1 insertions, 1 deletions
diff --git a/content/publishing-go-modules.article b/content/publishing-go-modules.article
index 0bec57f..951a085 100644
--- a/content/publishing-go-modules.article
+++ b/content/publishing-go-modules.article
@@ -13,7 +13,7 @@ This post is part 3 in a series.
- Part 2 — [Migrating To Go Modules](/migrating-to-go-modules)
- **Part 3 — Publishing Go Modules** (this post)
- Part 4 — [Go Modules: v2 and Beyond](/v2-go-modules)
- - Part 5 - [Keeping Your Modules Compatible](/module-compatibility)
+ - Part 5 — [Keeping Your Modules Compatible](/module-compatibility)
This post discusses how to write and publish modules so other modules can depend
on them.