From 93512617b70788c810ca98531f65b095ff062121 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 31 May 2021 06:42:37 +0000 Subject: Switch master branch occurrences to default branch (main) --- commands/frontend.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands') diff --git a/commands/frontend.rb b/commands/frontend.rb index ed4a5346..fd691f97 100644 --- a/commands/frontend.rb +++ b/commands/frontend.rb @@ -13,7 +13,7 @@ run do |opts, args, cmd| unless system('yarn install --frozen-lockfile') abort <<~ERROR Error: failed to run yarn. JavaScript compilation failed. For more information, see: - https://gitlab.com/gitlab-org/gitlab-docs/blob/master/README.md + https://gitlab.com/gitlab-org/gitlab-docs/blob/main/README.md ERROR end @@ -21,7 +21,7 @@ run do |opts, args, cmd| unless system('yarn bundle') abort <<~ERROR Error: failed to run yarn. JavaScript compilation failed. For more information, see: - https://gitlab.com/gitlab-org/gitlab-docs/blob/master/README.md + https://gitlab.com/gitlab-org/gitlab-docs/blob/main/README.md ERROR end -- cgit v1.2.3