mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
[ci skip] Fix links as in upstream
This commit is contained in:
parent
ed2f0a63af
commit
051b41009e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Sinatra
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/sinatra/sinatra.svg)](http://travis-ci.org/sinatra/sinatra)
|
||||
[![Build Status](https://secure.travis-ci.org/sinatra/sinatra.svg)](https://travis-ci.org/sinatra/sinatra)
|
||||
|
||||
*Внимание: Этот документ является переводом английской версии и может быть
|
||||
устаревшим*
|
||||
|
@ -726,7 +726,7 @@ get('/') { markdown :index }
|
|||
<table>
|
||||
<tr>
|
||||
<td>Зависимости</td>
|
||||
<td><a href="http://liquidmarkup.org/" title="liquid">liquid</a></td>
|
||||
<td><a href="https://shopify.github.io/liquid/" title="liquid">liquid</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Расширения файлов</td>
|
||||
|
@ -751,7 +751,7 @@ get('/') { markdown :index }
|
|||
Любая из библиотек:
|
||||
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
|
||||
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
|
||||
<a href="https://github.com/ged/bluecloth" title="BlueCloth">BlueCloth</a>,
|
||||
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
|
||||
<a href="https://kramdown.gettalong.org/" title="kramdown">kramdown</a>,
|
||||
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue