Skip to content

Commit c6a003f

Browse files
committed
Updated the URLs for the qplot sample chapter to the current URL
1 parent c383670 commit c6a003f

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
@@ -51,7 +51,7 @@ or two-sided}
5151
designed to be familiar if you're used to \code{\link{plot}}
5252
from the base package. It is a convenient wrapper for creating
5353
a number of different types of plots using a consistent
54-
calling scheme. See \url{http://had.co.nz/ggplot2/book/qplot.pdf}
54+
calling scheme. See \url{http://ggplot2.org/book/qplot.pdf}
5555
for the chapter in the \code{ggplot2} book which describes the usage
5656
of \code{qplot} in detail.
5757
}

0 commit comments

Comments
 (0)