valueflows

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

commit 1206be594c9ad4e4d18ccb43833b878e0063614d
parent 9fbbf6b31398e0fc349dfda88bbe3fa1a1e368c3
Author: Michael Williams <dinosaur@riseup.net>
Date:   Thu, 16 Oct 2014 14:03:03 -0700

Merge pull request #2 from almereyda/patch-1

update links in README.md to conform to current state
Diffstat:
MREADME.md | 13++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -6,8 +6,11 @@ should be applicable in describing resource accounting for networks of people an ### WORK IN PROGRESS -- [Person](./Person/index.js) -- [Group](./Group/index.js) -- [Membership](./Membership/index.js) -- [Role](./Role/index.js) -- [Location](./Location/index.js) +- [Agent](./vocab/Agent.js) +- [Group](./vocab/Group.js) +- [Location](./vocab/Location.js) +- [Person](./vocab/Person.js) +- [Relationship](./vocab/Relationship.js) +- [RelationshipType](./vocab/Relationship.js) +- [Role](./vocab/Role.js) +