From 0ff29178c8771ab10e43a395e252c6a118306942 Mon Sep 17 00:00:00 2001 From: John Schroeder Date: Mon, 23 Nov 2020 22:54:34 -0600 Subject: [PATCH] fix: use bibliography-style links in related posts section of readme (#932) This effectively removes political references. Closes #931 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2b62df32..01a2bd623 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ This project contains a script that will run arbitrary shell tasks with a list o ## Related blogs posts and talks -- [Make Linting Great Again](https://medium.com/@okonetchnikov/make-linting-great-again-f3890e1ad6b8#.8qepn2b5l) -- [Running Jest Tests Before Each Git Commit](https://benmccormick.org/2017/02/26/running-jest-tests-before-each-git-commit/) -- [AgentConf: Make Linting Great Again](https://www.youtube.com/watch?v=-mhY7e-EsC4) -- [SurviveJS Interview](https://survivejs.com/blog/lint-staged-interview/) +- [Introductory Medium post - Andrey Okonetchnikov, 2016](https://medium.com/@okonetchnikov/make-linting-great-again-f3890e1ad6b8#.8qepn2b5l) +- [Running Jest Tests Before Each Git Commit - Ben McCormick, 2017](https://benmccormick.org/2017/02/26/running-jest-tests-before-each-git-commit/) +- [AgentConf presentation - Andrey Okonetchnikov, 2018](https://www.youtube.com/watch?v=-mhY7e-EsC4) +- [SurviveJS interview - Juho Vepsäläinen and Andrey Okonetchnikov, 2018](https://survivejs.com/blog/lint-staged-interview/) > If you've written one, please submit a PR with the link to it!