From ea90906b6335a458be766bfeb41c4a1402ef4bfd Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Mon, 21 Feb 2022 19:17:33 +0100 Subject: [PATCH] update RTD URLs Signed-off-by: Unai Martinez-Corral --- source/conf.py | 4 ++-- source/index.rst | 4 ++-- source/toolchain-desc/index.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/conf.py b/source/conf.py index 9bee510..c15ea95 100644 --- a/source/conf.py +++ b/source/conf.py @@ -110,9 +110,9 @@ man_pages = [ intersphinx_mapping = { "python": ("https://docs.python.org/3/", None), - "arch-defs": ("https://symbiflow.readthedocs.io/projects/arch-defs/en/latest/", None), + "arch-defs": ("https://f4pga.readthedocs.io/projects/arch-defs/en/latest/", None), "fasm": ("https://fasm.readthedocs.io/en/latest/", None), "prjtrellis": ("https://prjtrellis.readthedocs.io/en/latest/", None), - "prjxray": ("https://symbiflow.readthedocs.io/projects/prjxray/en/latest/", None), + "prjxray": ("https://f4pga.readthedocs.io/projects/prjxray/en/latest/", None), "vtr": ("https://docs.verilogtorouting.org/en/latest/", None), } diff --git a/source/index.rst b/source/index.rst index d8c4c7b..a4ded67 100644 --- a/source/index.rst +++ b/source/index.rst @@ -6,7 +6,7 @@ F4PGA documentation introduction toolchain-desc/index - Architecture Definitions ➚ - Project X-Ray ➚ + Architecture Definitions ➚ + Project X-Ray ➚ Project Trellis ➚ FPGA Assembly (FASM) ➚ diff --git a/source/toolchain-desc/index.rst b/source/toolchain-desc/index.rst index 7cfa022..c79c34e 100644 --- a/source/toolchain-desc/index.rst +++ b/source/toolchain-desc/index.rst @@ -6,7 +6,7 @@ This section provides a description of the F4PGA toolchain as well as the basic .. toctree:: :maxdepth: 3 - Getting started ➚ + Getting started ➚ design-flow yosys VPR ➚