Skip to content

Commit

Permalink
design: fix broken link in vgo proposal
Browse files Browse the repository at this point in the history
Change-Id: I78fffe37d16a33d33f7bb9e81fd5d26386296f08
GitHub-Last-Rev: 8dd0586
GitHub-Pull-Request: #11
Reviewed-on: https://go-review.googlesource.com/102475
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
h8liu authored and bradfitz committed Mar 25, 2018
1 parent e58eda1 commit e71fd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/24301-versioned-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ I propose to add versioning to Go using the following approach.
2. Assign version numbers to modules by tagging specific commits
with [semantic versions](https://semver.org) such as `v1.2.0`.
(See
the [Defining Go Modules](https://research.swtch.com/vgo-modules) post
the [Defining Go Modules](https://research.swtch.com/vgo-module) post
for details, including how to tag multi-module repositories.)

3. Adopt [semantic import versioning](https://research.swtch.com/vgo-import),
Expand Down

0 comments on commit e71fd13

Please sign in to comment.