Skip to content

Commit 5f6ee59

Browse files
Update README.md
1 parent b109759 commit 5f6ee59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A collection of simple python mini projects to enhance your Python skills.
3737

3838
- Create a folder in [projects directory](https://github.com/Mayank94043626/python-projects-open-source/tree/master/projects) according to issue name.
3939
- Write your code and add to the respective folder in the projects directory, locally.
40-
- Don't forget to add a `README.md` in your folder, according to the [README_TEMPLATE.](https://github.com/Mayank94043626/python-projects-open-source/master/README_TEMPLATE.md)
40+
- Don't forget to add a `README.md` in your folder, according to the [README_TEMPLATE.](https://github.com/Mayank94043626/python-projects-open-source/blob/master/README_TEMPLATE.md)
4141
- Add the changes with `git add`, `git commit` ([write a good commit message](https://chris.beams.io/posts/git-commit/), if possible):
4242
4343
```bash
@@ -60,4 +60,4 @@ A collection of simple python mini projects to enhance your Python skills.
6060
6161
## README Template for scripts
6262
63-
[README Template](https://github.com/chavarera/python-projects-open-source/master/README_TEMPLATE.md)
63+
[README Template](https://github.com/chavarera/python-projects-open-source/blob/master/README_TEMPLATE.md)

0 commit comments

Comments
 (0)