diff --git a/source/SpinalHDL/Examples/Intermediates ones/vga.rst b/source/SpinalHDL/Examples/Intermediates ones/vga.rst index 04df63553c9..58e1d7a0bbd 100644 --- a/source/SpinalHDL/Examples/Intermediates ones/vga.rst +++ b/source/SpinalHDL/Examples/Intermediates ones/vga.rst @@ -6,7 +6,7 @@ Introduction VGA interfaces are becoming an endangered species, but implementing a VGA controller is still a good exercise. -An explanation about the VGA protocol can be found `here `_. +An explanation about the VGA protocol can be found `here `_. This VGA controller tutorial is based on `this `_ implementation.