From aa166dba41b270abbb4766a7367c98f33f76e090 Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Fri, 12 Feb 2016 17:45:36 +0900 Subject: [PATCH] [Murano Docs] Fix Windows 2012 R2 and 2008 R2 image links Windows 2012 R2 and 2008 R2 image links are swapped. This patch fix it. Change-Id: I4b5b06182d88c0bb90eb35d3203f040af9b09faf --- doc/source/image_builders/windows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/image_builders/windows.rst b/doc/source/image_builders/windows.rst index a7393118..b6c45571 100644 --- a/doc/source/image_builders/windows.rst +++ b/doc/source/image_builders/windows.rst @@ -38,8 +38,8 @@ Getting Started Trial versions of Windows 2008 R2 / 2012 R2 used by default. You could use these images for 180 days without activation. You could download evaluation versions from official Microsoft website: -* `[Windows 2012 R2 - download] `_ -* `[Windows 2008 R2 - download] `_ +* `[Windows 2012 R2 - download] `_ +* `[Windows 2008 R2 - download] `_ System requirements ~~~~~~~~~~~~~~~~~~~