Skip to content

Commit

Permalink
design: fix links in generics proposal
Browse files Browse the repository at this point in the history
Change-Id: I66c07d7bc03f63fa7713ff7408d436a7f8b2b8af
Reviewed-on: https://go-review.googlesource.com/22059
Reviewed-by: Andrew Gerrand <adg@golang.org>
  • Loading branch information
adg committed Apr 14, 2016
1 parent b571c32 commit bb8acc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions design/15292-generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ provided the downsides can be kept under control.
The following documents are my previous generics proposals,
presented for historic reference. All are flawed in various ways.

* [Type functions](NNNN/2010-06-type-functions.md) (June 2010)
* [Generalized types](NNNN/2011-03-gen.md) (March 2011)
* [Generalized types](NNNN/2013-10-gen.md) (October 2013)
* [Type parameters](NNNN/2013-12-type-params.md) (December 2013)
* [Type functions](15292/2010-06-type-functions.md) (June 2010)
* [Generalized types](15292/2011-03-gen.md) (March 2011)
* [Generalized types](15292/2013-10-gen.md) (October 2013)
* [Type parameters](15292/2013-12-type-params.md) (December 2013)

0 comments on commit bb8acc2

Please sign in to comment.