From cfcff160de42cd66571df120a149301ff12d0fd3 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Thu, 20 Sep 2018 11:30:23 +0200 Subject: [PATCH] doc: fix deploy link (#5223) --- examples/with-webassembly/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-webassembly/readme.md b/examples/with-webassembly/readme.md index f3de5b37..e50af398 100644 --- a/examples/with-webassembly/readme.md +++ b/examples/with-webassembly/readme.md @@ -1,4 +1,4 @@ -[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/hello-world) +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-webassembly) # WebAssembly example