valueflows

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

commit 3334c831c129091f394bf88a568e1e937d8ecf95
parent e7259fdae4a73fd14694926f933b4db28bc713e0
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Fri,  7 Jun 2019 14:46:49 -0500

Fix track link in Concepts again
Diffstat:
Mdocs/introduction/concepts.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/introduction/concepts.md b/docs/introduction/concepts.md @@ -36,4 +36,4 @@ Producing and exchange olive oil and coffee, even more simplified. Value flows can be traversed forwards ("tracking") or backwards ("tracing"). Often people use the term "provenance" when looking backwards towards the source of some resource, sometimes when a problem emerges (as in a disease outbreak from food), sometimes to know the quality of the resource (as in wanting local humanely produced food with lower ecological impact). -The data structures of ValueFlows provide the ability to trace or track any value flow, no matter how long or complex, see [Track and Trace](appendix/track.html). +The data structures of ValueFlows provide the ability to trace or track any value flow, no matter how long or complex, see [Track and Trace](https://valueflo.ws/appendix/track.html).