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

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Sep 15, 2023
1 parent c760634 commit 8d99763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/page-params/redirect_23.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
path_24 = path_23.sub('/v2.3/', '/v2.4/')

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

if page_24.nil?
page.data['redirect_to'] = 'https://developer.adobe.com/commerce/docs/'
else
Expand Down

0 comments on commit 8d99763

Please sign in to comment.