From 6a1653028bb9fa527698a9720ba128e81728c9db Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Wed, 18 Feb 2015 13:35:11 -0600
Subject: [PATCH] Took out link to tables.

---
 R/readNWISdv.r | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/R/readNWISdv.r b/R/readNWISdv.r
index 28f0ae7d..75dac0d0 100644
--- a/R/readNWISdv.r
+++ b/R/readNWISdv.r
@@ -1,8 +1,7 @@
 #' Raw Data Import for USGS NWIS Data
 #'
 #' Imports data from NWIS web service. This function gets the data from here: \url{http://waterservices.usgs.gov/}
-#' A list of parameter codes can be found here: \url{http://help.waterdata.usgs.gov/codes-and-parameters/parameters}
-#' A list of statistic codes can be found here: \url{http://help.waterdata.usgs.gov/code/stat_code_query?fmt=html}
+#' Information on parameter and statistics codes can be found here: \url{http://help.waterdata.usgs.gov}
 #'
 #' @param siteNumber character USGS site number.  This is usually an 8 digit number. Multiple sites can be requested with a character vector.
 #' @param parameterCd character of USGS parameter code(s).  This is usually an 5 digit number.
-- 
GitLab