Skip to content

Commit be0991e

Browse files
committed
remove talks.godoc.org refs
1 parent f6491d1 commit be0991e

30 files changed

+45
-44
lines changed

content/meetup/2015-04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ William Kennedy will be presenting (via Google Hangout) on using MongoDB and the
2222
## Articles and Talks
2323

2424
- [Interview with Go’s Russ Cox and Sameer Ajmani](http://www.pl-enthusiast.net/2015/03/25/interview-with-gos-russ-cox-and-sameer-ajmani/)
25-
- [More Research Problems of Implementing Go](https://talks.godoc.org/github.com/golang/talks/2014/research2.slide#1) by Dmitry Vyukov
25+
- [More Research Problems of Implementing Go](https://github.com/golang/talks/2014/research2.slide) by Dmitry Vyukov
2626
- [Building Database Driven Apps With Go](https://vividcortex.com/blog/2015/03/25/building-your-first-database-sql-program/) by Anna Navatsyk
2727

2828
## Events

content/meetup/2015-08.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ News and Talks at 6:45.
1212

1313
### Introduction to Reflection
1414

15-
Nicholas Boers ([slides](https://talks.godoc.org/github.com/edmontongo/presentations/2015-08/reflection/reflect-talk.slide))
15+
Nicholas Boers ([slides](https://github.com/edmontongo/presentations/2015-08/reflection/reflect-talk.slide))
1616

1717
### Software Defined Networking
1818

@@ -31,7 +31,7 @@ Gerrit Renker and [Curtis Collicutt](https://twitter.com/ccollicutt)
3131
## Online Talks
3232

3333
- [GopherCon 2015 Roundup](https://blog.golang.org/gophercon2015) ([videos](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBf-_z-gHCOR2N156Nw930Hm), [lightning talk videos](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBeHqlHM8DmvS8axgbrpvF9b))
34-
- [Stupid Gopher Tricks](https://talks.golang.org/2015/tricks.slide#1) by Andrew Gerrand (Golang UK)
34+
- [Stupid Gopher Tricks](https://talks.golang.org/2015/tricks.slide) by Andrew Gerrand (Golang UK)
3535

3636
## Learning Resources
3737

content/meetup/2015-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ News and Talks at 6:45.
1414

1515
### gorename - how the sausage is made
1616

17-
[Matthias Stone](https://twitter.com/MatthiasStone) ([slides](https://talks.godoc.org/github.com/edmontongo/presentations/2015-09/tooling.slide#1))
17+
[Matthias Stone](https://twitter.com/MatthiasStone) ([slides](https://github.com/edmontongo/presentations/2015-09/tooling.slide))
1818

1919
### Embedding Go into C
2020

content/meetup/2016-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Go 1.6 build tool officially supports building code placed under a `vendor/`
3434

3535
### What's new in cgo?
3636

37-
Go has new rules for pointer inter-op when calling C from Go. [Matthias Stone](https://github.com/matthias-stone) will give us the details. ([slides](https://talks.godoc.org/github.com/edmontongo/presentations/2016-02/pointers1.6.slide))
37+
Go has new rules for pointer inter-op when calling C from Go. [Matthias Stone](https://github.com/matthias-stone) will give us the details. ([slides](https://github.com/edmontongo/presentations/2016-02/pointers1.6.slide))
3838

3939
### What's new in net/http?
4040

content/meetup/2016-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ eBook Giveaway from [Manning Publications](https://manning.com/):
2424

2525
### Shopping is hard, let's build a web app
2626

27-
[Chris Olsen](https://github.com/chrisolsen) will touch on many of the things that are required to create a working web application in Go. ([slides](https://talks.godoc.org/github.com/edmontongo/presentations/2016-03/Shopping%20is%20Hard/go__shopping-is-hard.slide))
27+
[Chris Olsen](https://github.com/chrisolsen) will touch on many of the things that are required to create a working web application in Go. ([slides](https://github.com/edmontongo/presentations/2016-03/Shopping%20is%20Hard/go__shopping-is-hard.slide))
2828

2929
### Video: Dependency Management
3030

content/meetup/2016-04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Venue provided by [Startup Edmonton](https://www.startupedmonton.com/).
1818

1919
### Testing concurrent things
2020

21-
[Matthias Stone](https://github.com/matthias-stone) - [Slides](https://talks.godoc.org/github.com/edmontongo/presentations/2016-04/concurrent-testing.slide)
21+
[Matthias Stone](https://github.com/matthias-stone) - [Slides](https://github.com/edmontongo/presentations/2016-04/concurrent-testing.slide)
2222

2323
## Events
2424

content/meetup/2016-05.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Venue provided by [Startup Edmonton](https://www.startupedmonton.com/).
1818

1919
### Google App Engine
2020

21-
[Chris Olsen](https://github.com/chrisolsen) will be sharing what he has learned about [using Google App Engine](https://cloud.google.com/appengine/). ([slides](https://talks.godoc.org/github.com/edmontongo/presentations/2016-05/appengine/appengine.slide))
21+
[Chris Olsen](https://github.com/chrisolsen) will be sharing what he has learned about [using Google App Engine](https://cloud.google.com/appengine/). ([slides](https://github.com/edmontongo/presentations/2016-05/appengine/appengine.slide))
2222

2323
### Stateful Messaging
2424

25-
[Gerrit Renker](https://github.com/grrtrr) will be talking about [stateful messaging](http://nanomsg.org/) (aka "Scalability Protocols") using [go-mangos](https://github.com/go-mangos/mangos). ([slides](https://talks.godoc.org/github.com/edmontongo/presentations/2016-05/Stateful-Messaging-in-Go/slides/sp.slide), [demo code](https://github.com/edmontongo/presentations/tree/main/2016-05/Stateful-Messaging-in-Go/demo))
25+
[Gerrit Renker](https://github.com/grrtrr) will be talking about [stateful messaging](http://nanomsg.org/) (aka "Scalability Protocols") using [go-mangos](https://github.com/go-mangos/mangos). ([slides](https://github.com/edmontongo/presentations/2016-05/Stateful-Messaging-in-Go/slides/sp.slide), [demo code](https://github.com/edmontongo/presentations/tree/main/2016-05/Stateful-Messaging-in-Go/demo))
2626

2727
## Events
2828

content/meetup/2016-08.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ We watched two talks from GopherCon 2016:
2626

2727
## News
2828

29-
- [Go 1.7 released](https://blog.golang.org/go1.7) ([slides](https://talks.godoc.org/github.com/bradfitz/talk-2016-08-16-seattle-go-1.7/go1.7.slide))
29+
- [Go 1.7 released](https://blog.golang.org/go1.7) ([slides](https://github.com/bradfitz/talk-2016-08-16-seattle-go-1.7/go1.7.slide))
3030
- [GopherCon 2016 videos](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdliXelGAItjzTMxy2WQh0P) ([slides](https://github.com/gophercon/2016-talks))
31-
- [State of Go 2016](https://talks.godoc.org/github.com/freeformz/talks/20160712_gophercon/talk.slide) survey results by Edward Muller
31+
- [State of Go 2016](https://github.com/freeformz/talks/20160712_gophercon/talk.slide) survey results by Edward Muller
3232
- [Just for Func](https://www.youtube.com/channel/UC_BzFbxG2za3bp5NRRRXJSw) video series by Francesc Campoy
3333
- [Proposal: sort: make sorting easier](https://github.com/golang/go/issues/16721) (Go 1.8)
3434

content/meetup/2016-10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Food sponsored by [Bellstone Engineering](https://bellstone.ca/).
1818

1919
### Barrier Pattern in Go (with Context)
2020

21-
[Gerrit Renker](https://github.com/grrtrr) ([slides](https://talks.godoc.org/github.com/edmontongo/presentations/2016-10/barrier_pattern_with_context/barrier_pattern.slide))
21+
[Gerrit Renker](https://github.com/grrtrr) ([slides](https://github.com/edmontongo/presentations/2016-10/barrier_pattern_with_context/barrier_pattern.slide))
2222

2323
### Video: Idiomatic Go Tricks
2424

25-
[Mat Ryer](https://github.com/matryer) ([video](https://www.youtube.com/watch?v=yeetIgNeIkc), [slides](https://talks.godoc.org/github.com/matryer/present/idiomatic-go-tricks/main.slide#1))
25+
[Mat Ryer](https://github.com/matryer) ([video](https://www.youtube.com/watch?v=yeetIgNeIkc), [slides](https://github.com/matryer/present/idiomatic-go-tricks/main.slide))
2626

2727
## News
2828

content/meetup/2016-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Food sponsored by [Bellstone Engineering](https://bellstone.ca/).
1818

1919
### Reasons to read The Go Programming Language
2020

21-
[Jordan Torbiak](https://github.com/torbiak) ([slides](https://talks.godoc.org/github.com/torbiak/goplreview/gopl.slide))
21+
[Jordan Torbiak](https://github.com/torbiak) ([slides](https://github.com/torbiak/goplreview/gopl.slide))
2222

2323
The Go Programming Language provides great value as a reference in general and in particular for testing and reflection, as a collection of interesting exercises in a reasonable order, and as a comprehensive textbook after more introductory material like the Tour and Effective Go.
2424

0 commit comments

Comments
 (0)