Skip to content
Snippets Groups Projects
Unverified Commit 4b19b36c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix index

parent 9a682fbf
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ all: html/index.html \ ...@@ -7,7 +7,7 @@ all: html/index.html \
html/6_unix_processes.html \ html/6_unix_processes.html \
html/7_streams_and_pipes.html html/7_streams_and_pipes.html
index.html: index.md github-pandoc.css html/index.html: index.md github-pandoc.css
pandoc -s -c github-pandoc.css index.md -o html/index.html pandoc -s -c github-pandoc.css index.md -o html/index.html
html/1_understanding_a_computer.html: 1_understanding_a_computer.md github-pandoc.css html/1_understanding_a_computer.html: 1_understanding_a_computer.md github-pandoc.css
......
...@@ -9,7 +9,7 @@ title: # Unix / command line training course ...@@ -9,7 +9,7 @@ title: # Unix / command line training course
3. [First steps in a terminal](http://perso.ens-lyon.fr/laurent.modolo/unix/3_first_steps_in_a_terminal.html) 3. [First steps in a terminal](http://perso.ens-lyon.fr/laurent.modolo/unix/3_first_steps_in_a_terminal.html)
4. [The Unix file system.](http://perso.ens-lyon.fr/laurent.modolo/unix/4_unix_file_system.html) 4. [The Unix file system.](http://perso.ens-lyon.fr/laurent.modolo/unix/4_unix_file_system.html)
5. [Users and rights](http://perso.ens-lyon.fr/laurent.modolo/unix/5_users_and_rights.html) 5. [Users and rights](http://perso.ens-lyon.fr/laurent.modolo/unix/5_users_and_rights.html)
6. [Unix processes]((http://perso.ens-lyon.fr/laurent.modolo/unix/6_unix_processes.html)) 6. [Unix processes](http://perso.ens-lyon.fr/laurent.modolo/unix/6_unix_processes.html)
7. [Streams and pipes]((http://perso.ens-lyon.fr/laurent.modolo/unix/7_streams_and_pipes.html)) 7. [Streams and pipes](http://perso.ens-lyon.fr/laurent.modolo/unix/7_streams_and_pipes.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment