From 0ad0af0e1f3d860c67757bc0811ae38aa3732a6f Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Fri, 16 Feb 2018 23:18:01 -0500 Subject: [PATCH] Fix embedding link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5300722f..ae901ac3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ involved][contribute]! [perf]: http://munificent.github.io/wren/performance.html [classes]: http://munificent.github.io/wren/classes.html [fibers]: http://munificent.github.io/wren/concurrency.html -[embedding]: http://munificent.github.io/wren/embedding-api.html +[embedding]: http://munificent.github.io/wren/embedding/ [started]: http://munificent.github.io/wren/getting-started.html [browser]: http://ppvk.github.io/wren-nest/ [contribute]: http://munificent.github.io/wren/contributing.html