diff --git a/docs/source/blog/shadermodel3.rst b/docs/source/blog/shadermodel3.rst index 9ea4510..d6bdb43 100644 --- a/docs/source/blog/shadermodel3.rst +++ b/docs/source/blog/shadermodel3.rst @@ -61,7 +61,7 @@ If you are hit with the following asm, with constants not declared in ASM. mov r0, v0 }; -To solve this problem, we use the ``: register()`` to a shader variable to a particular register. You can read more about it `here `. +To solve this problem, we use the ``: register()`` to a shader variable to a particular register. You can read more about it `here `_. ::