Skip to content

Commit 5226279

Browse files
committed
[ci skip] Fix links
1 parent 299961d commit 5226279

File tree

9 files changed

+30
-31
lines changed

9 files changed

+30
-31
lines changed

README.de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ Nimmt ebenso einen Block für Inline-Templates entgegen (siehe Beispiel).
728728
<table>
729729
<tr>
730730
<td>Abhängigkeit</td>
731-
<td><a href="http://liquidmarkup.org/">liquid</a></td>
731+
<td><a href="https://shopify.github.io/liquid/">liquid</a></td>
732732
</tr>
733733
<tr>
734734
<td>Dateierweiterung</td>
@@ -752,7 +752,7 @@ denen man Variablen weitergibt.
752752
<td>Eine der folgenden Bibliotheken:
753753
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
754754
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
755-
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
755+
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
756756
<a href="http://kramdown.gettalong.org/" title="kramdown">kramdown</a> oder
757757
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
758758
</td>

README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ También toma un bloque para plantillas inline (ver [ejemplo](#plantillas-inline
732732
<table>
733733
<tr>
734734
<td>Dependencias</td>
735-
<td><a href="http://liquidmarkup.org/" title="liquid">liquid</a></td>
735+
<td><a href="https://shopify.github.io/liquid/" title="liquid">liquid</a></td>
736736
</tr>
737737
<tr>
738738
<td>Extensiones de Archivo</td>
@@ -755,7 +755,7 @@ plantilla Liquid, casi siempre va a querer pasarle locales.
755755
<td>
756756
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
757757
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
758-
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
758+
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
759759
<a href="http://kramdown.gettalong.org/" title="kramdown">kramdown</a> o
760760
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
761761
</td>

README.fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ exemple).
691691
<table>
692692
<tr>
693693
<td>Dépendances</td>
694-
<td><a href="http://liquidmarkup.org/" title="liquid">liquid</a></td>
694+
<td><a href="https://shopify.github.io/liquid/" title="liquid">liquid</a></td>
695695
</tr>
696696
<tr>
697697
<td>Extensions de fichier</td>
@@ -716,7 +716,7 @@ locales.
716716
Au choix :
717717
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
718718
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
719-
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
719+
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
720720
<a href="http://kramdown.gettalong.org/" title="kramdown">kramdown</a>,
721721
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
722722
</td>

README.ja.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ get('/') { markdown :index }
610610
<table>
611611
<tr>
612612
<td>依存</td>
613-
<td><a href="http://sass-lang.com/" title="sass">sass</a></td>
613+
<td><a href="https://sass-lang.com/" title="sass">sass</a></td>
614614
</tr>
615615
<tr>
616616
<td>ファイル拡張子</td>
@@ -627,7 +627,7 @@ get('/') { markdown :index }
627627
<table>
628628
<tr>
629629
<td>依存</td>
630-
<td><a href="http://sass-lang.com/" title="sass">sass</a></td>
630+
<td><a href="https://sass-lang.com/" title="sass">sass</a></td>
631631
</tr>
632632
<tr>
633633
<td>ファイル拡張子</td>
@@ -661,7 +661,7 @@ get('/') { markdown :index }
661661
<table>
662662
<tr>
663663
<td>依存</td>
664-
<td><a href="http://liquidmarkup.org/" title="liquid">liquid</a></td>
664+
<td><a href="https://shopify.github.io/liquid/" title="liquid">liquid</a></td>
665665
</tr>
666666
<tr>
667667
<td>ファイル拡張子</td>
@@ -684,8 +684,8 @@ LiquidテンプレートからRubyのメソッド(`yield`を除く)を呼び出
684684
次の何れか:
685685
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
686686
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
687-
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
688-
<a href="http://kramdown.gettalong.org/" title="kramdown">kramdown</a>,
687+
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
688+
<a href="https://kramdown.gettalong.org/" title="kramdown">kramdown</a>,
689689
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
690690
</td>
691691
</tr>
@@ -786,7 +786,7 @@ RDocからはRubyを呼ぶことができないので、RDocで書かれたレ
786786
<table>
787787
<tr>
788788
<td>依存</td>
789-
<td><a href="http://asciidoctor.org/" title="Asciidoctor">Asciidoctor</a></td>
789+
<td><a href="https://asciidoctor.org/" title="Asciidoctor">Asciidoctor</a></td>
790790
</tr>
791791
<tr>
792792
<td>ファイル拡張子</td>
@@ -824,7 +824,7 @@ RadiusテンプレートからRubyのメソッドを直接呼び出すことが
824824
<table>
825825
<tr>
826826
<td>依存</td>
827-
<td><a href="http://markaby.github.io/" title="Markaby">Markaby</a></td>
827+
<td><a href="https://markaby.github.io/" title="Markaby">Markaby</a></td>
828828
</tr>
829829
<tr>
830830
<td>ファイル拡張子</td>
@@ -1456,7 +1456,7 @@ get '/foo' do
14561456
status 418
14571457
headers \
14581458
"Allow" => "BREW, POST, GET, PROPFIND, WHEN",
1459-
"Refresh" => "Refresh: 20; http://www.ietf.org/rfc/rfc2324.txt"
1459+
"Refresh" => "Refresh: 20; https://www.ietf.org/rfc/rfc2324.txt"
14601460
body "I'm a tea pot!"
14611461
end
14621462
```
@@ -1586,7 +1586,7 @@ end
15861586

15871587
```ruby
15881588
redirect to('/bar'), 303
1589-
redirect 'http://www.google.com/', 'wrong place, buddy'
1589+
redirect 'https://www.google.com/', 'wrong place, buddy'
15901590
```
15911591

15921592
また、`redirect back`を使えば、簡単にユーザが来たページへ戻るリダイレクトを作れます。
@@ -2219,7 +2219,7 @@ Sinatraを開発環境の下で実行している場合は、特別な`not_found
22192219

22202220
## Rackミドルウェア(Rack Middleware)
22212221

2222-
SinatraはRuby製Webフレームワークのミニマルな標準的インタフェースである[Rack](http://rack.github.io/)上に構築されています。アプリケーションデベロッパーにとってRackにおける最も興味深い機能は、「ミドルウェア(middleware)」をサポートしていることであり、これは、サーバとアプリケーションとの間に置かれ、HTTPリクエスト/レスポンスを監視および/または操作することで、各種の汎用的機能を提供するコンポーネントです。
2222+
SinatraはRuby製Webフレームワークのミニマルな標準的インタフェースである[Rack](https://rack.github.io/)上に構築されています。アプリケーションデベロッパーにとってRackにおける最も興味深い機能は、「ミドルウェア(middleware)」をサポートしていることであり、これは、サーバとアプリケーションとの間に置かれ、HTTPリクエスト/レスポンスを監視および/または操作することで、各種の汎用的機能を提供するコンポーネントです。
22232223

22242224
Sinatraはトップレベルの`use`メソッドを通して、Rackミドルウェアパイプラインの構築を楽にします。
22252225

@@ -2636,7 +2636,8 @@ ruby myapp.rb [-h] [-x] [-e ENVIRONMENT] [-p PORT] [-o HOST] [-s HANDLER]
26362636

26372637
### マルチスレッド
26382638

2639-
_この[StackOverflow][so-answer]でのKonstantinによる回答を言い換えています。_
2639+
_この[StackOverflow](https://stackoverflow.com/a/6282999/5245129)
2640+
のKonstantinによる回答を言い換えています。_
26402641

26412642
Sinatraでは同時実行モデルを負わせることはできませんが、根本的な部分であるThinやPuma、WebrickのようなRackハンドラ(サーバー)部分に委ねることができます。
26422643
Sinatra自身はスレッドセーフであり、もしRackハンドラが同時実行モデルのスレッドを使用していても問題はありません。
@@ -2663,8 +2664,6 @@ App.run!
26632664
thin --threaded start
26642665
```
26652666

2666-
[so-answer]: http://stackoverflow.com/questions/6278817/is-sinatra-multi-threaded/6282999#6282999)
2667-
26682667
## 必要環境
26692668

26702669
次のRubyバージョンが公式にサポートされています。
@@ -2734,7 +2733,7 @@ gem install sinatra --pre
27342733

27352734
### Bundlerを使う場合
27362735

2737-
最新のSinatraでアプリケーションを動作させたい場合には、[Bundler](http://bundler.io)を使うのがお薦めのやり方です。
2736+
最新のSinatraでアプリケーションを動作させたい場合には、[Bundler](https://bundler.io)を使うのがお薦めのやり方です。
27382737

27392738
まず、Bundlerがなければそれをインストールします。
27402739

@@ -2797,15 +2796,15 @@ sudo rake install
27972796

27982797
## バージョニング(Versioning)
27992798

2800-
Sinatraは、[Semantic Versioning](http://semver.org/)におけるSemVerおよびSemVerTagの両方に準拠しています。
2799+
Sinatraは、[Semantic Versioning](https://semver.org/)におけるSemVerおよびSemVerTagの両方に準拠しています。
28012800

28022801
## 参考文献
28032802

28042803
* [プロジェクトサイト](http://www.sinatrarb.com/) - ドキュメント、ニュース、他のリソースへのリンクがあります。
28052804
* [プロジェクトに参加(貢献)する](http://www.sinatrarb.com/contributing.html) - バグレポート パッチの送信、サポートなど
28062805
* [Issue tracker](https://github.com/sinatra/sinatra/issues)
28072806
* [Twitter](https://twitter.com/sinatra)
2808-
* [メーリングリスト](http://groups.google.com/group/sinatrarb/topics)
2807+
* [メーリングリスト](https://groups.google.com/group/sinatrarb/topics)
28092808
* http://freenode.net上のIRC: [#sinatra](irc://chat.freenode.net/#sinatra)
28102809
* [Sinatra Book](https://github.com/sinatra/sinatra-book/) クックブック、チュートリアル
28112810
* [Sinatra Recipes](http://recipes.sinatrarb.com/) コミュニティによるレシピ集

README.ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ get('/') { markdown :index }
653653
<table>
654654
<tr>
655655
<td>의존성</td>
656-
<td><a href="http://liquidmarkup.org/">liquid</a></td>
656+
<td><a href="https://shopify.github.io/liquid/">liquid</a></td>
657657
</tr>
658658
<tr>
659659
<td>파일 확장자</td>
@@ -676,7 +676,7 @@ Liquid 템플릿에서는 루비 메서드(`yield` 제외)를 호출할 수 없
676676
<td>
677677
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
678678
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
679-
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
679+
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
680680
<a href="http://kramdown.gettalong.org/" title="kramdown">kramdown</a>,
681681
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
682682
중 아무거나

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ It also takes a block for inline templates (see [example](#inline-templates)).
719719
<table>
720720
<tr>
721721
<td>Dependency</td>
722-
<td><a href="http://liquidmarkup.org/" title="liquid">liquid</a></td>
722+
<td><a href="https://shopify.github.io/liquid/" title="liquid">liquid</a></td>
723723
</tr>
724724
<tr>
725725
<td>File Extension</td>

README.pt-br.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ It also takes a block for inline templates (see exemplo).
655655
<table>
656656
<tr>
657657
<td>Dependencia</td>
658-
<td><a href="http://liquidmarkup.org/" title="liquid">liquid</a></td>
658+
<td><a href="https://shopify.github.io/liquid/" title="liquid">liquid</a></td>
659659
</tr>
660660
<tr>
661661
<td>Extencao do Arquivo</td>
@@ -679,7 +679,7 @@ você quase sempre precisará passar o `locals` para ele.
679679
Anyone of:
680680
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
681681
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
682-
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
682+
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
683683
<a href="http://kramdown.gettalong.org/" title="kramdown">kramdown</a>,
684684
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
685685
</td>

README.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ get('/') { markdown :index }
719719
<table>
720720
<tr>
721721
<td>Зависимости</td>
722-
<td><a href="http://liquidmarkup.org/" title="liquid">liquid</a></td>
722+
<td><a href="https://shopify.github.io/liquid/" title="liquid">liquid</a></td>
723723
</tr>
724724
<tr>
725725
<td>Расширения файлов</td>
@@ -743,7 +743,7 @@ get('/') { markdown :index }
743743
Любая из библиотек:
744744
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
745745
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
746-
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
746+
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
747747
<a href="http://kramdown.gettalong.org/" title="kramdown">kramdown</a>,
748748
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
749749
</td>

README.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ get('/') { markdown :index }
660660
<table>
661661
<tr>
662662
<td>依赖项</td>
663-
<td><a href="http://liquidmarkup.org/" title="liquid">liquid</a></td>
663+
<td><a href="https://shopify.github.io/liquid/" title="liquid">liquid</a></td>
664664
</tr>
665665
<tr>
666666
<td>文件扩展名</td>
@@ -683,7 +683,7 @@ get('/') { markdown :index }
683683
下列任一:
684684
<a href="https://github.com/davidfstr/rdiscount" title="RDiscount">RDiscount</a>,
685685
<a href="https://github.com/vmg/redcarpet" title="RedCarpet">RedCarpet</a>,
686-
<a href="http://deveiate.org/projects/BlueCloth" title="BlueCloth">BlueCloth</a>,
686+
<a href="https://github.com/ged/bluecloth" title="bluecloth">BlueCloth</a>,
687687
<a href="http://kramdown.gettalong.org/" title="kramdown">kramdown</a>,
688688
<a href="https://github.com/bhollis/maruku" title="maruku">maruku</a>
689689
</td>

0 commit comments

Comments
 (0)