#919 Fix for issue 909 + found and fixed another broken link there leads to verify page.
Merged 5 years ago by robyduck. Opened 5 years ago by xdknight.
xdknight/fedora-websites issue909  into  master

@@ -6,7 +6,7 @@ 

    py:strip="">

  

  	<h3>${_('Documentation and other resources')}</h3>

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

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

  	<p>${Markup(_('There is also a &lt;a href="%(install_guide)s"&gt;complete Installation Guide&lt;/a&gt; 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'])})}</p>

  

  </html>

@@ -6,7 +6,7 @@ 

    py:strip="">

  

  	<h3>${Markup(_('Verify your Download!'))}</h3>

-     	<p>${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 &lt;a href="../../%s/verify"&gt;these instructions&lt;/a&gt;.') % (lang))}</p>

+     	<p>${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 &lt;a href="/%s/verify"&gt;these instructions&lt;/a&gt;.') % (lang))}</p>

            <div class="row bottom-margin">

              <div class="col-sm-4 col-xs-12">

                <a class="btn btn-default btn-topmargin" href="${path}/static/checksums/Fedora-Spins-${global_variables.release['curr_id']}-${global_variables.release['RC_gold']}-x86_64-CHECKSUM">${_('Verify 64bit!')}</a>

Fix issue 909 + found and fixed another broken link there leads to verify page.

Ok, this seems to work. Can you please make another PR for labs.fp.o too, as per #909?
The verify link in labs.fpo is working correctly.

Pull-Request has been merged by robyduck

5 years ago