Skip to content

Commit 9e1dc54

Browse files
authored
Merge pull request #65721 from Srivaralakshmi/Fix-breadcrumb-links-Gitops-Pipelines-standalone
Fixing breadcrumb links for the GitOps and Pipelines standalone docs
2 parents caab397 + ca944cb commit 9e1dc54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_templates/_page_openshift.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
<span>
122122
<div class="alert alert-danger" role="alert" id="support-alert">
123-
<strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/gitops/latest/gitops-release-notes.html" style="color: #545454 !important" class="link-primary">latest GitOps docs</a>.
123+
<strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/gitops/latest/release_notes/gitops-release-notes.html" style="color: #545454 !important" class="link-primary">latest GitOps docs</a>.
124124
</div>
125125
</span>
126126

@@ -206,7 +206,7 @@
206206
<option value="1.28">1.28</option>
207207
</select>
208208
<% elsif (distro_key == "openshift-pipelines") %>
209-
<a href="https://docs.openshift.com/pipelines/<%= version %>/about/understanding-openshift-pipelines.html">
209+
<a href="https://docs.openshift.com/pipelines/<%= version %>/about/op-release-notes.html">
210210
<%= distro %>
211211
</a>
212212
<select id="version-selector" onchange="versionSelector(this);">
@@ -215,7 +215,7 @@
215215
<option value="1.10">1.10</option>
216216
</select>
217217
<% elsif (distro_key == "openshift-gitops") %>
218-
<a href="https://docs.openshift.com/gitops/<%= version %>/gitops-release-notes.html">
218+
<a href="https://docs.openshift.com/gitops/<%= version %>/release_notes/gitops-release-notes.html">
219219
<%= distro %>
220220
</a>
221221
<select id="version-selector" onchange="versionSelector(this);">

0 commit comments

Comments
 (0)