summaryrefslogtreecommitdiffstats
path: root/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html
diff options
context:
space:
mode:
authorjakefeasel <jfeasel@gmail.com>2014-08-29 22:31:49 -0700
committerjakefeasel <jfeasel@gmail.com>2014-08-29 22:31:49 -0700
commit5a08e2dc2f5c1a2bf9720626ca527682af33cc61 (patch)
tree3db42d97f9cceef43f08cd1d64039184f05bf2ee /src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html
parentf76eb0ab036f9336aeb1312223095c4c18e3bdbd (diff)
downloadsqlfiddle-master.zip
sqlfiddle-master.tar.gz
sqlfiddle-master.tar.bz2
Updating links for SQL Sentry adsHEADmaster
Diffstat (limited to 'src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html')
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html b/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html
index ca0e8a6..2475c03 100644
--- a/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html
+++ b/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html
@@ -43,7 +43,7 @@
{{#if ../../../schemaDef/dbType/isSQLServer}}
<tr>
- <td><a href="index.cfm/Fiddles/getSQLPlan?db_type_id={{../../../../schemaDef/dbType/id}}&short_code={{../../../../schemaDef/short_code}}&query_id={{../../../../id}}&id={{index}}">Download .sqlplan</a> | <a href="http://www.sqlsentry.net/plan-explorer/sql-server-query-view.asp?ad=201208-sqlfiddle-pe" target="_new">Download SQL Sentry Plan Explorer (free)</a></td>
+ <td><a href="index.cfm/Fiddles/getSQLPlan?db_type_id={{../../../../schemaDef/dbType/id}}&short_code={{../../../../schemaDef/short_code}}&query_id={{../../../../id}}&id={{index}}">Download .sqlplan</a> | <a href="https://www.sqlsentry.com/products/plan-explorer/sql-server-query-view?ad=201208-sqlfiddle-pe" target="_new">Download SQL Sentry Plan Explorer (free)</a></td>
</tr>
{{/if}}