8000 fixed next and previous pages after removal of xml processing documents · szeiger/scala.github.com@75d5868 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75d5868

Browse files
committed
fixed next and previous pages after removal of xml processing documents
1 parent 8790675 commit 75d5868

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

es/tutorials/tour/_posts/2017-02-13-singleton-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tutorial: scala-tour
88
categories: tour
99
num: 12
1010
language: es
11-
next-page: xml-processing
11+
next-page: regular-expression-patterns
1212
previous-page: pattern-matching
1313
---
1414

ko/tutorials/tour/singleton-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tutorial: scala-tour
88
num: 12
99
language: ko
1010

11-
next-page: xml-processing
11+
next-page: regular-expression-patterns
1212
previous-page: pattern-matching
1313
---
1414

pl/tutorials/tour/_posts/2017-02-13-regular-expression-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ num: 14
1010
language: pl
1111

1212
tutorial-next: extractor-objects
13-
tutorial-previous: xml-processing
13+
tutorial-previous: singleton-objects
1414
---
1515

1616
## Wzorce sekwencji ignorujące prawą stronę ##

pl/tutorials/tour/_posts/2017-02-13-singleton-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories: tour
99
num: 12
1010
language: pl
1111

12-
tutorial-next: xml-processing
12+
tutorial-next: regular-expression-patterns
1313
tutorial-previous: pattern-matching
1414
---
1515

pt-br/tutorials/tour/_posts/2017-02-13-regular-expression-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories: tour
99
num: 14
1010

1111
tutorial-next: extractor-objects
12-
tutorial-previous: xml-processing
12+
tutorial-previous: singleton-objects
1313
language: pt-br
1414
---
1515

pt-br/tutorials/tour/_posts/2017-02-13-singleton-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tutorial: scala-tour
88
categories: tour
99
num: 12
1010

11-
tutorial-next: xml-processing
11+
tutorial-next: regular-expression-patterns
1212
tutorial-previous: pattern-matching
1313
language: pt-br
1414
---

tutorials/tour/_posts/2017-02-13-regular-expression-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories: tour
99
num: 15
1010

1111
next-page: extractor-objects
12-
previous-page: xml-processing
12+
previous-page: singleton-objects
1313
---
1414

1515
Regular expressions are strings which can be used to find patterns (or lack thereof) in data. Any string can be converted to a regular expression using the `.r` method.

tutorials/tour/_posts/2017-02-13-singleton-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tutorial: scala-tour
88
categories: tour
99
num: 13
1010

11-
next-page: xml-processing
11+
next-page: regular-expression-patterns
1212
previous-page: pattern-matching
1313
---
1414

0 commit comments

Comments
 (0)
0