Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 47e3431

Browse files
authored
Merge pull request #3246 from commerce-docs/ds_redirect-index
Redirect home page
2 parents 9a49a35 + cbae8b8 commit 47e3431

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_plugins/page-params/redirect_23.rb

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
path_23 = page.path
3535

3636
path_24 = path_23.sub('v2.3', 'v2.4')
37-
puts 'path_24: ' + path_24
3837

3938
page_24 = pages.find { |page| page.path == path_24 }
4039

src/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: home
33
redirect_from: /guides/v2.4/
44
guide_version: '2.4'
5+
redirect_to: https://developer.adobe.com/commerce/docs/
56
---
67

78
<section class="content">

0 commit comments

Comments
 (0)