Skip to content

Commit 96af76f

Browse files
committed
Linkify some links.
1 parent 932ee20 commit 96af76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/blog/2015-09-28-surprises-in-gopherjs-performance.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Is node doing something weird?
8585

8686
I tried running it in the [GopherJS Playground](http://www.gopherjs.org/playground/#/K7r0-q_Jwc), which you can also do:
8787

88-
http://www.gopherjs.org/playground/#/K7r0-q_Jwc
88+
<http://www.gopherjs.org/playground/#/K7r0-q_Jwc>
8989

9090
And got the same time in Chrome browser (stable channel).
9191

@@ -261,7 +261,7 @@ However, using `Pow` with such inputs is silly and should not be done, as you ca
261261

262262
You can try the final optimized version of GopherJS in your browser via the GopherJS Playground:
263263

264-
http://www.gopherjs.org/playground/#/sDEYM2TwC7
264+
<http://www.gopherjs.org/playground/#/sDEYM2TwC7>
265265

266266
It's fascinating to think about what happens when you do that.
267267
The GopherJS compiler, written in pure Go, has compiled itself to JavaScript, which runs in your browser.

0 commit comments

Comments
 (0)