Skip to content

Commit 0d104e7

Browse files
committed
Merge pull request #968 from croach/bad_qplot_pdf_url
Fix for bad URL in qplot docs
2 parents 399ec2d + c6a003f commit 0d104e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/quick-plot.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' designed to be familiar if you're used to \code{\link{plot}}
55
#' from the base package. It is a convenient wrapper for creating
66
#' a number of different types of plots using a consistent
7-
#' calling scheme. See \url{http://had.co.nz/ggplot2/book/qplot.pdf}
7+
#' calling scheme. See \url{http://ggplot2.org/book/qplot.pdf}
88
#' for the chapter in the \code{ggplot2} book which describes the usage
99
#' of \code{qplot} in detail.
1010
#'

man/qplot.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ or two-sided}
5252
designed to be familiar if you're used to \code{\link{plot}}
5353
from the base package. It is a convenient wrapper for creating
5454
a number of different types of plots using a consistent
55-
calling scheme. See \url{http://had.co.nz/ggplot2/book/qplot.pdf}
55+
calling scheme. See \url{http://ggplot2.org/book/qplot.pdf}
5656
for the chapter in the \code{ggplot2} book which describes the usage
5757
of \code{qplot} in detail.
5858
}

0 commit comments

Comments
 (0)