From 48a2776d78ec2a4e2909a875fc7eab25973a81f6 Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 12 Oct 2021 16:09:50 -0400 Subject: [PATCH] fix dead link. small reword (#2400) --- Docs/sphinx_documentation/source/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Docs/sphinx_documentation/source/index.rst b/Docs/sphinx_documentation/source/index.rst index 7ab2730f9af..931e0082c3b 100644 --- a/Docs/sphinx_documentation/source/index.rst +++ b/Docs/sphinx_documentation/source/index.rst @@ -24,8 +24,11 @@ etc. To obtain help, simply post a or an `issue `_ on the AMReX GitHub webpage. -There are small stand-alone example codes that demonstrate how to use different parts of the AMReX functionality; -there is extensive documentation for these tutorial codes at :ref:`amrex_tutorials:amrex_tut_indx` +To learn AMReX there are walk-through guides and small stand-alone example codes that +demonstrate how to use different parts of the AMReX functionality. Extensive documentation +is available at `AMReX Guided Tutorials and Example Codes`_. + +.. _`AMReX Guided Tutorials and Example Codes`: https://amrex-codes.github.io/amrex/tutorials_html/ Besides this documentation, there is API documentation generated by `Doxygen `_.