From 7b78b8204874365d9c1753e737fe15c471b4d992 Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Fri, 15 Feb 2013 14:24:18 -0600
Subject: [PATCH] Updated link in vignette.

---
 inst/doc/dataRetrieval.Rnw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inst/doc/dataRetrieval.Rnw b/inst/doc/dataRetrieval.Rnw
index cf5cb8a0..cc0df4c3 100644
--- a/inst/doc/dataRetrieval.Rnw
+++ b/inst/doc/dataRetrieval.Rnw
@@ -523,7 +523,7 @@ There are many options for running and editing R code, one nice enviornment to l
 %------------------------------------------------------------
 \subsection{R User: Installing dataRetrieval from downloaded binary}
 %------------------------------------------------------------ 
-The latest dataRetrieval package build is available for download at \url{https://github.com/USGS-R/dataRetrieval/blob/master/dataRetrieval_1.2.1.tar.gz}.  If the package's tar.gz file is saved in R's working directory, then the following command will fully install the package:
+The latest dataRetrieval package build is available for download at \url{https://github.com/USGS-R/dataRetrieval/raw/packageBuilds/dataRetrieval_1.2.1.tar.gz}.  If the package's tar.gz file is saved in R's working directory, then the following command will fully install the package:
 
 <<installFromWD,eval = FALSE>>=
 install.packages("dataRetrieval_1.2.1.tar.gz", 
-- 
GitLab