1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-07 09:08:01 +00:00

Fix broken markdown link

This commit is contained in:
jbranchaud
2021-02-24 11:13:52 -06:00
parent 476a043f33
commit 4f04f269ef

View File

@@ -7,7 +7,7 @@ like [husky](https://github.com/typicode/husky) or with a custom script.
As you're working on a feature branch, you can and should make frequent As you're working on a feature branch, you can and should make frequent
checkpoint commits like a climber puts checkpoint commits like a climber puts
[pitons](https://en.wikipedia.org/wiki/Piton#:~:text=In%20climbing%2C%20a%20piton%20(%2F,assist%20progress%20in%20aid%20climbing.) [pitons](https://en.wikipedia.org/wiki/Piton#:~:text=In%20climbing%2C%20a%20piton%20(%2F,assist%20progress%20in%20aid%20climbing)
into the rock face. These are anchor points that reduce the risk of losing into the rock face. These are anchor points that reduce the risk of losing
work. They make it easier and safer to return to a point in time when your code work. They make it easier and safer to return to a point in time when your code
was in a "good" state. was in a "good" state.