From 6a5214e9ff5db1c9e0691e109bbc8aa45d8c5258 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 20 May 2021 09:06:11 -0700 Subject: [PATCH] Fix license link Fixes https://github.com/microsoft/mssql-scripter/issues/255 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 94a1cb7..4aa1a8a 100644 --- a/README.rst +++ b/README.rst @@ -71,4 +71,4 @@ mssql-scritper is licensed under the `MIT license`_. .. _Issues: https://github.com/Microsoft/mssql-scripter/issues .. _Microsoft Open Source Code of Conduct: https://opensource.microsoft.com/codeofconduct/ .. _Code of Conduct FAQ: https://opensource.microsoft.com/codeofconduct/faq/ -.. _MIT license: https://github.com/Microsoft/mssql-scripter/blob/dev/LI +.. _MIT license: https://github.com/Microsoft/mssql-scripter/blob/dev/LICENSE.txt