Skip to content

Commit

Permalink
Fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani committed Nov 25, 2023
1 parent b166216 commit 8eaeef1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/wnba_stats_franchise.R
Original file line number Diff line number Diff line change
Expand Up @@ -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')
#' ```
Expand Down
2 changes: 1 addition & 1 deletion R/wnba_stats_league.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#' ```
Expand Down
2 changes: 1 addition & 1 deletion R/wnba_stats_player.R
Original file line number Diff line number Diff line change
Expand Up @@ -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')
#' ```
Expand Down
2 changes: 1 addition & 1 deletion man/wnba_franchisehistory.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/wnba_leaguegamelog.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/wnba_playerawards.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8eaeef1

Please sign in to comment.