Skip to content

Commit 4b06c11

Browse files
authored
Merge pull request #1422 from Philippus/remove-redirect-from
Remove redirect_from from ja tour
2 parents 3729523 + b24c5b2 commit 4b06c11

32 files changed

+0
-33
lines changed

_ja/tour/abstract-type-members.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ previous-page: inner-classes
1212
topics: abstract type members
1313
prerequisite-knowledge: variance, upper-type-bound
1414

15-
redirect_from: "/tutorials/tour/abstract-types.html"
16-
redirect_from: "/tour/abstract-types.html"
1715
---
1816

1917
トレイトや抽象クラスのような抽象型は抽象型メンバーを持つことができます。

_ja/tour/annotations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 32
1111
next-page: default-parameter-values
1212
previous-page: by-name-parameters
1313

14-
redirect_from: "/tutorials/tour/annotations.html"
1514
---
1615

1716
アノテーションはメタ情報と定義を関連づけます。例えば、メソッドの前のアノテーション`@deprecated`はメソッドが使われたらコンパイラに警告を出力させます。

_ja/tour/basics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 2
1111
next-page: unified-types
1212
previous-page: tour-of-scala
1313

14-
redirect_from: "/tutorials/tour/basics.html"
1514
---
1615

1716
このページでは、Scalaの基本を取り扱います。

_ja/tour/by-name-parameters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 31
1111
next-page: annotations
1212
previous-page: operators
1313

14-
redirect_from: "/tutorials/tour/by-name-parameters.html"
1514
---
1615

1716
*名前渡しのパラメータ*は使用された時に評価されます。それらは*値渡しパラメータ*とは対照的です。名前渡しのパラメータを作るには、単純に`=>`を型の前につけます。

_ja/tour/case-classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: pattern-matching
1212
previous-page: multiple-parameter-lists
1313
prerequisite-knowledge: classes, basics, mutability
1414

15-
redirect_from: "/tutorials/tour/case-classes.html"
1615
---
1716

1817
ケースクラスはこれから論じるいくつかの差異はあるものの普通のクラスと似ています。

_ja/tour/classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ previous-page: unified-types
1313
topics: classes
1414
prerequisite-knowledge: no-return-keyword, type-declaration-syntax, string-interpolation, procedures
1515

16-
redirect_from: "/tutorials/tour/classes.html"
1716
---
1817

1918
Scalaにおけるクラスはオブジェクトを作るための設計図です。

_ja/tour/compound-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 24
1111
next-page: self-types
1212
previous-page: abstract-type-members
1313

14-
redirect_from: "/tutorials/tour/compound-types.html"
1514
---
1615
ときどき、あるオブジェクトの型が、複数の他の型のサブタイプであると表現する必要が生じます。
1716
Scalaでは、これは*複合型*を用いて表現できます。複合型とはオブジェクトの型同士を重ねることです。

_ja/tour/default-parameter-values.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: named-arguments
1212
previous-page: annotations
1313
prerequisite-knowledge: named-arguments, function syntax
1414

15-
redirect_from: "/tutorials/tour/default-parameter-values.html"
1615
---
1716

1817
Scalaはパラメータのデフォルト値を与えることができ、呼び出す側はこれらのパラメータを省略できます。

_ja/tour/extractor-objects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 16
1111
next-page: for-comprehensions
1212
previous-page: regular-expression-patterns
1313

14-
redirect_from: "/tutorials/tour/extractor-objects.html"
1514
---
1615

1716
抽出子オブジェクトは`unapply`メソッドを持つオブジェクトです。

_ja/tour/for-comprehensions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 17
1111
next-page: generic-classes
1212
previous-page: extractor-objects
1313

14-
redirect_from: "/tutorials/tour/for-comprehensions.html"
1514
---
1615

1716
Scalaは*シーケンス内包表記*を表現するための軽量な記法を提供します。

0 commit comments

Comments
 (0)