Skip to content

all: replace links to sourcegraph master to main

Administrator requested to merge k/20220601-master-links into main

Created by: keegancsmith

Spotted a place linking to the master branch. Ended up updating all references I could find with a simple regex:

ruplacer --go '(sourcegraph/sourcegraph/[^/]+)/master/' '$1/main/'

Test Plan: CI

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading