1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Merge pull request #3798 from ogennadi/patch-1

Fixed broken link
This commit is contained in:
Michael Ficarra 2015-01-20 18:21:55 -08:00
commit 68c0e2dc0f

View file

@ -707,7 +707,7 @@ Expressions
<%= codeFor('soaks') %> <%= codeFor('soaks') %>
<p> <p>
Soaking up nulls is similar to Ruby's Soaking up nulls is similar to Ruby's
<a href="http://andand.rubyforge.org/">andand gem</a>, and to the <a href="https://rubygems.org/gems/andand">andand gem</a>, and to the
<a href="http://groovy.codehaus.org/Operators#Operators-SafeNavigationOperator%28%3F.%29">safe navigation operator</a> <a href="http://groovy.codehaus.org/Operators#Operators-SafeNavigationOperator%28%3F.%29">safe navigation operator</a>
in Groovy. in Groovy.
</p> </p>