valueflows

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

commit 24c24e72a61b6182f8f86d42a3d7a58e4bc7467a
parent 565591b360b167fb27315226ed6ed5f7ddca2670
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Tue,  6 Aug 2019 12:26:40 -0500

Merge pull request #544 from valueflows/examples4

fix links
Diffstat:
Mdocs/examples/ex-complex.md | 2+-
Mdocs/examples/ex-exchange.md | 10+++++-----
Mdocs/examples/ex-planning.md | 8++++----
Mdocs/examples/ex-production.md | 4++--
4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/examples/ex-complex.md b/docs/examples/ex-complex.md @@ -2,4 +2,4 @@ #### Transportation with transfer FOB destination -[import, lang:"yaml"](../../transport-with-transfer.yaml) +[import, lang:"yaml"](../../examples/transport-with-transfer.yaml) diff --git a/docs/examples/ex-exchange.md b/docs/examples/ex-exchange.md @@ -4,29 +4,29 @@ An exchange agreement with commitments and an exchange without prior agreement. -[import, lang:"yaml"](../../exch-agreement.yaml) +[import, lang:"yaml"](../../examples/exch-agreement.yaml) #### Crypto-currency transfer A simple transfer of a currency from one agent to another. -[import, lang:"yaml"](../../transfer-crypto.yaml) +[import, lang:"yaml"](../../examples/transfer-crypto.yaml) #### Moving crypto-currency A simple move of a currency from one account to another by one agent. -[import, lang:"yaml"](../../move-crypto.yaml) +[import, lang:"yaml"](../../examples/move-crypto.yaml) #### Checkout book Checking out and checking back in a library book (a loan). -[import, lang:"yaml"](../../checkout-book.yaml) +[import, lang:"yaml"](../../examples/checkout-book.yaml) #### Claim Logged work triggers a claim for future income distribution for that work. -[import, lang:"yaml"](../../claim.yaml) +[import, lang:"yaml"](../../examples/claim.yaml) diff --git a/docs/examples/ex-planning.md b/docs/examples/ex-planning.md @@ -4,22 +4,22 @@ A plan for creating some different resources needed for one campaign. -[import, lang:"yaml"](../../simple-plan.yaml) +[import, lang:"yaml"](../../examples/simple-plan.yaml) #### Fulfillment and satisfaction Examples of commitments satisfying intents, and economic events satisfying commitments. -[import, lang:"yaml"](../../fulfill-satisfy.yaml) +[import, lang:"yaml"](../../examples/fulfill-satisfy.yaml) #### Proposals with intents Several simple examples of proposals, including requests and offers with and without expected reciprocity. Also timebank intents, price lists, requests for help with a planned production process. -[import, lang:"yaml"](../../simple-proposals.yaml) +[import, lang:"yaml"](../../examples/simple-proposals.yaml) #### Budgeting An abbreviated budget, an example of a scenario. -[import, lang:"yaml"](../../budget.yaml) +[import, lang:"yaml"](../../examples/budget.yaml) diff --git a/docs/examples/ex-production.md b/docs/examples/ex-production.md @@ -4,11 +4,11 @@ Execution of simple one-process manufacturing with typical inputs and outputs. -[import, lang:"yaml"](../../process-manufacturing.yaml) +[import, lang:"yaml"](../../examples/process-manufacturing.yaml) #### Workflow production A simple repair process with typical inputs and outputs. -[import, lang:"yaml"](../../process-workflow.yaml) +[import, lang:"yaml"](../../examples/process-workflow.yaml)