From 991a5495f68752c679b786d0726736bc8680303b Mon Sep 17 00:00:00 2001 From: Taras Kopets Date: Thu, 11 Apr 2019 16:20:17 +0300 Subject: [PATCH 1/3] Update website links Update website links --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e734d72..526b50f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Your swiss knife SQL for Sublime Text. Write your SQL with smart completions and handy table and function definitions, execute SQL and explain queries, format your queries and save them in history. -Project website: [http://mtxr.github.io/SQLTools/](http://mtxr.github.io/SQLTools/) +Project website: [https://code.mteixeira.dev/SublimeText-SQLTools/](https://code.mteixeira.dev/SublimeText-SQLTools/) > If you are looking for VSCode version go to [https://github.com/mtxr/vscode-sqltools](https://github.com/mtxr/vscode-sqltools). @@ -54,7 +54,7 @@ If you are using [Sublime Package Control](https://packagecontrol.io/packages/SQ I strongly recommend you to use Package Control. It helps you to keep the package updated with the last version. -1. Download the files zip file [here](http://mtxr.github.io/SQLTools/) +1. Download the latest released zip file [here](https://github.com/mtxr/SublimeText-SQLTools/releases/latest) 2. Unzip the files and rename the folder to `SQLTools` 3. Find your `Packages` directory using the menu item `Preferences -> Browse Packages...` 4. Copy the folder into your Sublime Text `Packages` directory @@ -65,13 +65,12 @@ Sublime Text has it's environment variable `PATH` set from launchctl, not by you ## Contributors -This project exists thanks to all the people who contribute. - +This project exists thanks to all the people who [contribute](https://github.com/mtxr/SublimeText-SQLTools/graphs/contributors). ## Configuration -Documentation: [http://mtxr.github.io/SQLTools/](http://mtxr.github.io/SQLTools/) +Documentation: [https://code.mteixeira.dev/SublimeText-SQLTools/](https://code.mteixeira.dev/SublimeText-SQLTools/) From 9eea58e3ee30ebd2b33cc1dce6a75dba3b45096c Mon Sep 17 00:00:00 2001 From: Taras Kopets Date: Thu, 11 Apr 2019 16:23:24 +0300 Subject: [PATCH 2/3] Update install.md --- messages/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/install.md b/messages/install.md index 4d49000..7d457c7 100644 --- a/messages/install.md +++ b/messages/install.md @@ -5,11 +5,11 @@ Your swiss knife SQL for Sublime Text. Write your SQL with smart completions and handy table and function definitions, execute SQL and explain queries, format your queries and save them in history. -Project website: http://mtxr.github.io/SQLTools/ +Project website: https://code.mteixeira.dev/SublimeText-SQLTools/ ## Features -* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird +* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird and Snowflake * Smart completions (except SQLite) * Run SQL Queries `CTRL+e, CTRL+e` * View table description `CTRL+e, CTRL+d` @@ -25,4 +25,4 @@ Project website: http://mtxr.github.io/SQLTools/ ## Configuration -Documentation: http://mtxr.github.io/SQLTools/ +Documentation: https://code.mteixeira.dev/SublimeText-SQLTools/ From a40f1f530fdde68c6a94728dc2cc79169101c8e7 Mon Sep 17 00:00:00 2001 From: Taras Kopets Date: Thu, 11 Apr 2019 16:24:46 +0300 Subject: [PATCH 3/3] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 7f216c3..c782e63 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ > > Before submitting an issue, please consider these things first: > * Are you running the latest version? If not, try to upgrade. -> * Did you check the [Setup Guide](http://mtxr.github.io/SQLTools/)? +> * Did you check the [Setup Guide](https://code.mteixeira.dev/SublimeText-SQLTools/)? > * Did you check the logs in console (``Ctrl+` `` or select *View → Show Console*)? ### Issue Type