Skip to content

Commit 0c81691

Browse files
committed
rename menu > table-of-content
1 parent 88c3799 commit 0c81691

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
* extensive Perl 6 tutorial covers all major language parts,
44
* building step by step (chapter by chapter) an useful application,
55
* has parallel Perl 5 tutorial under [bitbucket](https://bitbucket.org/lichtkind/perl-tut-problemsolver)
6-
* start reading from [menu](/menu.md)
6+
* [start reading](/table-of-content.md)
77
* published under the [license](/LICENSE) CC BY-SA 4.0
88
* written by [Authors](AUTHORS)

Diff for: chapter/text1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
[Chapter 1](../menu.md)
4-
========================
3+
[Chapter 1](../table-of-content.md)
4+
===================================
55

66

77
* [scalar variables](#scalar-variables)

Diff for: chapter/text2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
[Chapter 2](../menu.md)
4-
========================
3+
[Chapter 2](../table-of-content.md)
4+
===================================
55

66

77
* array variables

Diff for: chapter/text3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
[Chapter 3](../menu.md)
4-
========================
3+
[Chapter 3](../table-of-content.md)
4+
===================================
55

66

77
* ternary op: `?? !!`

Diff for: chapter/text4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
[Chapter 4](../menu.md)
4-
========================
3+
[Chapter 4](../table-of-content.md)
4+
===================================
55

66

77
* hash variables

Diff for: chapter/text5.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
[Chapter 5](../menu.md)
4-
========================
3+
[Chapter 5](../table-of-content.md)
4+
===================================
55

66

77
* subroutines

Diff for: chapter/text6.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
[Chapter 6](../menu.md)
4-
========================
3+
[Chapter 6](../table-of-content.md)
4+
===================================
55

66

77
* object and classes

Diff for: table-of-content.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#Perl 6 for problem solver
22

33
+ [Chapter 0](/chapter/text0.md) .............. [Main Program](/chapter/bn0.pl6)
4-
* [goals](/chapter/text0.md#goals) and [methods](/chapter/text0.md#teaching-method)
5-
* [layout of the whole and structure of each chapter](#chapter-layout)
6-
* [few prerequisites](/chapter/text0.md#prerequisites)
7-
* [Perl philosophy](/chapter/text0.md#perl-philosophy)
8-
* [basic syntax rules](/chapter/text0.md#basic-syntax-rules)
9-
* [first tiny example: hello math !](/chapter/text0.md#first-example)
4+
- [goals](/chapter/text0.md#goals) and [methods](/chapter/text0.md#teaching-method)
5+
- [layout of the chapters and paragraphs](#chapter-layout)
6+
- [few prerequisites](/chapter/text0.md#prerequisites)
7+
- [Perl philosophy](/chapter/text0.md#perl-philosophy)
8+
- [basic syntax rules](/chapter/text0.md#basic-syntax-rules)
9+
- [first tiny example: hello math !](/chapter/text0.md#first-example)
1010
+ [Chapter 1](/chapter/text1.md) .............. [Main Program](/chapter/bn1.pl6)
1111
+ [Chapter 2](/chapter/text2.md) .............. [Main Program](/chapter/bn2.pl6)
1212
+ [Chapter 3](/chapter/text3.md) .............. [Main Program](/chapter/bn3.pl6)

0 commit comments

Comments
 (0)