From d3486aefd6d7686a386ee1f3aebe0aa08a499f64 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Oct 30 2018 17:59:48 +0000 Subject: fix: install and release notes link in download pages --- diff --git a/getfedora.org/data/templates/generic/docs-links.html b/getfedora.org/data/templates/generic/docs-links.html index 3b1bc5e..cc7be6b 100644 --- a/getfedora.org/data/templates/generic/docs-links.html +++ b/getfedora.org/data/templates/generic/docs-links.html @@ -6,7 +6,7 @@ py:strip="">

${_('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/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(_('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/en-US/fedora/f%s/install-guide/' % (global_variables.release['curr_id'])})}