moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
452 stars 150 forks source link

Update the "CONTRIBUTING.md" file so that the links aren't broken #1444

Closed n2847 closed 1 month ago

n2847 commented 2 months ago

ACH Version

latest from master branch

What were you trying to do?

Several of the links are broken in the "CONTRIBUTING.md" file. (Corrections are available with PR https://github.com/moov-io/ach/pull/1442).

The current AUTHORS.md link results in a 404 since the file is called “AUTHORS”, not “AUTHORS.md”.

The “Go Code Review Comments” link requires the user to manually redirect their browser after clicking on the link.

The numbering of instructions for adding SEC types starts with "2".

The "readACH" link gives a 404.

The "writeACH" link gives a 404.

Several "Format Specification" links don't work.

Some misspellings: Cheny->Cheney, buide->guide, Wikipeda->Wikipedia

The “I” in the word “FIle” should be changed from uppercase to lowercase.

“Nacha” should be all uppercase.

What did you expect to see?

I created a pull request with corrected links and some minor spelling fixes. See PR https://github.com/moov-io/ach/pull/1442