diff --git a/README.md b/README.md index e98b45a1..09135e93 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ TinyTDS takes an opinionated stance on how we handle encoding errors. First, we ## Binstubs -The TinyTDS gem uses binstub wrappers which mirror compiled [FreeTDS Utilities](http://www.freetds.org/userguide/usefreetds.htm) binaries. These native executables are usually installed at the system level when installing FreeTDS. However, when using MiniPortile to install TinyTDS as we do with Windows binaries, these binstubs will find and prefer local gem `exe` directory executables. These are the following binstubs we wrap. +The TinyTDS gem uses binstub wrappers which mirror compiled [FreeTDS Utilities](https://www.freetds.org/userguide/usefreetds.html) binaries. These native executables are usually installed at the system level when installing FreeTDS. However, when using MiniPortile to install TinyTDS as we do with Windows binaries, these binstubs will find and prefer local gem `exe` directory executables. These are the following binstubs we wrap. * tsql - Used to test connections and debug compile time settings. * defncopy - Used to dump schema structures.