From 87dd5de19139ddb9d3997d88826df792a5db4478 Mon Sep 17 00:00:00 2001 From: phoebe Date: Tue, 11 Jul 2023 13:55:43 +0200 Subject: [PATCH] docs: fix url location of asm_test.amd64.v (#18841) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index df369abdc0..edbcfd3f8d 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -6664,7 +6664,7 @@ println('c: ${c}') // 120 ``` For more examples, see -[github.com/vlang/v/tree/master/vlib/v/tests/assembly/asm_test.amd64.v](https://github.com/vlang/v/tree/master/vlib/v/tests/assembly/asm_test.amd64.v) +[vlib/v/slow_tests/assembly/asm_test.amd64.v](https://github.com/vlang/v/tree/master/vlib/v/slow_tests/assembly/asm_test.amd64.v) ### Hot code reloading