From 0d815a1dcf118572d47997c85436b015faf3d0b8 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 9 Jun 2016 09:57:54 +0200 Subject: [PATCH] Update index.md --- manual/config/layer2/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manual/config/layer2/index.md b/manual/config/layer2/index.md index 4bfc043..850fbd2 100644 --- a/manual/config/layer2/index.md +++ b/manual/config/layer2/index.md @@ -59,20 +59,20 @@ Variables of the actions are given by the _event_ field. It has following fields |Field|Meaning| |:----|:----| | event.config | the configuration as called with sync{} | -| event.inlet | see [layer 1]({{ site.url }}/manual/config/layer1/) about inlets | +| event.inlet | see [layer 1](../layer1/) about inlets | | event.etype | the event type. Can be 'ATTRIB', 'CREATE', 'MODIFY', 'DELETE', 'MOVE' | | event.status | the status of the event. 'wait' when it is ready to be spawned and 'active' if there is a process running associated with this event | | event.isdir | true if the event relates to a directory | | event.name | the filename, directories end with a slash | | event.basename | the filename, directories do not end with a slash | -| event.path | see ^path of [Layer 3]({{ site.url }}/manual/config/layer3/#all-possible-variables) | -| event.pathname | see ^pathname of [Layer 3]({{ site.url }}/manual/config/layer3/#all-possible-variables) | -| event.source | see ^source of [Layer 3]({{ site.url }}/manual/config/layer3/#all-possible-variables) | -| event.sourcePath | see ^sourcePath of [Layer 3]({{ site.url }}/manual/config/layer3/#all-possible-variables) | -| event.sourcePathname | see ^sourcePathname of [Layer 3]({{ site.url }}/manual/config/layer3/#all-possible-variables) | -| event.target | see ^target of [Layer 3]({{ site.url }}/manual/config/layer3/#all-possible-variables) | -| event.targetPath | see ^targetPath of [Layer 3]({{ site.url }}/manual/config/layer3/#all-possible-variables) | -| event.targetPathname | see ^targetPathname of [Layer 3]({{ site.url }}/manual/config/layer3/#all-possible-variables) | +| event.path | see ^path of [Layer 3](../layer3/#all-possible-variables) | +| event.pathname | see ^pathname of [Layer 3](../layer3/#all-possible-variables) | +| event.source | see ^source of [Layer 3](../layer3/#all-possible-variables) | +| event.sourcePath | see ^sourcePath of [Layer 3](../layer3/#all-possible-variables) | +| event.sourcePathname | see ^sourcePathname of [Layer 3](../layer3/#all-possible-variables) | +| event.target | see ^target of [Layer 3](../layer3/#all-possible-variables) | +| event.targetPath | see ^targetPath of [Layer 3](../layer3/#all-possible-variables) | +| event.targetPathname | see ^targetPathname of [Layer 3](../layer3/#all-possible-variables) | onMove actions have two events as parameter, the origin and the destination of the move.