valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 80665717f6a24ae67ae5a69cfe09804a62160452
parent c50ec46d9eb62bda307a0db756fa024ba98605cc
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Thu,  9 Mar 2017 16:29:56 -0600

fix link paths

Diffstat:
Mdocs/SUMMARY.md | 66+++++++++++++++++++++++++++++++++---------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)

diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md @@ -9,41 +9,41 @@ ## Specification ### Diagrams -* [RDF-based](vowl.md) -* [UML](uml.md) +* [RDF-based](diagrams/vowl.md) +* [UML](diagrams/uml.md) ### Classes -* [List of Classes](classes.md) +* [List of Classes](classes/classes.md) -* [vf:Agent](agent.md) -* [vf:Event](event.md) -* [vf:Group](group.md) -* [vf:Person](person.md) -* [vf:Process](process.md) -* [vf:Relationship](relationship.md) -* [vf:Resource](resource.md) -* [vf:Transformation](transformation.md) -* [vf:Transportation](transportation.md) +* [vf:Agent](classes/agent.md) +* [vf:Event](classes/event.md) +* [vf:Group](classes/group.md) +* [vf:Person](classes/person.md) +* [vf:Process](classes/process.md) +* [vf:Relationship](classes/relationship.md) +* [vf:Resource](classes/resource.md) +* [vf:Transformation](classes/transformation.md) +* [vf:Transportation](classes/transportation.md) ### Properties -* [List of Properties](properties.md) +* [List of Properties](properties/properties.md) -* [vf:action](action.md) -* [vf:affectedQuantity](affectedquantity.md) -* [vf:category](category.md) -* [vf:context](context.md) -* [vf:currentLocation](currentlocation.md) -* [vf:eventStart](eventstart.md) -* [vf:image](image.md) -* [vf:input](input.md) -* [vf:name](name.md) -* [vf:note](note.md) -* [vf:object](object.md) -* [vf:output](output.md) -* [vf:primaryLocation](primarylocation.md) -* [vf:quantity](quantity.md) -* [vf:relationship](relationship.md) -* [vf:resource](resource.md) -* [vf:subject](subject.md) -* [vf:trackingIdentifier](trackingidentifier.md) -* [vf:underlyingResource](underlyingresource.md)- \ No newline at end of file +* [vf:action](properties/action.md) +* [vf:affectedQuantity](properties/affectedquantity.md) +* [vf:category](properties/category.md) +* [vf:context](properties/context.md) +* [vf:currentLocation](properties/currentlocation.md) +* [vf:eventStart](properties/eventstart.md) +* [vf:image](properties/image.md) +* [vf:input](properties/input.md) +* [vf:name](properties/name.md) +* [vf:note](properties/note.md) +* [vf:object](properties/object.md) +* [vf:output](properties/output.md) +* [vf:primaryLocation](properties/primarylocation.md) +* [vf:quantity](properties/quantity.md) +* [vf:relationship](properties/relationship.md) +* [vf:resource](properties/resource.md) +* [vf:subject](properties/subject.md) +* [vf:trackingIdentifier](properties/trackingidentifier.md) +* [vf:underlyingResource](properties/underlyingresource.md)+ \ No newline at end of file