From c08cbb30677b214f3f2c39cedae59e1304eaaa97 Mon Sep 17 00:00:00 2001 From: David Salgado Date: Tue, 7 Jul 2020 09:58:28 +0100 Subject: [PATCH] Set "main" as target branch of "View Source" links All the "View Source" links at the foot of each page are currently broken because the default target includes "master" as the branch name. This change fixes that. --- runbooks/config/tech-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/runbooks/config/tech-docs.yml b/runbooks/config/tech-docs.yml index 9fb43357..eaff6eac 100644 --- a/runbooks/config/tech-docs.yml +++ b/runbooks/config/tech-docs.yml @@ -36,6 +36,7 @@ prevent_indexing: true show_contribution_banner: true github_repo: ministryofjustice/cloud-platform +github_branch: "main" owner_slack_workspace: mojdt default_owner_slack: '#cloud-platform'