From 2bdf49eff36703a64bcdbc31f551fdacd3974fa5 Mon Sep 17 00:00:00 2001 From: Yindong Date: Sun, 17 Dec 2023 17:07:31 +0800 Subject: [PATCH] fix the link that vga explaination is dead. --- source/SpinalHDL/Examples/Intermediates ones/vga.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.