diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-12-07 15:57:51 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-12-07 15:57:51 +0100 |
commit | 654a9cae43358c7eecf3b522e9876aa7815e2453 (patch) | |
tree | 545f2e42fdc6e824b247924adf083ad3fe51e61d /editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet | |
parent | e99e35819d53dc48ae4e9a8491528a6b6011469f (diff) |
Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet index 0c1991e3..2e5d6874 100644 --- a/editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet +++ b/editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>content</key> - <string><com:THyperLink NavigateUrl="${1:http://www.pradosoft.com/}" Text="${2:PradoSoft.com}" />$0</string> + <string><com:THyperLink NavigateUrl="${1:https://github.com/pradosoft/prado}" Text="${2:Prado framework}" />$0</string> <key>name</key> <string>THyperLink</string> <key>scope</key> |