Skip to content

Instantly share code, notes, and snippets.

@kentcdodds
Last active December 3, 2020 20:43
Show Gist options
  • Save kentcdodds/cfc1085d6a653956ab95ea2ee85a26d5 to your computer and use it in GitHub Desktop.
Save kentcdodds/cfc1085d6a653956ab95ea2ee85a26d5 to your computer and use it in GitHub Desktop.
I use this to automatically fix links in my react workshops. (This one's only for the testing-react-apps repo because those markdown files aren't rendered in a UI, the normal one is at https://gist.github.com/kentcdodds/436a77ff8977269e5fee39d9d89956de)
{
"name": "fix-feedback-links",
"version": "1.0.0",
"description": "I use this to automatically fix feedback links in my workshops",
"bin": "./fix-feedback-links.js",
"dependencies": {
"glob": "7.1.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment