github change link code example
Example 1: git change remote
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: how to reset and change remote url in git
$ git remote set-url <remote_name> <remote_url>
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
$ git remote set-url <remote_name> <remote_url>