From 0c2a3f4bffd3b97c19a11e51de278883d38f60d3 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Wed, 28 Oct 2015 09:20:56 -0400 Subject: [PATCH] Add link to the PDF version of the document for convenience --- xCAT-client/bin/getxcatdocs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/xCAT-client/bin/getxcatdocs b/xCAT-client/bin/getxcatdocs index f7e08f32b..a40ffb02c 100755 --- a/xCAT-client/bin/getxcatdocs +++ b/xCAT-client/bin/getxcatdocs @@ -2,8 +2,11 @@ # xCAT documentation is hosted at http://xcat-docs.readthedocs.org/ # -# You can download copies of the documentation in PDF or HTML from Read The Docs +# Documentation can be downloaded for offline viewing from ReadTheDocs +# https://media.readthedocs.org/pdf/xcat-docs/latest/xcat-docs.pdf -print "This command has been deprecetaed.\n\n"; -print "xCAT documentation is available at: http://xcat-docs.readthedocs.org/\n"; -print "Versions of the documentation can be downloaded for offline viewing from ReadTheDocs\n"; +print "This command has been deprecated.\n\n"; +print "xCAT documentation is available at: http://xcat-docs.readthedocs.org/\n\n"; + +print "Documentation can be downloaded for offline viewing from ReadTheDocs.\n"; +print "\tPDF: https://media.readthedocs.org/pdf/xcat-docs/latest/xcat-docs.pdf\n";