Skip to content

Instantly share code, notes, and snippets.

@kentcdodds
Last active April 19, 2021 17:05
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentcdodds/436a77ff8977269e5fee39d9d89956de to your computer and use it in GitHub Desktop.
Save kentcdodds/436a77ff8977269e5fee39d9d89956de to your computer and use it in GitHub Desktop.
I use this to automatically fix links in my react workshops
{
"name": "fix-links",
"version": "1.0.0",
"description": "I use this to automatically fix feedback links in my workshops",
"bin": "./fix-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