aboutsummaryrefslogtreecommitdiff
path: root/_content/talks/2015/go4cpp.slide
AgeCommit message (Collapse)Author
2023-12-08_content/talks: fix many stale or broken linksRuss Cox
Change to not use https://go.dev/ directly in the link, preferring relative links. Also fix many stale or broken links. Makes talks safe for upcoming link-checking test. Change-Id: I9c19e052b4df842561c3c153be630c99102a790c Reviewed-on: https://go-review.googlesource.com/c/website/+/548061 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Russ Cox <rsc@golang.org>
2022-06-15all: fix a lot of typosFrederik Zipp
Change-Id: I0754d18f4c3c3d5dfa0c34b4bc154a35ac20b917 Reviewed-on: https://go-review.googlesource.com/c/website/+/411794 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
2021-11-22_content: replace talks.golang.org links with go.dev/talksRuss Cox
Change-Id: Id33adb085a38f879694cc8c4e241f9e8ab805fdb Reviewed-on: https://go-review.googlesource.com/c/website/+/365495 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Website-Publish: Russ Cox <rsc@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org>
2021-11-22_content/talks: add talks.golang.org contentRuss Cox
Copied from golang.org/x/talks/content at a07c284b (Feb 8 2021) and from golang.org/x/tools/cmd/present/static and templates at 43b469a3 (Nov 17 2021). Adds 80MB (uncompressed) to the repository and the cmd/golangorg binary. Change-Id: I4949e41bf6f3ccc28ea13303d79ed6931abe86e7 Reviewed-on: https://go-review.googlesource.com/c/website/+/365135 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org>