a966cf08fad9018e21921f1f34c70e4b36e5b8b6
hiram
  Wed May 15 14:40:05 2019 -0700
correct error code reference for protected data 404->403 refs #18869

diff --git src/hg/htdocs/FAQ/FAQdownloads.html src/hg/htdocs/FAQ/FAQdownloads.html
index 9bd21be..d29b40c 100755
--- src/hg/htdocs/FAQ/FAQdownloads.html
+++ src/hg/htdocs/FAQ/FAQdownloads.html
@@ -927,22 +927,22 @@
        <pre> <code>$ chmod +x ./filePath </code></pre>
        <pre> <code>$ ./filePath/utility_name</code></pre>
 Example:
        <pre><code>$ chmod +x /home/user/liftover/liftOver</code></pre>
         See also: <a href="http://en.wikipedia.org/wiki/Chmod" target="_blank">http://en.wikipedia.org/wiki/Chmod</a>
 
 </p>
 
 <a name="download40"></a>
 <h2>Restricted Track Data</h2>
 <h6>Why can I not download some data in the Table Browser or find the download files?</h6>
 <p>
 Some data is provided by external groups and is not available for download or mirroring
 by any third party without the permission of the owners, such as the OMIM track data, which
 is the property of Johns Hopkins University. For some tools, such as attempting a getData fetch
-with our API of restricted tracks, a 404 error might be returned. Please email our private internal
+with our API of restricted tracks, a 403 'Forbidden' error will be returned. Please email our private internal
 <a href="mailto:&#103;&#101;&#110;&#111;me&#45;&#119;&#119;&#119;&#64;&#115;&#111;&#101;.uc&#115;&#99;.&#101;d&#117;"
 >&#103;&#101;&#110;&#111;me&#45;&#119;&#119;&#119;&#64;&#115;&#111;&#101;.uc&#115;&#99;.&#101;d&#117;</a>
 mailing list if you have any questions.
 </p>
 
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->