From c5a89531f600167be2d631447e2c7f151a10eac7 Mon Sep 17 00:00:00 2001 From: salbuzov <273566609+salbuzov@users.noreply.github.com> Date: Sun, 5 Apr 2026 00:53:03 +0400 Subject: [PATCH] docs: fix broken title and badge links in README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4a8c52f..8eaaab7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -

Daily Python Scripts

+

Python Scripts

**Do you know anything that can help all to easy our tough life than tell that secret to us and help us to become lazy like Panda**

-    -    -    -    +    +    +    +   

@@ -24,7 +24,7 @@ ## Hacktoberfest 2022 Update **See full details and guidelines on** - * [Hacktober cheasheat](https://github.com/metafy-social/daily-python-scripts/blob/master/HACKTOBERFEST.md) + * [Hacktober cheasheat](https://github.com/metafy-social/python-scripts/blob/master/HACKTOBERFEST.md) * [Official website](https://hacktoberfest.digitalocean.com/) @@ -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.