Skip to content

Commit 8238e4f

Browse files
[mainline-integration-tests] Updating magento marketplace URL
1 parent 7752d47 commit 8238e4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Marketplace/view/adminhtml/templates/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
)); ?>
6262
</p>
6363
<a class="action-secondary" target="_blank"
64-
href="https://marketplace.magento.com/">
64+
href="https://commercemarketplace.adobe.com/">
6565
<?= $block->escapeHtml(__('Visit Magento Marketplaces')) ?>
6666
</a>
6767
</div>

app/code/Magento/UrlRewrite/Test/Mftf/Data/UrlRewriteData.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</entity>
2929
<entity name="customPermanentUrlRewrite" type="urlRewrite">
3030
<data key="request_path" unique="prefix">wishlist</data>
31-
<data key="target_path">https://marketplace.magento.com/</data>
31+
<data key="target_path">https://commercemarketplace.adobe.com/</data>
3232
<data key="redirect_type">301</data>
3333
<data key="redirect_type_label">Permanent (301)</data>
3434
<data key="store_id">1</data>
@@ -37,7 +37,7 @@
3737
</entity>
3838
<entity name="customTemporaryUrlRewrite" type="urlRewrite">
3939
<data key="request_path" unique="prefix">wishlist</data>
40-
<data key="target_path">https://marketplace.magento.com/</data>
40+
<data key="target_path">https://commercemarketplace.adobe.com/</data>
4141
<data key="redirect_type">302</data>
4242
<data key="redirect_type_label">Temporary (302)</data>
4343
<data key="store_id">1</data>

0 commit comments

Comments
 (0)