diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-27 00:44:58 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-27 00:44:58 +0200 |
| commit | af45de09ca05e86802e8ef173c1b037b52b0178d (patch) | |
| tree | fa3c0ec61e363beec23520079c4ef115c90109ea | |
| parent | 94986f17dc11be071d7849f822f5083967ed9f06 (diff) | |
Fix image URLs in iodir documentatio
| -rw-r--r-- | doc/src/doc/iodir.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/doc/iodir.md b/doc/src/doc/iodir.md index 6cb0017..d2808da 100644 --- a/doc/src/doc/iodir.md +++ b/doc/src/doc/iodir.md @@ -36,7 +36,7 @@ Other files will be copied as-is to the output directory. For illustration, here is a sample input directory: - + ## Output directory @@ -51,7 +51,7 @@ The output directory is defined at compile time by using the `-out` Here is the output directory corresponding to the previous input directory: - + As you can see, the output directory contains the same files as the input directory, except for the template file and the Markdown files, which have been |
