If you're updating to use SSH, your URL might look like this:
git@github.com:USERNAME/REPOSITORY.git
In a terminal use the command
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
Obviously, change the URL with your actual USERNAME and REPOSITORY