Skip to content

Commit

Permalink
docs: fix url location of asm_test.amd64.v (#18841)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoreverpheebs committed Jul 11, 2023
1 parent 72cd9b8 commit 87dd5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs.md
Expand Up @@ -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
Expand Down

0 comments on commit 87dd5de

Please sign in to comment.