From 9bc86e674b01746c4d11b44a052e5d330407a9d5 Mon Sep 17 00:00:00 2001 From: Hamada Sayed Date: Wed, 3 Apr 2024 09:25:17 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebb3476..6157abb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ SQL Bak Version reads the binary content of the SQL Server backup file and analy Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. ## License -This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/) - see the LICENSE file for details. +This project is licensed under the [MIT License](LICENSE.txt) - see the LICENSE file for details. ## Acknowledgements -This project was inspired by the need to quickly identify the SQL Server version of backup files without the need for a preinstalled SQL Server instance. Special thanks to the contributors who helped improve the tool. \ No newline at end of file +This project was inspired by the need to quickly identify the SQL Server version of backup files without the need for a preinstalled SQL Server instance. Special thanks to the contributors who helped improve the tool.