Skip to content

Commit f574848

Browse files
authoredJul 29, 2021
Fix link to substack blog post in README
1 parent fe5c01c commit f574848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Like `npm run watch-js & npm run watch-less` but better.
2020

2121
## Why
2222

23-
I like [task automation with npm](http://substack.net/task_automation_with_npm_run)
23+
I like [task automation with npm](https://github.com/substack/blog/blob/master/npm_run.markdown)
2424
but the usual way to run multiple commands concurrently is
2525
`npm run watch-js & npm run watch-css`. That's fine but it's hard to keep
2626
on track of different outputs. Also if one process fails, others still keep running

0 commit comments

Comments
 (0)