> @@ -8,7 +8,7 @@ title: Get in touch! > <p>We'd love to have your feedback, suggestions, and will be happy to > help with anything you need. Just get in touch!</p> > > <ul> > - <li><a href="https://webchat.freenode.net/?channels=jclouds">Chat</a> > with us on IRC at #jclouds on Freenode</li> > + <li><a href="https://webchat.freenode.net/?channels=jclouds">Chat</a> > with us on IRC at #jclouds on Freenode (or read the <a > href="https://botbot.me/freenode/jclouds/">logs</a>)</li>
Just by analogy to the next one, where the name of the "thing" is a link to the archive: ``` <a href="https://webchat.freenode.net/?channels=jclouds">Chat</a> with us on IRC at <a href="https://botbot.me/freenode/jclouds/">#jclouds on Freenode</a> ``` ? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/126/files#r17974437
