From 472d5825d6b058c4d2ad7a579b8973e3c1df2c7f Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Wed, 10 Jul 2013 14:21:41 -0500 Subject: [PATCH] A few more markdown fixes --- docs/build_system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build_system.md b/docs/build_system.md index f9d448ac57..fe410c0f22 100644 --- a/docs/build_system.md +++ b/docs/build_system.md @@ -259,7 +259,7 @@ directory contains the distribution-specific information. These nightly repositories can be used by the AWX setup playbook by running the setup.sh shell script with the following option: - ./setup.sh -e "aw_repo_url=http://50.116.42.103/awx_nightlies_RTYUIOPOIUYTYU/..." + ./setup.sh -e "aw_repo_url=http://50.116.42.103/awx_nightlies_RTYUIOPOIUYTYU/..." > Note that if this is not a fresh installation, you should run the following: > "yum clean all --enablerepo=ansibleworks-awx" in order to clean out the yum cache. @@ -269,7 +269,7 @@ setup.sh shell script with the following option: As noted above, OFFICIAL builds are copied out to the production server, and can be found at the following location: -AWX: http://ansibleworks.com/awx_releases_SDFOIFWOIEFJWEOFIWEF/ + http://ansibleworks.com/awx_releases_SDFOIFWOIEFJWEOFIWEF/ The AWX setup playbook will use this repo location by default.