Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Remove inaccessible URL in computer_vision/README.md Line 11 #12382

Open
setbit123 opened this issue Nov 18, 2024 · 4 comments · May be fixed by #12383
Open

[Fix] Remove inaccessible URL in computer_vision/README.md Line 11 #12382

setbit123 opened this issue Nov 18, 2024 · 4 comments · May be fixed by #12383
Labels

Comments

@setbit123
Copy link

Repository commit

10aa789

Python version (python --version)

not important

Dependencies version (pip freeze)

not important

Expected behavior

Remove inaccessible URL.

Actual behavior

There is a inaccessible URL in line 11.

@setbit123 setbit123 added the bug label Nov 18, 2024
@setbit123 setbit123 linked a pull request Nov 18, 2024 that will close this issue
15 tasks
@setbit123
Copy link
Author

Additionally, I have attempted to search for the article using a similar title in DataRobot but did not retrieve any information, therefore, I personally believe that it would be more feasible to delete this URL instead of modifying it.

@setbit123
Copy link
Author

@TheAlgorithms/python_maintainers You reviews, please.

@27371123
Copy link

27371123 commented Dec 3, 2024

To remove an inaccessible URL on line 11 of the computer_vision/README.md file, you'll need to follow these general steps depending on your operating system and the text editor you're using:
Windows
Open the computer_vision folder in File Explorer.
Right-click on the README.md file and select "Open with" and then choose a text editor like Notepad++, Visual Studio Code, etc. (If Notepad++ is not installed, you may need to download and install it first).
In the text editor, navigate to line 11.
Delete the entire URL text on that line. Make sure you only remove the URL and not any other relevant text that might be around it and is still needed.
Once you've made the deletion, go to the "File" menu in the text editor and select "Save" to save the changes to the README.md file.
macOS
Open the Terminal application.
Navigate to the directory where the computer_vision folder is located using commands like cd. For example, if the folder is on your Desktop, you might type cd ~/Desktop/computer_vision.
Once in the correct directory, type open README.md which will open the file in the default text editor (usually TextEdit). If you prefer to use another text editor like Visual Studio Code, you can install it and then type the appropriate command to open the file in that editor (e.g., code README.md if you have VS Code installed and added to your path).
In the text editor, find line 11 and delete the URL.
Save the file. In TextEdit, you can go to the "File" menu and select "Save". In other text editors like VS Code, you can use the shortcut like Command + S (on macOS) to save the changes.

@setbit123
Copy link
Author

I have completed this task and submitted a PR, but it has been a long time since anyone has responded to that PR.

#12383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants