Skip to content

Commit

Permalink
Add & fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed May 9, 2018
1 parent f53060f commit 2c539b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In addition to features provided by markdown, cortodoc comes with a number of cu

- highlight notes, warnings and console commands
- syntax highlighting for popular languages
- doxygen support
- doxygen support ([example](https://corto.io/doc/Corto_API_Reference.html))
- code generation from corto model files

** This document is a work in progress. Some sections may refer to features that are not yet implemented, and some links may not yet work **
Expand Down Expand Up @@ -62,7 +62,7 @@ After the generation has completed, the directory in which the command was execu
[everything you need to know about cortodoc]

### Generating from a markdown file
The corto doc tool (`https://github.com/cortoproject/driver-tool-doc`) is a simple front-end for the cortodoc framework. It accepts a single argument, which is a markdown file, for which it will invoke the cortodoc HTML generator. The following command generates HTML for a file called `README.md`:
The corto doc tool (https://github.com/cortoproject/driver-tool-doc) is a simple front-end for the cortodoc framework. It accepts a single argument, which is a markdown file, for which it will invoke the cortodoc HTML generator. The following command generates HTML for a file called `README.md`:

```demo
corto doc README.md
Expand Down

0 comments on commit 2c539b8

Please sign in to comment.