Skip to content

Commit 63f2cfb

Browse files
committed
[bugfix] Fix 301 status for a URL
Fixes: Found the following (possibly) invalid URLs: URL: https://www.economist.com/blogs/graphicdetail (moved to https://www.economist.com/topics/graphic-detail) From: man/theme_economist.Rd Status: 301 Message: Moved Permanently For content that is 'Moved Permanently', please change http to https, add trailing slashes, or replace the old by the new URL.
1 parent 154e9e1 commit 63f2cfb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/economist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ scale_fill_economist <- function(...) {
135135
#'
136136
#' \code{theme_economist_white} implements a variant with a while
137137
#' panel and light gray (or white) background often used by \emph{The Economist}
138-
#' blog \href{https://www.economist.com/blogs/graphicdetail}{Graphic Detail}.
138+
#' blog \href{https://www.economist.com/topics/graphic-detail}{Graphic Detail}.
139139
#'
140140
#' Use \code{\link{scale_color_economist}()} with this theme.
141141
#' The x axis should be displayed on the right hand side.

man/theme_economist.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)