talks: fix minor issues in State of Go 2016

Change-Id: Iea2a9238e883f2c22ffe2ba8b92869bed0962203
Reviewed-on: https://go-review.googlesource.com/19123
Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/2016/state-of-go.slide b/2016/state-of-go.slide
index fa48bba..571a025 100644
--- a/2016/state-of-go.slide
+++ b/2016/state-of-go.slide
@@ -127,7 +127,7 @@
 
 generates:
 
-	23 < 45
+	23<45
 
 * text/template: back to our problem
 
@@ -365,7 +365,7 @@
 
 * Garbage Collector in Go 1.6
 
-At [[https://www.infoq.com/presentations/go-gc-performance][QCon SF in November Rick Hudson]] gave an updated presentation which showed this comparison of Go 1.5 to the upcoming Go 1.6
+At [[http://www.infoq.com/presentations/go-gc-performance][QCon SF in November Rick Hudson]] gave an updated presentation which showed this comparison of Go 1.5 to the upcoming Go 1.6
 
 .image state-of-go/img/gc56.png 400 _
 
@@ -474,7 +474,7 @@
 
 	main.go:8: arg foo in Println call is a function value, not a function call
 
-The warning can be removed using `Printf` and the `%v` or `%p` formats.
+The warning can be removed using `%p` in the format string.
 
 * The community
 
@@ -496,14 +496,14 @@
 - [[https://fosdem.org/2016/][FOSDEM]] Right here, right now. Hello!
 - [[http://gophercon.ae][GopherCon Dubai]], Feb 23rd
 - [[http://www.gophercon.in/][GopherCon India]], Feb 19-20th
-- [[https://gophercon.com/][Gophercon Denver]], July 11-13th
-- [[http://2016.dotgo.eu/][dotGo]], Oct 10th
+- [[https://gophercon.com/][Gophercon Denver]], Jul 11-13th
+- [[http://2016.dotgo.eu/][dotGo]], Nov 9th
 
 * Go 1.6 release party, February 17th
 
 Go 1.6 ships soon!
 
-Go meetups are organising to hold a release party on the 17th of February.
+Go meetups are organising to hold a [[https://github.com/golang/go/wiki/Go-1.6-release-party][release party]] on the 17th of February.
 
 .image state-of-go/img/party-gopher.png _ 300
 .caption Join the party!!!