Skip to content

all: replace links to sourcegraph master to main

Warren Gifford requested to merge k/20220601-master-links into 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/'

Merge request reports

Loading