From 27fca8bf60d76ba89425253e353aad1d4976fc01 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 12 Aug 2022 11:12:51 -0700 Subject: [PATCH] Link to GitHub repo from contributing docs, refs #71 --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 7fd853b..edb15c2 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,6 +1,6 @@ # Contributing -To contribute to this tool, first checkout the code. Then create a new virtual environment: +To contribute to this tool, first checkout [the code](https://github.com/simonw/s3-credentials). Then create a new virtual environment: cd s3-credentials python -m venv venv