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{
}}\preformatted{ wnba_franchisehistory(league_id = '10') }\if{html}{\out{
}} diff --git a/man/wnba_leaguegamelog.Rd b/man/wnba_leaguegamelog.Rd index c78f9c7..762926f 100644 --- a/man/wnba_leaguegamelog.Rd +++ b/man/wnba_leaguegamelog.Rd @@ -80,7 +80,7 @@ Return a named list of data frames: LeagueGameLog \strong{Get WNBA Stats API League Game Log} } \details{ -\href{https://stats.wnba.com/players/boxscores-traditional}{Player/Team Boxscores} +\href{https://stats.wnba.com/players/boxscores-traditional/}{Player/Team Boxscores} \if{html}{\out{
}}\preformatted{ wnba_leaguegamelog(league_id = '10', season = most_recent_wnba_season() - 1) }\if{html}{\out{
}} diff --git a/man/wnba_playerawards.Rd b/man/wnba_playerawards.Rd index a5c729b..e825131 100644 --- a/man/wnba_playerawards.Rd +++ b/man/wnba_playerawards.Rd @@ -38,7 +38,7 @@ Return a named list of data frames: PlayerAwards \strong{Get WNBA Stats API Player Awards} } \details{ -\href{https://www.wnba.com/stats/player/2544/career}{Player Awards} +\href{https://stats.wnba.com/player/1628932/career/}{Player Awards} \if{html}{\out{
}}\preformatted{ wnba_playerawards(player_id = '1628932') }\if{html}{\out{
}}