Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Using in-house templates
See `invoice2data/extract/templates` for existing templates. Just extend
the list to add your own. If deployed by a bigger organisation, there
should be an interface to edit templates for new suppliers. 80-20 rule.
For a short tutorial on how to add new templates, see [tutorial.md](../docs/tutorial.md).
For a short tutorial on how to add new templates, see [tutorial.md](./docs/tutorial.md).

Templates are based on Yaml or JSON. They define one or more keywords to find
the right template, one or more exclude_keywords to further narrow it down
Expand Down Expand Up @@ -184,7 +184,7 @@ It can be installed on most distributions by:
## Development

If you are interested in improving this project, have a look at our
[developer guide](../docs/contributing.md) to get you started quickly.
[developer guide](./CONTRIBUTING.md) to get you started quickly.

## Roadmap and open tasks

Expand Down