Skip to content

Commit

Permalink
use better link
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 14, 2014
1 parent 166350f commit 639c0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Agents are used to modify the underlaying system. Their most important feature i
Agents for target system are managed by SCR instance. Each agent is attached to its unique path. The path is special YaST data type(TODO link). An agent itself is defined
by its scrconf file where is specified if some base together with its parameters that should be used or path to a binary if the agent is implemented by script.
Agents that is implemented in script communicate via YCP protocol and have predefined methods. Agents using base just configure such base. The base are
library that is registered also to SCR, but without path. It is usually parser, that allows easier reading and writing files. For example of such library see [system agent documentation](http://yast-core.readthedocs.org/en/latest/doc/systemagent).
library that is registered also to SCR, but without path. It is usually parser, that allows easier reading and writing files. For example of such library see [system agent documentation](doc/systemagent).

### Hints
- Agents can be registered during runtime. See [SCR#RegisterAgent](http://www.rubydoc.info/github/yast/yast-ruby-bindings/Yast/SCR#RegisterAgent-class_method)
Expand Down

0 comments on commit 639c0fa

Please sign in to comment.