From 5b1121c71b570c3e358774066ed90c50f61d132b Mon Sep 17 00:00:00 2001 From: James McLeod Date: Wed, 23 Feb 2022 13:06:31 +0000 Subject: [PATCH] update various broken markdown file links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5ab8943c0..b64e0be88 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,13 @@ Check out [Stephen Goldbaum's Morphir Examples on GitHub](https://github.com/ste # Further reading -| Introduction & Background | Using Morphir | Applicability | -| :------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------- | -| [Resource Centre](https://resources.finos.org/morphir/) | [What Makes a Good Model](./docs/what-makes-a-good-domain-model.md) | [Sharing Business Logic Across Application Boundaries](./docs/shared_logic_modeling.md) | -| [Background](./docs/background.md) | [Development Automation (Dev Bots)](./docs/dev_bots.md) | [Regulatory Technology](./docs/regtech_modeling.md) | -| [Community](./docs/morphir_community.md) | [Modeling an Application](./docs/application_modeling.md) | | -| [What's it all about?](./docs/whats_it_about.md) | [Modeling Decision Tables](https://github.com/finos/morphir-examples/tree/master/src/Morphir/Sample/Rules.md) | | -| [Why we use Functional Programming?](./docs/why_functional_programming.md) | [Modeling for database developers](./docs/modeling/modeling-for-database-developers.md) | +| Introduction & Background | Using Morphir | Applicability | +| :------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------- | +| [Resource Centre](https://resources.finos.org/morphir/) | [What Makes a Good Model](./docs/what-makes-a-good-domain-model.md) | [Sharing Business Logic Across Application Boundaries](./docs/shared_logic_modeling.md) | +| [Background](./docs/background.md) | [Development Automation (Dev Bots)](./docs/dev_bots.md) | [Regulatory Technology](./docs/regtech_modeling.md) | +| [Community](./docs/morphir_community.md) | [Modeling an Application](./docs/application_modeling.md) | | +| [What's it all about?](./docs/whats_it_about.md) | [Modeling Decision Tables](https://github.com/finos/morphir-examples/tree/master/src/Morphir/Sample/Rules) | | +| [Why we use Functional Programming?](./docs/why_functional_programming.md) | [Modeling for database developers](./docs/modeling/modeling-for-database-developers.md) | # Development setup