Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit be54c60

Browse files
unknwonSourcegraph
andauthored
all: replace links to sourcegraph master to main (#140)
Co-authored-by: Sourcegraph <batch-changes@sourcegraph.com>
1 parent ebd3242 commit be54c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/amazon-linux2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mkcert -cert-file ${SOURCEGRAPH_CONFIG}/sourcegraph.crt -key-file ${SOURCEGRAPH_
4545

4646
# Configure NGINX file for TLS
4747
cat > ${SOURCEGRAPH_CONFIG}/nginx.conf <<EOL
48-
# From https://github.com/sourcegraph/sourcegraph/blob/master/cmd/server/shared/assets/nginx.conf
48+
# From https://github.com/sourcegraph/sourcegraph/blob/main/cmd/server/shared/assets/nginx.conf
4949
# You can adjust the configuration to add additional TLS or HTTP features.
5050
# Read more at https://docs.sourcegraph.com/admin/nginx
5151

resources/ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mkcert -cert-file ${SOURCEGRAPH_CONFIG}/sourcegraph.crt -key-file ${SOURCEGRAPH_
4141

4242
# Configure NGINX file for TLS
4343
cat > ${SOURCEGRAPH_CONFIG}/nginx.conf <<EOL
44-
# From https://github.com/sourcegraph/sourcegraph/blob/master/cmd/server/shared/assets/nginx.conf
44+
# From https://github.com/sourcegraph/sourcegraph/blob/main/cmd/server/shared/assets/nginx.conf
4545
# You can adjust the configuration to add additional TLS or HTTP features.
4646
# Read more at https://docs.sourcegraph.com/admin/nginx
4747

0 commit comments

Comments
 (0)