Skip to content

Commit f176019

Browse files
authored
Fix broken links (#346)
1 parent 4616e8e commit f176019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Morphir consists of a few projects based on the features they provide.
5656
- The Elm compiler for authoring morphir applications in Elm
5757
- The morphir visualization components and developer tools
5858
- The Scala, JSON Schema, TypeScript, TypeSpec (Cadl), cypher, semantic, and more backend processors.
59-
- **[morphir-jvm](https://github.com/finos/morphir)** - Supporting SDK and packaging for running morphir on the JVM.
59+
- **[morphir-jvm](https://github.com/finos/morphir-jvm)** - Supporting SDK and packaging for running morphir on the JVM.
6060
- **[morphir-examples](https://github.com/finos/morphir-examples)** - A whole lot of examples.
6161

6262
### Incubator Morphir Projects
@@ -99,7 +99,7 @@ Email [email protected] to be added to the meeting invite directly, or find the mee
9999

100100
1. Fork it (<https://github.com/finos/morphir/fork>)
101101
2. Create your feature branch (`git checkout -b feature/fooBar`)
102-
3. Read our [contribution guidelines](.github/CONTRIBUTING.md) and [Community Code of Conduct](https://www.finos.org/code-of-conduct)
102+
3. Read our [contribution guidelines](docs/contributing.md) and [Community Code of Conduct](https://www.finos.org/code-of-conduct)
103103
4. Commit your changes (`git commit -am 'Add some fooBar'`)
104104
5. Push to the branch (`git push origin feature/fooBar`)
105105
6. Create a new Pull Request

0 commit comments

Comments
 (0)