From 0403307c202e9397f02fd4bcfbc1996967276738 Mon Sep 17 00:00:00 2001 From: r-uehara0219 Date: Mon, 25 Jan 2021 11:48:51 +0900 Subject: [PATCH] update expired link --- 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.