mailr26736 - /website/links.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 26, 2014 - 10:22:
Author: bugman
Date: Wed Nov 26 10:22:42 2014
New Revision: 26736

URL: http://svn.gna.org/viewcvs/relax?rev=26736&view=rev
Log:
Fix for the NESSY link at http://www.nmr-relax.com/links.html.

The link required a trailing '/' to avoid a redirect.  This was identified by 
the W3C link checker
(http://validator.w3.org/checklink).


Modified:
    website/links.html

Modified: website/links.html
URL: 
http://svn.gna.org/viewcvs/relax/website/links.html?rev=26736&r1=26735&r2=26736&view=diff
==============================================================================
--- website/links.html  (original)
+++ website/links.html  Wed Nov 26 10:22:42 2014
@@ -157,7 +157,7 @@
       <td><strong>Description</strong></td>
     </tr>
     <tr id="Nessy" class="link_tr">
-      <td class="link_logo_td"><a href="http://home.gna.org/nessy";><img 
src="images/NESSY.png" alt="NESSY logo" class="image"/></a></td>
+      <td class="link_logo_td"><a href="http://home.gna.org/nessy/";><img 
src="images/NESSY.png" alt="NESSY logo" class="image"/></a></td>
       <td>NESSY is an open source software to analyse NMR relaxation 
dispersion data of either CPMG or R1p (R1rho) dispersion experiments.</td>
     </tr>
     <tr id="PDC" class="link_tr">




Related Messages


Powered by MHonArc, Updated Wed Nov 26 10:40:03 2014