From 81ad65918af0ca3d7ae1717ffd14f30be8ace4eb Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Dec 02 2018 13:45:33 +0000 Subject: Issue #909. Fix link for 'the online release notes' --- diff --git a/spins.fedoraproject.org/data/templates/generic/docs-links.html b/spins.fedoraproject.org/data/templates/generic/docs-links.html index b00e0db..01420c2 100644 --- a/spins.fedoraproject.org/data/templates/generic/docs-links.html +++ b/spins.fedoraproject.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(_('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/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'])})}