File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
echo '<ul>' >> build/index.html
45
45
for dir in $(ls build); do
46
46
if [ -d "build/$dir" -a -f "build/$dir/index.html" ]; then
47
- echo "<li><a href='./$dir/index.html '>$dir</a></li>" >> build/index.html
47
+ echo "<li><a href='./$dir/'>$dir</a></li>" >> build/index.html
48
48
fi
49
49
done
50
50
echo '</ul>' >> build/index.html
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ A slide with a background image
36
36
37
37
<center >
38
38
39
- <!-- Update this link with the link of your slides -->
40
- ![ w:256px] ( https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=github.com/code-star &margin=16 )
39
+ <!-- Update this link with the name of your slides instead of 'example' -->
40
+ ![ w:256px] ( https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=code-star. github.io/codestar-marp/example/ &margin=16 )
41
41
* Link to the slides*
42
42
43
43
</center >
You can’t perform that action at this time.
0 commit comments