diff --git a/R/wnba_stats_franchise.R b/R/wnba_stats_franchise.R index 303b012..0953e67 100644 --- a/R/wnba_stats_franchise.R +++ b/R/wnba_stats_franchise.R @@ -347,7 +347,7 @@ NULL #' @export #' @family WNBA Franchise Functions #' @details -#' [Franchise History](https://www.wnba.com/stats/history) +#' [Franchise History](https://stats.wnba.com/history/) #' ```r #' wnba_franchisehistory(league_id = '10') #' ``` diff --git a/R/wnba_stats_league.R b/R/wnba_stats_league.R index dac27a4..283381d 100644 --- a/R/wnba_stats_league.R +++ b/R/wnba_stats_league.R @@ -58,7 +58,7 @@ NULL #' @export #' @family WNBA League Functions #' @details -#' [Player/Team Boxscores](https://stats.wnba.com/players/boxscores-traditional) +#' [Player/Team Boxscores](https://stats.wnba.com/players/boxscores-traditional/) #' ```r #' wnba_leaguegamelog(league_id = '10', season = most_recent_wnba_season() - 1) #' ``` diff --git a/R/wnba_stats_player.R b/R/wnba_stats_player.R index 9675ffc..34729f8 100644 --- a/R/wnba_stats_player.R +++ b/R/wnba_stats_player.R @@ -197,7 +197,7 @@ NULL #' @export #' @family WNBA Player Functions #' @details -#' [Player Awards](https://www.wnba.com/stats/player/2544/career) +#' [Player Awards](https://stats.wnba.com/player/1628932/career/) #' ```r #' wnba_playerawards(player_id = '1628932') #' ``` diff --git a/man/wnba_franchisehistory.Rd b/man/wnba_franchisehistory.Rd index 22c6cc3..ba3e2f3 100644 --- a/man/wnba_franchisehistory.Rd +++ b/man/wnba_franchisehistory.Rd @@ -59,7 +59,7 @@ Returns a named list of data frames: DefunctTeams, FranchiseHistory \strong{Get WNBA Stats API Franchise History} } \details{ -\href{https://www.wnba.com/stats/history}{Franchise History} +\href{https://stats.wnba.com/history/}{Franchise History} \if{html}{\out{