Skip to content

Commit

Permalink
Merge pull request #9178 from travisn/master-doc-links
Browse files Browse the repository at this point in the history
docs: generate correct doc links to master github branch
  • Loading branch information
travisn committed Nov 15, 2021
2 parents 54a2b56 + ad2a1eb commit bb7306e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/branch.liquid
Expand Up @@ -3,5 +3,5 @@
{% if currentVersion != 'latest' %}
{% assign branchName = currentVersion | replace: 'v', '' | prepend: 'release-' %}
{% else %}
{% assign branchName = currentVersion %}
{% assign branchName = 'master' %}
{% endif %}

0 comments on commit bb7306e

Please sign in to comment.