From 81ad65918af0ca3d7ae1717ffd14f30be8ace4eb Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Dec 02 2018 13:45:33 +0000 Subject: [PATCH 1/3] 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'])})}

From ff117b666cee99212f9496336fe61ecd1ab4120b Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Dec 02 2018 13:52:53 +0000 Subject: [PATCH 2/3] Issue #909. Fix link --- diff --git a/spins.fedoraproject.org/data/templates/generic/docs-links.html b/spins.fedoraproject.org/data/templates/generic/docs-links.html index 01420c2..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/en-US/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'])})}

From f87aa7d48e7057130f8fd50e6fb34ef2f0303a08 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Dec 02 2018 13:53:22 +0000 Subject: [PATCH 3/3] Fix verify link. Use global link, to avoid broken links in spins. --- 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))}