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

Commit aefe621

Browse files
authored
MC-4064_correction: Fix redirects in Upgrade Compatibility Tool section (#8621)
* Fixed linting issues appeared after last pull from master * Fixed Redirects for Safe Upgrade Tool
1 parent ddcb892 commit aefe621

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

src/guides/v2.3/javascript-dev-guide/widgets/widget_gallery.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ This example shows a use case for a gallery widget on any page:
587587

588588
```html
589589
<div class="image-gallery"></div>
590-
591590
<script>
592591
require ([
593592
'jquery',

src/upgrade-compatibility-tool/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
group: software-update-guide
33
title: Developer information
44
ee_only: True
5-
redirect from:
5+
redirect_from:
66
- /safe-upgrade-tool/developer.html
77
functional_areas:
88
- Upgrade

src/upgrade-compatibility-tool/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
group: software-update-guide
33
title: Install
44
ee_only: True
5-
redirect from:
5+
redirect_from:
66
- /safe-upgrade-tool/install.html
77
functional_areas:
88
- Upgrade

src/upgrade-compatibility-tool/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
group: software-update-guide
33
title: Introduction
44
ee_only: True
5-
redirect from:
5+
redirect_from:
66
- /safe-upgrade-tool/introduction.html
77
functional_areas:
88
- Upgrade

src/upgrade-compatibility-tool/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
group: software-update-guide
33
title: Prerequisites
44
ee_only: True
5-
redirect from:
5+
redirect_from:
66
- /safe-upgrade-tool/prerequisites.html
77
functional_areas:
88
- Upgrade

src/upgrade-compatibility-tool/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
group: software-update-guide
33
title: Run the tool
44
ee_only: True
5-
redirect from:
5+
redirect_from:
66
- /safe-upgrade-tool/run.html
77
functional_areas:
88
- Upgrade

0 commit comments

Comments
 (0)