From 3dfcfd2b7d7ff6dd739d30c4006e7a1a3c391bdf Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Dec 16 2018 20:31:26 +0000 Subject: Merge #919 `Fix for issue 909 + found and fixed another broken link there leads to verify page.` --- diff --git a/spins.fedoraproject.org/data/templates/generic/docs-links.html b/spins.fedoraproject.org/data/templates/generic/docs-links.html index b00e0db..cc7be6b 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/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'])})}

diff --git a/spins.fedoraproject.org/data/templates/generic/splash-checksum.html b/spins.fedoraproject.org/data/templates/generic/splash-checksum.html index ea44208..195334b 100644 --- a/spins.fedoraproject.org/data/templates/generic/splash-checksum.html +++ b/spins.fedoraproject.org/data/templates/generic/splash-checksum.html @@ -6,7 +6,7 @@ py:strip="">

${Markup(_('Verify your Download!'))}

-

${Markup(_('Once you have downloaded an image, verify it for security and integrity. To verify your image, start by downloading the proper CHECKSUM file into the same directory as the image you downloaded and follow <a href="../../%s/verify">these instructions</a>.') % (lang))}

+

${Markup(_('Once you have downloaded an image, verify it for security and integrity. To verify your image, start by downloading the proper CHECKSUM file into the same directory as the image you downloaded and follow <a href="/%s/verify">these instructions</a>.') % (lang))}