Skip to content

Commit d87e5de

Browse files
authored
[bugfix] Fix 301 status for a URL (#196)
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 d87e5de

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ggthemes (development version)
22

3+
- Bugfix: Fix 301 error in link (#196)
4+
35
# ggthemes 5.2.0
46

57
- Renamed `scale_colour_colorblind()` to `scale_colour_colourblind()` (#180).

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)