Skip to content

Commit

Permalink
Update URL to locale reference
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Dec 4, 2022
1 parent ff18e02 commit de663a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/columns.R
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ is.colGroup <- function(x) {
#' a locale is unsupported. When multiple locales are specified, the first
#' supported locale will be used.
#'
#' See a list of [common BCP 47 language tags](https://docs.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a)
#' See a list of [common BCP 47 language tags](https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a)
#' for reference.
#' @return A column format object that can be used to customize data formatting
#' in `colDef()`.
Expand Down
2 changes: 1 addition & 1 deletion man/colFormat.Rd

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

2 changes: 1 addition & 1 deletion vignettes/examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ in their own locale.

To use a specific locale for data formatting, provide a vector of BCP 47 language
tags in the `locales` argument. See a list of
[common BCP 47 language tags](https://docs.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a)
[common BCP 47 language tags](https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a)
for reference.

::: {.callout-note}
Expand Down

0 comments on commit de663a4

Please sign in to comment.