summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html2
-rw-r--r--src/main/webapp/views/layout.cfm4
2 files changed, 3 insertions, 3 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}}
diff --git a/src/main/webapp/views/layout.cfm b/src/main/webapp/views/layout.cfm
index 6d77798..d845210 100644
--- a/src/main/webapp/views/layout.cfm
+++ b/src/main/webapp/views/layout.cfm
@@ -139,7 +139,7 @@
<div id="hosting">
<ul id="hostingPartners">
- <li id="sqlsentry"><a href="http://www.sqlsentry.net/download-trial/landing/complete.asp?ad=201208-sqlfiddle" target="_new"><img src="images/sqlsentry/0<cfoutput>#RandRange(0,4)#</cfoutput>.jpg" alt="SQL Sentry"></a></li>
+ <li id="sqlsentry"><a href="https://www.sqlsentry.com/download-trial/trial?ad=201404-sqlfiddle" target="_new"><img src="images/sqlsentry/0<cfoutput>#RandRange(0,4)#</cfoutput>.jpg" alt="SQL Sentry"></a></li>
<li id="csi"><a href="http://www.collectserver.info/" target="_new"><img src="images/collectserver_info.png" alt="CollectServer.info - Easy Server Health Monitoring"></a></li>
</ul>
@@ -161,4 +161,4 @@
})();
</script>
</body>
-</html> \ No newline at end of file
+</html>