Skip to content

Commit d908662

Browse files
committed
added link to sister tut
1 parent dabe2eb commit d908662

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
* extensive Perl 6 tutorial covers all major language parts,
44
* building step by step (chapter by chapter) an useful application,
5-
* has parallel Perl 5 tutorial under ...
5+
* has parallel Perl 5 tutorial under [bitbucket](https://bitbucket.org/lichtkind/perl-tut-problem-solver)
66
* start reading from [Menu](/menu.md)

menu.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
+ [Chapter 0](/chapter_0/text0.md) [Code](/chapter_0/bn0.pl6)
3-
+ [Chapter 1](/chapter_1/text1.md) [Code](/chapter_1/bn1.pl6)
4-
+ [Chapter 2](/chapter_2/text2.md) [Code](/chapter_2/bn2.pl6)
5-
+ [Chapter 3](/chapter_3/text3.md) [Code](/chapter_3/bn3.pl6)
6-
+ [Chapter 4](/chapter_4/text4.md) [Code](/chapter_4/bn4.pl6)
2+
+ [Chapter 0](/chapter_0/text0.md) [Code](/chapter_0/bn0.pl6)
3+
+ [Chapter 1](/chapter_1/text1.md) [Code](/chapter_1/bn1.pl6)
4+
+ [Chapter 2](/chapter_2/text2.md) [Code](/chapter_2/bn2.pl6)
5+
+ [Chapter 3](/chapter_3/text3.md) [Code](/chapter_3/bn3.pl6)
6+
+ [Chapter 4](/chapter_4/text4.md) [Code](/chapter_4/bn4.pl6)
77
+ Chapter 5
88
+ Chapter 6
99
+ Chapter 7

0 commit comments

Comments
 (0)