all: replace links to sourcegraph master to main
Created by: keegancsmith
Spotted a place linking to the master branch. We may end up one day deleting the branch, so lets avoid potentially stale links spreading. Ended up updating all references I could find with a simple regex:
ruplacer --go '(sourcegraph/sourcegraph/[^/]+)/master/' '$1/main/'