From 35724bcac450a738797693039a4efcf535cd8018 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Apr 28 2021 13:16:59 +0000 Subject: "Fix" the link to the install guide on download splashes. Ideally, we'd point to the docs in the current site language, but this system makes that challenging. So we'll go with "it's better than a broken link" for now. Fixes #1076 --- diff --git a/labs.fedoraproject.org/data/templates/generic/docs-links.html b/labs.fedoraproject.org/data/templates/generic/docs-links.html index 8beb6bf..cc7be6b 100644 --- a/labs.fedoraproject.org/data/templates/generic/docs-links.html +++ b/labs.fedoraproject.org/data/templates/generic/docs-links.html @@ -7,6 +7,6 @@

${_('Documentation and other resources')}

${Markup(_('Before installing Fedora, you may want to confirm your system meets minimum requirements for Fedora. Consult <a href="%(release_notes)s">the online release notes</a> to see minimum requirements and recommendations.') % {'release_notes': 'https://docs.fedoraproject.org/en-US/fedora/f%s/release-notes/' % (global_variables.release['curr_id'])})}

-

${Markup(_('There is also a <a href="%(install_guide)s">complete Installation Guide</a> available. We recommend you look through it before installing to your system, since it answers many common questions.') % {'install_guide': 'https://docs.fedoraproject.org/f%s/install-guide/' % (global_variables.release['curr_id'])})}

+

${Markup(_('There is also a <a href="%(install_guide)s">complete Installation Guide</a> available. We recommend you look through it before installing to your system, since it answers many common questions.') % {'install_guide': 'https://docs.fedoraproject.org/en-US/fedora/f%s/install-guide/' % (global_variables.release['curr_id'])})}