Bug fix: Fix links in readme with typos or link to dev fork #415 #525
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
URL typos #415
Fixed links for several repos that pointed to 404 error
Summary
Changed 7 urls to fix the 404 error. Below is the list of changes made:
The urls for the following were pointing to the forked repo of the developer
Description
Here is a verbose list of the changes in urls
The changes are as follows:
https://github.com/Mathdallas-code/Python-Scripts/tree/main/Distance%20Calculator -> https://github.com/DhanushNehru/Python-Scripts/tree/main/Distance%20Calculator
https://github.com/DhanushNehru/Python-Scripts/tree/main/Duplicate%Fnder -> https://github.com/DhanushNehru/Python-Scripts/tree/main/Duplicate%20Finder
https://github.com/debojit11/Python-Scripts/tree/main/File_Search -> https://github.com/DhanushNehru/Python-Scripts/tree/main/File_Search
https://github.com/nem5345/Python-Scripts/tree/main/Password%20Manager -> https://github.com/DhanushNehru/Python-Scripts/tree/main/Password%20Manager
https://github.com/nem5345/Python-Scripts/tree/main/Password%20Strength%20Checker -> https://github.com/DhanushNehru/Python-Scripts/tree/main/Password%20Strength%20Checker
https://github.com/AbhijitMotekar99/Python-Scripts/blob/main/PDF%20Merger%20and%20Splitter/PDF%20Merger%20and%20Splitter.py -> https://github.com/DhanushNehru/Python-Scripts/blob/main/PDF%20Merger%20and%20Splitter/PDF%20Merger%20and%20Splitter.py
https://github.com/NotIncorecc/Python-Scripts/tree/main/Road-Lane-Detection -> https://github.com/DhanushNehru/Python-Scripts/tree/main/Road-Lane-Detection
Checks
in the repository
in the PR
Thank You,
Francesca