Skip to content

Commit 71b677e

Browse files
committed
Fix urls
1 parent 2d40747 commit 71b677e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Config/testthat/parallel: TRUE
5858
Encoding: UTF-8
5959
Language: en-gb
6060
Roxygen: list(markdown = TRUE)
61-
RoxygenNote: 7.3.1
61+
RoxygenNote: 7.3.2
6262
Collate:
6363
'db-sql.R'
6464
'utils-check.R'

R/backend-mssql.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#'
2323
#' * The `BOOLEAN` type is the result of logical comparisons (e.g. `x > y`)
2424
#' and can be used `WHERE` but not to create new columns in `SELECT`.
25-
#' <https://docs.microsoft.com/en-us/sql/t-sql/language-elements/comparison-operators-transact-sql>
25+
#' <https://learn.microsoft.com/en-us/sql/t-sql/language-elements/comparison-operators-transact-sql>
2626
#'
2727
#' * The `BIT` type is a special type of numeric column used to store
2828
#' `TRUE` and `FALSE` values, but can't be used in `WHERE` clauses.

R/backend-oracle.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#'
1414
#' Note that versions of Oracle prior to 23c have limited supported for
1515
#' `TRUE` and `FALSE` and you may need to use `1` and `0` instead.
16-
#' See <https://oracle-base.com/articles/23c/boolean-data-type-23c> for
16+
#' See <https://oracle-base.com/articles/23/boolean-data-type-23> for
1717
#' more details.
1818
#'
1919
#' Use `simulate_oracle()` with `lazy_frame()` to see simulated SQL without

man/backend-mssql.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.

man/backend-oracle.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)