From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 7 Dec 2015 15:57:51 +0100 Subject: Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations --- editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet') 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 @@ content - <com:THyperLink NavigateUrl="${1:http://www.pradosoft.com/}" Text="${2:PradoSoft.com}" />$0 + <com:THyperLink NavigateUrl="${1:https://github.com/pradosoft/prado}" Text="${2:Prado framework}" />$0 name THyperLink scope -- cgit v1.2.3