Archived
1
0

docs: rename master to main in all github doc links (#5190)

* docs: correct link master -> main

* fix missing ]
This commit is contained in:
Feng Yu
2022-05-12 05:39:57 +08:00
committed by GitHub
parent a02f47714e
commit dedd770a78
3 changed files with 9 additions and 9 deletions

View File

@ -68,7 +68,7 @@ main() {
if ! vscode_yarn; then
echo "You may not have the required dependencies to build the native modules."
echo "Please see https://github.com/coder/code-server/blob/master/docs/npm.md"
echo "Please see https://github.com/coder/code-server/blob/main/docs/npm.md"
exit 1
fi