Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/finos/morphir into meeting-…
Browse files Browse the repository at this point in the history
…agenda-template
  • Loading branch information
James McLeod committed Nov 2, 2022
2 parents b15affc + fdedfa6 commit bb79772
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ In Morphir's data format this would translate into something like this:
# Security
# License
-->
20 changes: 10 additions & 10 deletions website/src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,34 +131,34 @@ const FeatureList: FeatureItem[] = [
<div className='col col--4'>
<h4>Introduction & Background</h4>
<div className={styles.furtherReading}>
<Link to={'http://morphir.finos.org/docs/why_functional_programming'}>Why Functional Programming?</Link>
<Link to={'http://morphir.finos.org/docs/whats_it_about'}>What's it all about?</Link>
<Link to={'http://morphir.finos.org/docs/background'}>Background</Link>
<Link to={'http://morphir.finos.org/docs/morphir_community'}>Community</Link>
<Link to={'https://morphir.finos.org/docs/functional-programming'}>Why Functional Programming?</Link>
<Link to={'https://morphir.finos.org/docs/application-article'}>What's it all about?</Link>
<Link to={'https://morphir.finos.org/docs/background-story'}>Background</Link>
<Link to={'https://morphir.finos.org/docs/morphir-community'}>Community</Link>
<Link to={'https://resources.finos.org/znglist/morphir/'}>Resource Centre</Link>
</div>
</div>
<div className='col col--4'>
<h4>Using Morphir</h4>
<div className={styles.furtherReading}>
<Link to={'http://morphir.finos.org/docs/what-makes-a-good-domain-model'}>What Makes a Good Model</Link>
<Link to={'http://morphir.finos.org/docs/dev_bots'}>Development Automation (Dev Bots)</Link>
<Link to={'http://morphir.finos.org/docs/application_modeling'}>Modeling an Application</Link>
<Link to={'https://morphir.finos.org/docs/domain-model'}>What Makes a Good Model</Link>
<Link to={'https://morphir.finos.org/docs/dev-bots'}>Development Automation (Dev Bots)</Link>
<Link to={'https://morphir.finos.org/docs/modeling-applications'}>Modeling an Application</Link>
<Link to={'https://github.com/finos/morphir-examples/tree/main/src/Morphir/Sample/Rules'}>
Modeling Decision Tables
</Link>
<Link to={'http://morphir.finos.org/docs/modeling/modeling-for-database-developers.html'}>
<Link to={'https://morphir.finos.org/docs/modeling/modeling-database-developers'}>
Modeling for database developers
</Link>
</div>
</div>
<div className='col col--4'>
<h4>Applicability</h4>
<div className={styles.furtherReading}>
<Link to={'http://morphir.finos.org/docs/shared_logic_modeling'}>
<Link to={'https://github.com/finos/morphir/blob/dcf8dc59b1430170790da3fd6df9d74a0cef7282/docs/presentations/Morphir%20-%20Sharing%20Business%20Logic.pdf'}>
Sharing Business Logic Across Application Boundaries
</Link>
<Link to={'http://morphir.finos.org/docs/regtech_modeling'}>Regulatory Technology</Link>
<Link to={'http://morphir.finos.org/docs/automating-regtech'}>Regulatory Technology</Link>
</div>
</div>
</section>
Expand Down

0 comments on commit bb79772

Please sign in to comment.