From 939097368eb271c304c76c9e2a2e74e743ba2ba7 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 18 May 2016 08:09:21 +1000 Subject: content: remove scheme from iframe URLs This prevents mixed content errors preventing iframes with HTTP URLs from loading on the blog site, which is served by HTTPS. Fixes golang/go#15683 Change-Id: I28cff3f7838f780ed05524ed620a851ef5bf4e28 Reviewed-on: https://go-review.googlesource.com/23180 Reviewed-by: Brad Fitzpatrick --- content/concurrency-is-not-parallelism.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/concurrency-is-not-parallelism.article') diff --git a/content/concurrency-is-not-parallelism.article b/content/concurrency-is-not-parallelism.article index c3ff611..62f7e5a 100644 --- a/content/concurrency-is-not-parallelism.article +++ b/content/concurrency-is-not-parallelism.article @@ -12,7 +12,7 @@ But when people hear the word _concurrency_ they often think of _parallelism_, a To clear up this conflation, Rob Pike gave a talk at [[http://heroku.com/][Heroku]]'s [[http://waza.heroku.com/][Waza]] conference entitled _Concurrency_is_not_parallelism_, and a video recording of the talk was released a few months ago. -.iframe http://player.vimeo.com/video/49718712?badge=0 281 500 +.iframe //player.vimeo.com/video/49718712?badge=0 281 500 The slides are available at [[http://talks.golang.org/2012/waza.slide][talks.golang.org]] (use the left and right arrow keys to navigate). -- cgit v1.2.3