From 70cd7ec51a8074c55f4dedf63f440522e155e195 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Jun 21 2016 09:36:56 +0000 Subject: fix Cloud path (again) --- diff --git a/getfedora.org/data/content/cloud/download/index.html b/getfedora.org/data/content/cloud/download/index.html index ed65775..9328dbf 100644 --- a/getfedora.org/data/content/cloud/download/index.html +++ b/getfedora.org/data/content/cloud/download/index.html @@ -79,13 +79,13 @@
${_('qcow2 Image')}

${Markup(_('This is Fedora %(rel)s Cloud in a Qcow2-formatted image for use with OpenStack.')) % {'rel':global_variables.release['curr_id']}}

- ${_('Download')} + ${_('Download')}

${_('64-bit %sMB Qcow2 Image') % global_variables.iso_size['qcow2_x86_64_cloud']}

${_('Raw Image')}

${Markup(_('This is Fedora %(rel)s Cloud in a compressed raw image format. If you\'re not sure what to use, try this.')) % {'rel':global_variables.release['curr_id']}}

- ${_('Download')} + ${_('Download')}

${_('64-bit %sMB xz-Compressed Raw Image') % global_variables.iso_size['raw_x86_64_cloud']}

@@ -103,11 +103,11 @@ @@ -125,13 +125,13 @@
${_('VirtualBox Image')}

${_('If you\'re using Vagrant on Mac OS X or Windows, this is likely the image you\'ll want to use.')}

- ${_('VirtualBox Image')} + ${_('VirtualBox Image')}

${_('64-bit %sMB VirtualBox Base Vagrant Image') % global_variables.iso_size['VBvag_cloud']}

${_('libvirt/KVM Image')}

${_('If you\'re using Vagrant on Fedora, this is the image you\'ll want to use.')}

- ${_('libvirt/KVM Image')} + ${_('libvirt/KVM Image')}

${_('64-bit %sMB libvirt/KVM Base Vagrant Image') % global_variables.iso_size['libvag_cloud']}

@@ -149,11 +149,11 @@