File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ eventEmitter.emit('foo', 'bar')
5555
5656Listeners _ listen_ for events, that are _ emitted_ from emitters.
5757
58- Take me to [ cheat sheet] ( .. /cheatsheet/#events)
58+ Take me to [ cheat sheet] ({{ " /cheatsheet/#events" | url }} )
5959
6060## Exercise
6161
Original file line number Diff line number Diff line change 88- Set out the purpose here and list the sections with links
99- Styling and update the default template
1010
11- [ Events] ( /events )
11+ [ Events] ({{ " /events" | url }} )
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " OpenJS Node application developer study guide" ,
55 "scripts" : {
6- "start" : " eleventy --serve --input=. --output=_site " ,
7- "build " : " eleventy --config=.eleventy-deploy.js " ,
8- "deploy" : " npm run build && gh-pages -d _site/_eleventy_redirect "
6+ "start" : " npx eleventy --serve" ,
7+ "preDeploy " : " npx eleventy --pathprefix=openjs-nodejs-application-developer-study-guide " ,
8+ "deploy" : " npm run preDeploy && gh-pages -d _site"
99 },
1010 "repository" : {
1111 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments