From 53dc207c5dfb0192ef08e6d2d37e004c987f18e6 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Wed, 8 Nov 2023 15:53:12 +0100 Subject: [PATCH] fix working link which give 403 --- source/SpinalHDL/Libraries/Bus/avalon/avalonmm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Libraries/Bus/avalon/avalonmm.rst b/source/SpinalHDL/Libraries/Bus/avalon/avalonmm.rst index 9a25ecc8340..ef58b4d904f 100644 --- a/source/SpinalHDL/Libraries/Bus/avalon/avalonmm.rst +++ b/source/SpinalHDL/Libraries/Bus/avalon/avalonmm.rst @@ -11,7 +11,7 @@ The AvalonMM bus fit very well in FPGA. It is very flexible : Configuration and instanciation ------------------------------- -The ``AvalonMM`` Bundle has a construction argument ``AvalonMMConfig``. Because of the flexible nature of the Avalon bus, the ``AvalonMMConfig`` as many configuration elements. For more information the Avalon spec could be find `here `_. +The ``AvalonMM`` Bundle has a construction argument ``AvalonMMConfig``. Because of the flexible nature of the Avalon bus, the ``AvalonMMConfig`` as many configuration elements. For more information the Avalon spec could be find here : https://www.intel.com/content/www/us/en/docs/programmable/683091/22-3/introduction-to-the-interface-specifications.html. .. code-block:: scala