Skip to content

Commit

Permalink
Merge branch 'topic/update-documentation-testsuite'
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Jun 5, 2016
2 parents de51c2c + 557e534 commit f17fa9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/DevelopPerlScripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reading this page, you will know:
- How to install simple Perl modules.

Minimal examples for a program and a library can be found under
[testsuite/script/test_perl][example-showconfig].
[example/script/perl/showconfig][example-showconfig].

## Install a simple Perl program

Expand Down Expand Up @@ -110,4 +110,4 @@ that the library client prepares all variables required by the library
to run correctly.

[example-anvil]: https://github.com/michipili/anvil
[example-showconfig]: https://github.com/michipili/bsdowl/blob/master/testsuite/script/test_perl/showconfig.pl
[example-showconfig]: https://github.com/michipili/bsdowl/blob/master/example/script/perl/showconfig/showconfig.pl
4 changes: 2 additions & 2 deletions doc/DevelopShellScripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reading this page, you will know:
- How to install shell libraries.

Minimal examples for a program and a library can be found under
[testsuite/script/test_shell][example-showconfig]. The
[example/script/shell/showconfig][example-showconfig]. The
[Anvil][example-anvil] project provides a more complete example.


Expand Down Expand Up @@ -110,6 +110,6 @@ replacement modifiers to ensure it runs in a sane environment.
- A [list of obsolete or deprecated shell constructs][shell-obsolete]

[example-anvil]: https://github.com/michipili/anvil
[example-showconfig]: https://github.com/michipili/bsdowl/blob/master/testsuite/script/test_shell/showconfig.sh
[example-showconfig]: https://github.com/michipili/bsdowl/blob/master/example/script/shell/showconfig/showconfig.sh
[shell-check]: http://www.shellcheck.net
[shell-obsolete]: http://wiki.bash-hackers.org/scripting/obsolete
1 change: 0 additions & 1 deletion doc/GettingStartedOCaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ For this guide, we first assume that the source code is a single file
`wordcount.ml` and then consider a more complex case.

[example-gasoline]: https://github.com/michipili/gasoline
[example-program]: ../testsuite/ocaml/test_program/TestProgram.mk


## Compile a simple OCaml program
Expand Down

0 comments on commit f17fa9a

Please sign in to comment.