Browse Source

HPCC-19382 DOCS: Fix Anagram example

Fix HPCC-19382 DOCS: Fix Anagram example
Clarify Link and instructions to download example file.

Signed-off-by: G-Pan <greg.panagiotatos@lexisnexis.com>
G-Pan 7 years ago
parent
commit
06be0f3d5f

+ 4 - 5
docs/EN_US/Installing_and_RunningTheHPCCPlatform/Inst-Mods/anagram2.xml

@@ -2,10 +2,8 @@
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <sect2 id="ECLRoxieExample_Anagram2">
 <sect2 id="ECLRoxieExample_Anagram2">
-
   <title>Roxie Example: Anagram2</title>
   <title>Roxie Example: Anagram2</title>
 
 
-
   <para>In this example, we will download an open source data file of
   <para>In this example, we will download an open source data file of
   dictionary words, spray that file to our Thor cluster, then validate our
   dictionary words, spray that file to our Thor cluster, then validate our
   anagrams against that file so that we determine which are valid words. The
   anagrams against that file so that we determine which are valid words. The
@@ -21,7 +19,7 @@
     <!-- DNT-End -->
     <!-- DNT-End -->
 
 
     <para>We will download the word list from <ulink
     <para>We will download the word list from <ulink
-    url="http://wordlist.sourceforge.net/">http://wordlist.sourceforge.net/</ulink></para>
+    url="http://wordlist.aspell.net/12dicts">http://wordlist.aspell.net/12dicts</ulink></para>
 
 
     <para><orderedlist>
     <para><orderedlist>
         <listitem>
         <listitem>
@@ -31,8 +29,9 @@
         </listitem>
         </listitem>
 
 
         <listitem>
         <listitem>
-          <para>Extract the <emphasis role="bold">2of12.txt</emphasis> file to
-          a folder on your local machine.</para>
+          <para>Extract the package contents and save the <emphasis
+          role="bold">2of12.txt</emphasis> file (typically found in the
+          American sub-folder) to a folder on your local machine.</para>
         </listitem>
         </listitem>
       </orderedlist></para>
       </orderedlist></para>
   </sect3>
   </sect3>