Skip to content

Commit 2bc453e

Browse files
skotnicznymarijnh
authored andcommitted
Fix linking
1 parent cd02226 commit 2bc453e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

20_node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ create such a file for each project, either manually or by running
278278
`npm init`. It contains some information about the project, such as
279279
its name and ((version)), and lists its dependencies.
280280

281-
The robot simulation from [Chapter ?](#robot), as modularized in
281+
The robot simulation from [Chapter ?](robot), as modularized in
282282
[Exercise 10.1](modules#modular_robot), might have a `package.json`
283283
file like this:
284284

src/render_latex.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ let chapters = fs.readdirSync(__dirname + "/..")
2323
.filter(file => /^\d{2}_\w+\.md$/.test(file))
2424
.sort()
2525
.map(file => /^\d{2}_(\w+)\.md$/.exec(file)[1])
26+
.concat(['hints'])
2627

2728
function escapeChar(ch) {
2829
switch (ch) {

0 commit comments

Comments
 (0)