Skip to content

Commit

Permalink
Avoid linking to connectionstrings.com
Browse files Browse the repository at this point in the history
Unfortunately recent changes to the server now result in 301 redirects
from any HEAD request, so we can't link to it :/

Hopefully they change their server in the future
  • Loading branch information
jimhester committed Apr 1, 2021
1 parent 09ef0a2 commit fee8225
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ S3method(odbcDataType,Oracle)
S3method(odbcDataType,PostgreSQL)
S3method(odbcDataType,Redshift)
S3method(odbcDataType,SQLite)
S3method(odbcDataType,Snowflake)
S3method(odbcDataType,Teradata)
S3method(odbcDataType,default)
S3method(odbcListColumns,OdbcConnection)
Expand Down
2 changes: 1 addition & 1 deletion R/Driver.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ setMethod(
#' The connection string keywords are driver dependent. The parameters
#' documented here are common, but some drivers may not accept them. Please see
#' the specific driver documentation for allowed parameters,
#' \url{https://www.connectionstrings.com} is also a useful resource of example
#' 'https://www.connectionstrings.com' is also a useful resource of example
#' connection strings for a variety of databases.
#' @aliases dbConnect
#' @export
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ con <- dbConnect(odbc::odbc(),
```

Alternatively you can pass a complete connection string as the
`.connection_string` argument. [The Connection Strings
Reference](https://www.connectionstrings.com) is a useful resource that
`.connection_string` argument. 'https://www.connectionstrings.com' is a useful resource that
has example connection strings for a large variety of databases.

``` r
Expand Down
2 changes: 1 addition & 1 deletion man/dbConnect-OdbcDriver-method.Rd

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

0 comments on commit fee8225

Please sign in to comment.