fix links

This commit is contained in:
Huy Pham 2019-09-16 16:13:49 -07:00
parent b333859d86
commit 7c1f197774
2 changed files with 4 additions and 4 deletions

View file

@ -135,7 +135,7 @@ ideas for a service before adding a new service type.
### Creating New Service
1. Modify the [Example Service File](/daemon/examples/myservices/sample.py)
1. Modify the [Example Service File](../daemon/examples/myservices/sample.py)
to do what you want. It could generate config/script files, mount per-node
directories, start processes/scripts, etc. sample.py is a Python file that
defines one or more classes to be imported. You can create multiple Python