From b6177a36fe2d415fe372cb83625878f0b003ad5f Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Wed, 30 Oct 2013 11:11:52 -0500
Subject: [PATCH] Updated help file on getSampleData to reflect we are getting
 data from NWIS web.

---
 R/getSampleData.r | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/getSampleData.r b/R/getSampleData.r
index b9182da2..89e6666e 100644
--- a/R/getSampleData.r
+++ b/R/getSampleData.r
@@ -1,6 +1,6 @@
 #' Import Sample Data for WRTDS
 #'
-#' Imports data from NWIS web service. This function gets the data from here: \url{http://qwwebservices.usgs.gov/}
+#' Imports data from NWIS web service. This function gets the data from here: \url{http://nwis.waterdata.usgs.gov/nwis/qwdata/}
 #' A list of parameter codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/}
 #' A list of statistic codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}
 #' For raw data, use getQWData.  This function will retrieve the raw data, and compress it (summing constituents). See
-- 
GitLab