mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix broken links in README.md
This commit is contained in:
parent
fe258f228f
commit
5998744f16
1 changed files with 3 additions and 3 deletions
|
@ -566,9 +566,9 @@ template, you almost always want to pass locals to it.
|
|||
<td>Dependency</td>
|
||||
<td>
|
||||
Anyone of:
|
||||
<a href="https://github.com/rtomayko/rdiscount title="RDiscount">RDiscount</a>,
|
||||
<a href="https://github.com/vmg/redcarpet title="RedCarpet">RedCarpet</a>,
|
||||
<a href="http://deveiate.org/projects/BlueCloth title="BlueCloth">BlueCloth</a>,
|
||||
<a href="https://github.com/rtomayko/rdiscount" title="RDiscount">RDiscount</a>,
|
||||
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
|
||||
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
|
||||
<a href="http://kramdown.rubyforge.org/" title="kramdown">kramdown</a>,
|
||||
<a href="http://maruku.rubyforge.org/" title="maruku">maruku</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue