Skip to content

Commit

Permalink
docs: generate correct doc links to master github branch
Browse files Browse the repository at this point in the history
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 <tnielsen@redhat.com>
  • Loading branch information
travisn committed Nov 15, 2021
1 parent 54a2b56 commit ad2a1eb
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 ad2a1eb

Please sign in to comment.