diff options
Diffstat (limited to 'src/main/webapp/views/layout.cfm')
-rw-r--r-- | src/main/webapp/views/layout.cfm | 4 |
1 files changed, 2 insertions, 2 deletions
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> |