From 77341a31dbed0299ae6160ec75f00089f95880c7 Mon Sep 17 00:00:00 2001 From: Riku Uehara Date: Tue, 26 Jan 2021 00:33:39 +0900 Subject: [PATCH] update expired link (#488) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.