From 8817578a2db96e5258eec4f8ccd33b7488bea083 Mon Sep 17 00:00:00 2001 From: flywind Date: Tue, 20 Jul 2021 12:16:00 +0800 Subject: [PATCH] fix links Before it is `https://github.com/treeform/vmath/blob/master/tests%5Cbench_raytracer.nim` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0954093..5468c6e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Your one stop shop for vector math routines for 2d and 3d graphics. * Pure Nim with no dependencies. * Very similar to GLSL Shader Language with extra stuff. -* Extensively [benchmarked](tests\bench_raytracer.nim). +* Extensively [benchmarked](tests/bench_raytracer.nim). * Docs: https://nimdocs.com/treeform/vmath ## Has vector functions for GLSL types: