From ad2a1eb2ec9449cf298dec118c74967dcbb6cac7 Mon Sep 17 00:00:00 2001 From: Travis Nielsen Date: Mon, 15 Nov 2021 13:49:17 -0700 Subject: [PATCH] docs: generate correct doc links to master github branch The latest docs should link to the master examples on github. Only the docs were renamed to latest, but not the github branch. Signed-off-by: Travis Nielsen --- Documentation/branch.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/branch.liquid b/Documentation/branch.liquid index a8ec221691f2..0ce69039e9db 100644 --- a/Documentation/branch.liquid +++ b/Documentation/branch.liquid @@ -3,5 +3,5 @@ {% if currentVersion != 'latest' %} {% assign branchName = currentVersion | replace: 'v', '' | prepend: 'release-' %} {% else %} -{% assign branchName = currentVersion %} +{% assign branchName = 'master' %} {% endif %}