From 390681bc6557a051579337723c11b835d3855222 Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Thu, 29 Feb 2024 17:26:19 -0600 Subject: [PATCH] Update troubleshooting link in install guide to internal one (#361) --- doc/installation.rst | 3 +-- doc/troubleshooting/first-steps.rst | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/installation.rst b/doc/installation.rst index 74c975f82..e53fe4449 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -452,7 +452,7 @@ Additional help .. rst-class:: fasb fa-first-aid -*Run in to a problem installing or running Spyder?* Read our `Troubleshooting Guide and FAQ`_. +*Run in to a problem installing or running Spyder?* Read our :ref:`Troubleshooting Guide `. .. rst-class:: fasb fa-globe @@ -478,7 +478,6 @@ Additional help *Seeking personalized help from expert Spyder consultants?* Visit `OpenTeams`_. -.. _Troubleshooting Guide and FAQ: https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ .. _main website: https://www.spyder-ide.org/ .. _Github repository: https://github.com/spyder-ide/spyder/ .. _Github wiki: https://github.com/spyder-ide/spyder/wiki diff --git a/doc/troubleshooting/first-steps.rst b/doc/troubleshooting/first-steps.rst index 0a2e4205a..12663b049 100644 --- a/doc/troubleshooting/first-steps.rst +++ b/doc/troubleshooting/first-steps.rst @@ -1,3 +1,6 @@ +.. _troubleshooting-guide: +.. _troubleshooting-first-steps: + ########### First Steps ###########