From 07cc7a83bd3ebaf350a6a1cb887ca6c2b603da24 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Tue, 16 Jun 2020 10:51:10 -0700 Subject: [PATCH] Fix main branch name --- docs/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index d745121..01a5ff4 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -119,7 +119,7 @@ "globalMetadata": { "_appLogoPath": "images/logo.png", "_gitContribute": { - "branch": "master", + "branch": "main", "apiSpecFolder": "docs/api_overwrites" } },