From 12a5ebc7f35dd0f6035255f44ba489b8c83326a3 Mon Sep 17 00:00:00 2001 From: Wang Wei Date: Sat, 19 Sep 2015 01:02:33 +0800 Subject: [PATCH] Fix incorrect urls 'CoreOS deploy kernel' and 'CoreOS deploy ramdisk' have the wrong urls. Actually, their urls should use the url of each other. 'kernel' should be linked to file 'coreos_production_pxe.vmlinuz' and 'ramdisk' to file 'coreos_production_pxe_image-oem.cpio.gz'. Change-Id: I9474a77f62989179e7bd7a8cdf6a1e9f6eecee6d Co-Authored-By: DongCan --- doc/source/deploy/install-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index afaef3c2d0..836e56ad2f 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -2106,8 +2106,8 @@ service running on it for controlling and deploying bare metal nodes. You can download a pre-built version of the deploy ramdisk built with the `CoreOS tools`_ at: -* `CoreOS deploy ramdisk `_ -* `CoreOS deploy kernel `_ +* `CoreOS deploy kernel `_ +* `CoreOS deploy ramdisk `_ Building from source --------------------