general
How can I send a PR to fix a link in a webpage?
I noticed a broken link on a webpage and want to send a pull request to fix it. How can I do that?
cl
clement-igonet
Asked on Feb 22, 2024
To send a PR to fix a link in a webpage, you can follow these steps:
- Fork the repository containing the webpage.
- Make the necessary changes to fix the broken link in the webpage.
- Commit your changes to your forked repository.
- Create a pull request from your forked repository to the original repository.
- Provide a clear description of the changes you made in the pull request.
- Wait for the maintainers to review and merge your pull request.
Feb 22, 2024Edited by