[ci skip] Fix links as in upstream

This commit is contained in:
Nikita Bulai 2018-02-26 17:46:03 +03:00
parent ed2f0a63af
commit 051b41009e
No known key found for this signature in database
GPG Key ID: 0FA6B29441C25112
1 changed files with 3 additions and 3 deletions

View File

@ -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>