Skip to content

Commit e8825b7

Browse files
Merge pull request #28314 from mmurphy/osd_4_page_history
Use correct branch name for page history in OSD
2 parents 57c11d1 + 6228c6b commit e8825b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<% if (distro_key != "openshift-origin") %>
8686
<span text-align="right" style="float: right !important">
87-
<a href="https://github.com/openshift/openshift-docs/commits/enterprise-<%= (distro_key == "openshift-enterprise") ? version : ((distro_key == "openshift-dedicated") ? "3.11" : "3.11") %>/<%= repo_path %>">
87+
<a href="https://github.com/openshift/openshift-docs/commits/enterprise-<%= (distro_key == "openshift-enterprise") ? version : ((distro_key == "openshift-dedicated") ? ((version == "4") ? "4.3" : "3.11") : "3.11") %>/<%= repo_path %>">
8888
Page history
8989
</a>
9090
<%

0 commit comments

Comments
 (0)