Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit ca45799

Browse files
authored
Merge pull request #218 from mtxr/update-website-links
Update website links
2 parents 147bf1f + a40f1f5 commit ca45799

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
> Before submitting an issue, please consider these things first:
66
> * Are you running the latest version? If not, try to upgrade.
7-
> * Did you check the [Setup Guide](http://mtxr.github.io/SQLTools/)?
7+
> * Did you check the [Setup Guide](https://code.mteixeira.dev/SublimeText-SQLTools/)?
88
> * Did you check the logs in console (``Ctrl+` `` or select *View → Show Console*)?
99
1010
### Issue Type

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Your swiss knife SQL for Sublime Text.
77

88
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.
99

10-
Project website: [http://mtxr.github.io/SQLTools/](http://mtxr.github.io/SQLTools/)
10+
Project website: [https://code.mteixeira.dev/SublimeText-SQLTools/](https://code.mteixeira.dev/SublimeText-SQLTools/)
1111

1212
> If you are looking for VSCode version go to [https://github.com/mtxr/vscode-sqltools](https://github.com/mtxr/vscode-sqltools).
1313
@@ -54,7 +54,7 @@ If you are using [Sublime Package Control](https://packagecontrol.io/packages/SQ
5454

5555
I strongly recommend you to use Package Control. It helps you to keep the package updated with the last version.
5656

57-
1. Download the files zip file [here](http://mtxr.github.io/SQLTools/)
57+
1. Download the latest released zip file [here](https://github.com/mtxr/SublimeText-SQLTools/releases/latest)
5858
2. Unzip the files and rename the folder to `SQLTools`
5959
3. Find your `Packages` directory using the menu item `Preferences -> Browse Packages...`
6060
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
6565

6666
## Contributors
6767

68-
This project exists thanks to all the people who contribute.
69-
<a href="https://github.com/mtxr/SQLTools/graphs/contributors"><img src="https://opencollective.com/SQLTools/contributors.svg?width=890&button=false" /></a>
68+
This project exists thanks to all the people who [contribute](https://github.com/mtxr/SublimeText-SQLTools/graphs/contributors).
7069

7170

7271
## Configuration
7372

74-
Documentation: [http://mtxr.github.io/SQLTools/](http://mtxr.github.io/SQLTools/)
73+
Documentation: [https://code.mteixeira.dev/SublimeText-SQLTools/](https://code.mteixeira.dev/SublimeText-SQLTools/)
7574

7675

7776

messages/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Your swiss knife SQL for Sublime Text.
55

66
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.
77

8-
Project website: http://mtxr.github.io/SQLTools/
8+
Project website: https://code.mteixeira.dev/SublimeText-SQLTools/
99

1010
## Features
1111

12-
* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird
12+
* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird and Snowflake
1313
* Smart completions (except SQLite)
1414
* Run SQL Queries `CTRL+e, CTRL+e`
1515
* View table description `CTRL+e, CTRL+d`
@@ -25,4 +25,4 @@ Project website: http://mtxr.github.io/SQLTools/
2525

2626
## Configuration
2727

28-
Documentation: http://mtxr.github.io/SQLTools/
28+
Documentation: https://code.mteixeira.dev/SublimeText-SQLTools/

0 commit comments

Comments
 (0)