Skip to content

Commit 3fd2dc3

Browse files
authored
Merge pull request #1658 from Thridev/inbrowserlink
Fixing the links to the in-browser ACH file parser in the readme
2 parents 47f7e3e + 3bb1cb3 commit 3fd2dc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you're looking for an event driven ACH engine for uploading/downloading files
4242
- [Data persistence](#data-persistence)
4343
- [As a Go module](#go-library)
4444
- [As a command line tool](#command-line)
45-
- [As an in-browser parser](##in-browser-ach-file-parser)
45+
- [As an in-browser parser](#in-browser-ach-file-parser)
4646
- [OpenAPI SDKs](#sdks)
4747
- [Learn about ACH](#learn-about-ach)
4848
- [FAQ](#faq)
@@ -310,7 +310,7 @@ Describing ACH file 'test/testdata/ppd-debit.ach'
310310
```
311311

312312
### In-browser ACH file parser
313-
Using our [in-browser utility](http://oss.moov.io/ach/), you can instantly convert ACH files into JSON. Either paste in ACH file content directly or choose a file from your local machine. This tool is particularly useful if you're handling sensitive PII or want perform some quick tests, as operations are fully client-side with nothing stored in memory.
313+
Using our [in-browser utility](https://moov-io.github.io/ach/webui/), you can instantly convert ACH files into JSON. Either paste in ACH file content directly or choose a file from your local machine. This tool is particularly useful if you're handling sensitive PII or want perform some quick tests, as operations are fully client-side with nothing stored in memory.
314314

315315
### SDKs
316316

@@ -332,7 +332,7 @@ Below are some SDKs generated from the API documentation:
332332
## FAQ
333333
<details open="true">
334334
<summary ><b>Is there an in-browser tool for converting ACH files into JSON?</b></summary>
335-
Yes! You can find our browser utility at <a href="http://oss.moov.io/ach/">http://oss.moov.io/ach/</a>.
335+
Yes! You can find our browser utility at <a href="https://moov-io.github.io/ach/webui/">https://moov-io.github.io/ach/webui/</a>.
336336
</details>
337337
<details open="true">
338338
<summary><b>Is my data being saved somewhere?</b></summary>

0 commit comments

Comments
 (0)