5adcf6bc2904690de7b7b30a83ec8a7a0996abe9 galt Tue Aug 21 00:01:25 2018 -0700 changing cse subdomain to soe diff --git src/utils/qa/checkStaticLinks.csh src/utils/qa/checkStaticLinks.csh index 1960abf..d577034 100755 --- src/utils/qa/checkStaticLinks.csh +++ src/utils/qa/checkStaticLinks.csh @@ -4,31 +4,31 @@ ############################################### # 05-10-2004 # # checks the links in all the files in a directory # Robert Kuhn # ############################################### onintr cleanup set filePath="" set out="" set url="" set exclude="" set excludeList="" -set baseUrl="http://hgwbeta.cse.ucsc.edu" +set baseUrl="http://hgwbeta.soe.ucsc.edu" set errs=0 if ( $#argv < 1 || $#argv > 2 ) then # wrong number of command-line args echo echo " checks the links in all the static pages in a directory." echo " operates on pages on hgwbeta" echo " writes a file called path.In.Docs.err" echo echo " usage: pathInHtdocs [excludeList]" echo ' where:' echo ' pathInHtdocs = htdocs directory path (use 0 for htdocs itself)' echo ' e.g., goldenPath, goldenPath/help, FAQ' echo " excludeList = filename for list of files not to check" echo