Skip to content

Commit ed934c8

Browse files
committed
Add additional references
1 parent 109a97b commit ed934c8

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

index.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,13 +1910,28 @@ <h2>Good to know</h2>
19101910
<h2>References</h2>
19111911
<ul class="references">
19121912
<li>
1913-
Setup article:
19141913
<a
1915-
href="https://stefaniemolin.com/articles/devx/pre-commit/setup-guide/"
1914+
href="https://stefaniemolin.com/articles/devx/pre-commit/"
19161915
target="_blank"
1917-
>How to Set Up Pre-Commit Hooks</a
1916+
>Pre-commit articles</a
19181917
>
1919-
by Stefanie Molin
1918+
on my website, including
1919+
<ul style="margin-top: 0.5em">
1920+
<li>
1921+
<a
1922+
href="https://stefaniemolin.com/articles/devx/pre-commit/setup-guide/"
1923+
target="_blank"
1924+
>How to Set Up Pre-Commit Hooks</a
1925+
>
1926+
</li>
1927+
<li>
1928+
<a
1929+
href="https://stefaniemolin.com/articles/devx/pre-commit/hook-creation-guide/"
1930+
target="_blank"
1931+
>Pre-Commit Hook Creation Guide</a
1932+
>
1933+
</li>
1934+
</ul>
19201935
</li>
19211936
<li>
19221937
Official documentation:

0 commit comments

Comments
 (0)