From bdf44e59723006b0a45a02eba6b688041d25687c Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 2 Mar 2021 10:21:53 -0800 Subject: [PATCH] Update 2021-03-01-luau-recap-february-2021.md --- docs/_posts/2021-03-01-luau-recap-february-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2021-03-01-luau-recap-february-2021.md b/docs/_posts/2021-03-01-luau-recap-february-2021.md index 3fd97fc8..ca20a43d 100644 --- a/docs/_posts/2021-03-01-luau-recap-february-2021.md +++ b/docs/_posts/2021-03-01-luau-recap-february-2021.md @@ -44,7 +44,7 @@ We are continuing to work on optimizing our VM and libraries to make sure idioma * Luau function calls are now ~3% faster in most cases; we also have more call optimizations coming up next month! * Modulo operation (%) is not a bit faster on Windows, resulting in ~2% performance improvement on some benchmarks -!["Benchmark vs Lua 5.3"]({{ site.url }}{{ site.baseurl }}luau-recap-february-2021-benchmark.png) +!["Benchmark vs Lua 5.3"]({{ site.url }}{{ site.baseurl }}/assets/images/luau-recap-february-2021-benchmark.png) ## Library changes