Skip to content

Commit ed3ea9c

Browse files
authored
Merge pull request #1192 from benrimmington/status-main
Use the 'main' branch on the status page.
2 parents ea1ffa5 + f1dbdd8 commit ed3ea9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var languageVersions = ['2.2', '3', '3.0.1', '3.1', '4', '4.1', '4.2', '5', '5.1
2525
var filterSelection = []
2626

2727
var GITHUB_BASE_URL = 'https://github.com/'
28-
var REPO_PROPOSALS_BASE_URL = GITHUB_BASE_URL + 'apple/swift-evolution/blob/master/proposals'
28+
var REPO_PROPOSALS_BASE_URL = GITHUB_BASE_URL + 'apple/swift-evolution/blob/main/proposals'
2929

3030
/**
3131
* `name`: Mapping of the states in the proposals JSON to human-readable names.

0 commit comments

Comments
 (0)