diff options
author | jakefeasel <jfeasel@gmail.com> | 2014-08-29 22:31:49 -0700 |
---|---|---|
committer | jakefeasel <jfeasel@gmail.com> | 2014-08-29 22:31:49 -0700 |
commit | 5a08e2dc2f5c1a2bf9720626ca527682af33cc61 (patch) | |
tree | 3db42d97f9cceef43f08cd1d64039184f05bf2ee /src/main/webapp/views/layout.cfm | |
parent | f76eb0ab036f9336aeb1312223095c4c18e3bdbd (diff) | |
download | sqlfiddle-master.zip sqlfiddle-master.tar.gz sqlfiddle-master.tar.bz2 |
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> |