From e1da82db5a5593f639be3f40c35436f168d633e1 Mon Sep 17 00:00:00 2001 From: Reuben rosenberg Date: Thu, 6 Mar 2025 19:08:32 -0800 Subject: [PATCH] Docs(README.md): corrected broken link to CONTRIBUTING.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a8c52f..47641a9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can contribute by adding new scripts, improving current scripts or Documenta ## Here are the steps to Make contribute 👣 -- [x] Take a look at [Contributing Guide](https://github.com/metafy-social/daily-python-scripts/blob/master/CONTRIBUTING.md) (Necessary) +- [x] Take a look at [Contributing Guide](https://github.com/metafy-social/python-scripts/blob/master/CONTRIBUTING.md) (Necessary) - [x] Create an issue for making any change to code. when issue will be approve you can make a change. - [x] Pull latest change from upstream branch before starting the changing code. - [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.