Skip to content

Commit b2b17a1

Browse files
committed
Fix links
1 parent 313357e commit b2b17a1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,28 @@ These are the sample files for *Learning Perl, 7th Edition*.
77
so you can see your tacs program in action.
88

99
* Chapter 8, Matching with Regular Expressions
10-
- [pattern_test.pl](https://github.com/briandfoy/Learning-Perl-Sample-Files/blob/master/Chapter%208/pattern_test.pl) is the program we use to test regular expressions
11-
- [pattern_test.pl](/Chapter%208/pattern_test.pl) is the program we use to test regular expressions
1210
- [pattern_test.pl](Chapter%208/pattern_test.pl) is the program we use to test regular expressions
1311

1412
* Chapter 10, More Control Structures
15-
- [/Chapter%2010/lnr_example.pl] is a demonstration of last, next, and redo ("lnr")
13+
- [lnr_example.pl](Chapter%2010/lnr_example.pl) is a demonstration of last, next, and redo ("lnr")
1614

1715
* Chapter 14, String and Sorting
18-
- [/Chapter%2014/numbers.txt] is a list of numbers you can sort in the exercises. Use
16+
- [numbers.txt](Chapter%2014/numbers.txt) is a list of numbers you can sort in the exercises. Use
1917
this with Exercise 14.1.
20-
- [/Chapter%2014/sortable_hash.pl] is a snippet of the Perl program so you
18+
- [sortable_hash.pl](Chapter%2014/sortable_hash.pl) is a snippet of the Perl program so you
2119
don’t have to type the first name/last name hash yourself. Use this
2220
with Exercise 14.2.
2321

2422
* Chapter 16, Process Management
25-
- We provide a [/Chapter%2016/fake_date.pl] command that you can use in place
23+
- We provide a [fake_date.pl](Chapter%2016/fake_date.pl) command that you can use in place
2624
of the Unix date command. Our version is Pure Perl.
2725

2826
* Chapter 17
29-
- [/Chapter%2017/sample_text.txt] is a short Flintstones story that you can use
27+
- [sample_text.txt](Chapter%2017/sample_text.txt) is a short Flintstones story that you can use
3028
to search for character names. Use this with Exercise 17.1.
3129

3230
* For old editions
33-
- The [/For%20older%20editions/which_dbm.pl] program helps you figure out which implementation
31+
- The [which_dbm.pl](For%20older%20editions/which_dbm.pl) program helps you figure out which implementation
3432
you are using. This chapter is no longer in the book.
3533

3634
## Learning Perl Exercises

0 commit comments

Comments
 (0)