Skip to content

Commit 6cbfdeb

Browse files
committed
fix: Bug cannot redirect to User Guide
1 parent a4b943a commit 6cbfdeb

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

etc/config.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
<?xml version="1.0"?>
2-
<!--
3-
/**
4-
* Mageplaza
5-
*
6-
* NOTICE OF LICENSE
7-
*
8-
* This source file is subject to the Mageplaza.com license that is
9-
* available through the world-wide-web at this URL:
10-
* https://www.mageplaza.com/LICENSE.txt
11-
*
12-
* DISCLAIMER
13-
*
14-
* Do not edit or add to this file if you wish to upgrade this extension to newer
15-
* version in the future.
16-
*
17-
* @category Mageplaza
18-
* @package Mageplaza_GeoIP
19-
* @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/)
20-
* @license https://www.mageplaza.com/LICENSE.txt
21-
*/
22-
-->
23-
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
24-
<default>
25-
<geoip>
26-
<module>
27-
<type>1</type>
28-
<user_guide>magento/geoip</user_guide>
29-
</module>
30-
<general>
31-
<enabled>0</enabled>
32-
</general>
33-
</geoip>
34-
</default>
35-
</config>
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Mageplaza
5+
*
6+
* NOTICE OF LICENSE
7+
*
8+
* This source file is subject to the Mageplaza.com license that is
9+
* available through the world-wide-web at this URL:
10+
* https://www.mageplaza.com/LICENSE.txt
11+
*
12+
* DISCLAIMER
13+
*
14+
* Do not edit or add to this file if you wish to upgrade this extension to newer
15+
* version in the future.
16+
*
17+
* @category Mageplaza
18+
* @package Mageplaza_GeoIP
19+
* @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/)
20+
* @license https://www.mageplaza.com/LICENSE.txt
21+
*/
22+
-->
23+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
24+
<default>
25+
<geoip>
26+
<module>
27+
<type>1</type>
28+
<user_guide>magento/geoip-library</user_guide>
29+
</module>
30+
<general>
31+
<enabled>0</enabled>
32+
</general>
33+
</geoip>
34+
</default>
35+
</config>

0 commit comments

Comments
 (0)