Fix EdiFabrik link (#12)

This commit is contained in:
michaelachrisco 2018-09-03 17:37:49 -07:00 committed by GitHub
parent e0f865297a
commit 904655be40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ List of EDI Github Resources. PRs Welcome!
## Examples
- [Mulesoft examples](https://github.com/mulesoft/mulesoft-docs/blob/master/anypoint-b2b/v/latest/)
- [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) - PHP examples of writing EDI from scratch.
- [SDK](https://github.com/EdiFabric/Sdk/tree/master/Hipaa/Rules) - C# Examples of Benefit Enrollment (834) and Claim Payments (837).
- [Sdk](https://github.com/EdiFabric/Sdk/blob/master/EdiFabric.Sdk.Demo/Program.cs) - C# Demo using EdiFabric.
- [EDI-X12](https://github.com/dipique/EDI-X12) - Rough process for generating EDI X12 834 and 837 files from a CSV file. Structured in a way that allows easy transition to other data sources.