From 4ae75c117f7e4a8a0a7adf7c5bc3c4697b9b4b92 Mon Sep 17 00:00:00 2001 From: Catherine Date: Sun, 2 Jan 2022 03:52:01 +0000 Subject: [PATCH] docs/tutorial: remove dead link. --- docs/tutorial.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index a937f61..c1797fd 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -6,6 +6,5 @@ Tutorial The official tutorial is still being written. Until it's ready, consider following one of the tutorials written by the Amaranth community: * `Learning FPGA Design with nMigen `_ by Vivonomicon; - * `nMigen Step by Step Tutorial `_ by LambdaConcept; * `"I want to learn nMigen" `_ by kbob; * `A tutorial for using nMigen `_ by Robert Baruch.