Bug fix: Fix links in readme with typos or link to dev fork #415 by franrizz15 · Pull Request #525 · wasmerio/Python-Scripts
Navigation Menu
{{ message }}
wasmerio / Python-Scripts Public
- Notifications You must be signed in to change notification settings
- Fork 499
Open
Bug fix: Fix links in readme with typos or link to dev fork #415#525
franrizz15 wants to merge 1 commit intowasmerio:mainfrom
Bug fix: Fix links in readme with typos or link to dev fork #415#525
franrizz15 wants to merge 1 commit intowasmerio:mainfrom
Conversation
Copy link
franrizz15
commented
Jan 1, 2026
franrizz15
commented
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:
- Duplicate Finder had a typo in the url and the % sign was used instead of %20 to reference the blank space
The urls for the following were pointing to the forked repo of the developer
- Distance Calculator
- File Search
- Password Manager
- Password Strength Checker
- PDF merger and splitter
- Road-Lane-Detection
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
- Made no changes that degrades the functioning of the repository
- Gave each commit a better title (unlike updated README.md)
in the PR
- Followed the format of the pull_request_template
- Made the Pull Request in a small level (for the creator's wellfare)
- Tested the changes you made
Thank You,
Francesca
Fixed links for several repos that pointed to 404 error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment