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

Commit 2625188

Browse files
Replace link tags with site variables (#6795)
* Replace link tag with site variable for image links * Replace link tag with site variable for internal links
1 parent 05ca08c commit 2625188

38 files changed

+191
-191
lines changed

src/compliance/industry-compliance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Merchants are obligated to meet industry guidelines for maintaining a secure env
77

88
This compliance documentation provides the technical information to ensure that Magento Commerce installations comply with the requirements of specific privacy legislation. Some of these requirements require merchants to complete additional development work to achieve compliance. See the following topics for details:
99

10-
- [California Consumer Privacy Act (CCPA)]({% link compliance/privacy/ccpa.md %})
11-
- [General Data Protection Regulation (GDPR)]({% link compliance/privacy/gdpr.md %})
10+
- [California Consumer Privacy Act (CCPA)]({{ site.baseurl }}/compliance/privacy/ccpa.html)
11+
- [General Data Protection Regulation (GDPR)]({{ site.baseurl }}/compliance/privacy/gdpr.html)

src/compliance/privacy/ccpa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Developing and implementing a CCPA compliance plan requires a coordinated effort
3939

4040
For technical information, see the data flow diagrams and database entity mappings in the Personal Information Reference that applies to each version of Magento that you support.
4141

42-
- [Personal Information Reference (Magento 2.x)]({% link compliance/privacy/pi-data-reference-m2.md %})
43-
- [Personal Information Reference (Magento 1.x)]({% link compliance/privacy/pi-data-reference-m1.md %})
42+
- [Personal Information Reference (Magento 2.x)]({{ site.baseurl }}/compliance/privacy/pi-data-reference-m2.html)
43+
- [Personal Information Reference (Magento 1.x)]({{ site.baseurl }}/compliance/privacy/pi-data-reference-m1.html)
4444

4545
[1]: https://oag.ca.gov/privacy/ccpa
4646
[2]: https://docs.magento.com/m2/ee/user_guide/stores/compliance-ccpa-guide.html

src/compliance/privacy/gdpr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ System integrators can use the data flow diagrams and database information in th
2222

2323
For technical information, see the data flow diagrams and database entity mappings in the Personal Information Reference that applies to each version of Magento that you support.
2424

25-
- [Personal Information Reference (Magento 2.x)]({% link compliance/privacy/pi-data-reference-m2.md %})
26-
- [Personal Information Reference Magento 1.x)]({% link compliance/privacy/pi-data-reference-m1.md %})
25+
- [Personal Information Reference (Magento 2.x)]({{ site.baseurl }}/compliance/privacy/pi-data-reference-m2.html)
26+
- [Personal Information Reference Magento 1.x)]({{ site.baseurl }}/compliance/privacy/pi-data-reference-m1.html)
2727

2828
For more information about how Magento helps merchants comply with GDPR, see the following:
2929

src/compliance/privacy/pi-data-reference-m1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This is one in a series of topics to help Magento merchants and developers prepa
88

99
Use the following data flow diagrams and database entity mappings for reference when developing compliance programs for privacy regulations such as:
1010

11-
- [GDPR]({% link compliance/privacy/gdpr.md %})
12-
- [CCPA]({% link compliance/privacy/ccpa.md %})
11+
- [GDPR]({{ site.baseurl }}/compliance/privacy/gdpr.html)
12+
- [CCPA]({{ site.baseurl }}/compliance/privacy/ccpa.html)
1313

1414
## Dataflow diagrams
1515

src/compliance/privacy/pi-data-reference-m2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This is one in a series of topics to help Magento merchants and developers prepa
88

99
Use the following data flow diagrams and database entity mappings for reference when developing compliance programs for privacy regulations such as:
1010

11-
- [GDPR]({% link compliance/privacy/gdpr.md %})
12-
- [CCPA]({% link compliance/privacy/ccpa.md %})
11+
- [GDPR]({{ site.baseurl }}/compliance/privacy/gdpr.html)
12+
- [CCPA]({{ site.baseurl }}/compliance/privacy/ccpa.html)
1313

1414
## Data flow diagrams
1515

src/guides/v2.3/extension-dev-guide/validate/test-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ See these resources for testing in [PHP](https://glossary.magento.com/php) and v
4848
4949
* The [Magento Coding Standard] provides a set of rules and sniffs for the [PHP_CodeSniffer] tool
5050
* [Technical Deep Dive: How to Pass the Magento Marketplace Extension Quality Program] (video) from Magento Imagine 2017
51-
* [Extension Quality Program]({% link marketplace/sellers/extension-quality-program.md %}) in the Magento User Guide
51+
* [Extension Quality Program]({{ site.baseurl }}/marketplace/sellers/extension-quality-program.html) in the Magento User Guide
5252
* [01 The Module Skeleton Kata] (video) by [Mage2Katas]
5353
5454
[Magento Testing Overview]: {{ page.baseurl }}/test/testing.html

src/marketplace/eqp/v1/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Packages
44
---
55

66
Use this resource to initiate and manage all aspects of submitting a package to the
7-
[Magento Extension Quality Program (EQP)]({% link marketplace/sellers/extension-quality-program.md %}).
7+
[Magento Extension Quality Program (EQP)]({{ site.baseurl }}/marketplace/sellers/extension-quality-program.html).
88
You can provide all metadata associated with a package, both the technical and the marketing information, in a single step, or in several steps, using incremental updates.
99

1010
* **Technical information** - References to code artifacts, such as Magento 1 TGZ files or Composer-compliant Magento 2 ZIP files, version compatibility, and release notes.

src/marketplace/sellers/account-setup-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ redirect_from: /marketplace/sellers/set-up-your-account.html
66

77
## Step 1: Log in or register for a developer account.
88

9-
If you have an existing Magento account, simply log in and complete the [developer registration]({% link marketplace/sellers/developer-register.md %}) process. If you are new to Magento, you can sign up for a new account and register as a developer at the same time.
9+
If you have an existing Magento account, simply log in and complete the [developer registration]({{ site.baseurl }}/marketplace/sellers/developer-register.html) process. If you are new to Magento, you can sign up for a new account and register as a developer at the same time.
1010

1111
## Step 2: Agree to the terms of service.
1212

1313
Read the Magento Marketplace [terms of service](https://magento.com/legal/terms/marketplace-xcelerate). Then, select the checkbox to agree with the terms and continue.
1414

1515
## Step 3: Complete your personal profile.
1616

17-
The information in your [personal profile]({% link marketplace/sellers/developer-register.md %}) identifies you as an individual vendor in Magento Marketplace, and includes your background, image, contact information, and social network addresses.
17+
The information in your [personal profile]({{ site.baseurl }}/marketplace/sellers/developer-register.html) identifies you as an individual vendor in Magento Marketplace, and includes your background, image, contact information, and social network addresses.
1818

1919
## Step 4: Complete your company profile.
2020

21-
Your [company profile]({% link marketplace/sellers/developer-register.md %}) is similar to your personal profile, and provides the information about your company and brand that appears in your Magento Marketplace listing.
21+
Your [company profile]({{ site.baseurl }}/marketplace/sellers/developer-register.html) is similar to your personal profile, and provides the information about your company and brand that appears in your Magento Marketplace listing.

src/marketplace/sellers/account-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ redirect_from: /marketplace/sellers/account-setup-overview.html
66

77
Create a new Marketplace account, or use your existing Magento account. Then, use the Marketplace Developer Portal to manage your profile information, product submissions, and the monthly payments you receive from sales on Magento Marketplace.
88

9-
- [Process overview]({% link marketplace/sellers/account-setup-process.md %})
10-
- [Register as a developer]({% link marketplace/sellers/developer-register.md %})
11-
- [Marketplace developer portal]({% link marketplace/sellers/developer-portal.md %})
9+
- [Process overview]({{ site.baseurl }}/marketplace/sellers/account-setup-process.html)
10+
- [Register as a developer]({{ site.baseurl }}/marketplace/sellers/developer-register.html)
11+
- [Marketplace developer portal]({{ site.baseurl }}/marketplace/sellers/developer-portal.html)

src/marketplace/sellers/analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can view data about the performance of your extension in the marketplace.
99

1010
In the top navigation of the Marketplace Developer portal, go to **Reports** > **Analytics**.
1111

12-
![]({% link marketplace/sellers/images/reports-analytics.png %}){: .zoom}
12+
![]({{ site.baseurl }}/marketplace/sellers/images/reports-analytics.png){: .zoom}
1313
_Marketplace Traffic Performance Metrics_
1414

1515
## Traffic overview

src/marketplace/sellers/before-you-begin.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ Before you begin the extension submission process, you need to have the followin
77

88
## Technical items
99

10-
- The [extension code package]({% link marketplace/sellers/technical-review-guidelines.md %})
11-
- A [user guide, reference manual, or installation guide]({% link marketplace/sellers/content.md %})/a> (at least one is required)
12-
- [Release notes]({% link marketplace/sellers/submit-for-technical-review.md %})
13-
- [License information]({% link marketplace/sellers/submit-for-technical-review.md %}) (license type or custom license name and link)
14-
- [Magento version compatibility]({% link marketplace/sellers/extension-version.md %})
15-
- [Extension version number]({% link marketplace/sellers/extension-version.md %})
10+
- The [extension code package]({{ site.baseurl }}/marketplace/sellers/technical-review-guidelines.html)
11+
- A [user guide, reference manual, or installation guide]({{ site.baseurl }}/marketplace/sellers/content.html)/a> (at least one is required)
12+
- [Release notes]({{ site.baseurl }}/marketplace/sellers/submit-for-technical-review.html)
13+
- [License information]({{ site.baseurl }}/marketplace/sellers/submit-for-technical-review.html) (license type or custom license name and link)
14+
- [Magento version compatibility]({{ site.baseurl }}/marketplace/sellers/extension-version.html)
15+
- [Extension version number]({{ site.baseurl }}/marketplace/sellers/extension-version.html)
1616

1717
## Marketing items
1818

19-
- A [product icon]({% link marketplace/sellers/submit-for-marketing-review.md %})
20-
- A [short description]({% link marketplace/sellers/content.md %}) of your extension
21-
- A [detailed description]({% link marketplace/sellers/content.md %}) of your extension
22-
- [Video links]({% link marketplace/sellers/submit-for-marketing-review.md %})
23-
- [Magento version compatibility]({% link marketplace/sellers/submit-for-marketing-review.md %}) information
24-
- [Pricing information]({% link marketplace/sellers/submit-for-marketing-review.md %}) for your extension
19+
- A [product icon]({{ site.baseurl }}/marketplace/sellers/submit-for-marketing-review.html)
20+
- A [short description]({{ site.baseurl }}/marketplace/sellers/content.html) of your extension
21+
- A [detailed description]({{ site.baseurl }}/marketplace/sellers/content.html) of your extension
22+
- [Video links]({{ site.baseurl }}/marketplace/sellers/submit-for-marketing-review.html)
23+
- [Magento version compatibility]({{ site.baseurl }}/marketplace/sellers/submit-for-marketing-review.html) information
24+
- [Pricing information]({{ site.baseurl }}/marketplace/sellers/submit-for-marketing-review.html) for your extension

src/marketplace/sellers/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Extension content
66
The content that accompanies your extension listing is derived from the profile of the extension or theme, and information in the developer\'s company profile.
77

88
- All content that is associated with a Magento Marketplace listing must be free of offensive or discriminatory language, sexual content, or nudity.
9-
- Your content must not misuse the Magento name and its trademarks, or misrepresent the Magento brand. To learn more, see our [branding guidelines]({% link marketplace/sellers/branding.md %}).
9+
- Your content must not misuse the Magento name and its trademarks, or misrepresent the Magento brand. To learn more, see our [branding guidelines]({{ site.baseurl }}/marketplace/sellers/branding.html).
1010
- Do not promote additional services and extensions in your Marketplace listing and Company Bio.
1111
- The extension listing must accurately describe the product, including the description and overview information, version compatibility, and category selection.
1212
- Use English as the primary language for the Extension Title, Short Description, Long Description, and Company Bio. You are welcome to include a second language in the Long Description after the English description, separated by a horizontal line. The content, links, and images should be the same in both languages.
@@ -28,7 +28,7 @@ Maximum character length: 10,000 characters (including text, numbers, symbols, a
2828
- Make sure to convert all URLs to functioning hyperlinks.
2929
- You are welcome to include a second language in the long description below the English description. Separate the two languages with a horizontal line. Both languages should contain the same content, links and images, if applicable.
3030

31-
For examples of long descriptions, see [Product Descriptions]({% link marketplace/sellers/product-descriptions.md %}).
31+
For examples of long descriptions, see [Product Descriptions]({{ site.baseurl }}/marketplace/sellers/product-descriptions.html).
3232

3333
### Short description
3434

src/marketplace/sellers/developer-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ redirect_from: /marketplace/sellers/marketplace-developer-dashboard.html
66

77
From the Marketplace Developer Portal you can access your product submissions and reports, as well as Marketplace support information and extension guidelines.
88

9-
![]({% link marketplace/sellers/images/developer-portal.png %}){: .zoom}
9+
![]({{ site.baseurl }}/marketplace/sellers/images/developer-portal.png){: .zoom}
1010
_Marketplace Developer Portal_
1111

1212
|Menu item|Description|
1313
|--- |--- |
14-
|[Extensions]({% link marketplace/sellers/extensions.md %})|Takes you to the Your Extensions page.|
15-
|[Themes]({% link marketplace/sellers/themes.md %})|Takes you to the Your Themes page.|
16-
|[Shared Packages]({% link marketplace/sellers/shared-packages.md %})|Takes you to the Your Shared Packages page.|
17-
|[Reports]({% link marketplace/sellers/sales.md %})|[Sales]({% link marketplace/sellers/sales.md %}) - Takes you to your Sales reports.<br/>[Analytics]({% link marketplace/sellers/analytics.md %}) - Takes you to your sales Analytics reports.|
14+
|[Extensions]({{ site.baseurl }}/marketplace/sellers/extensions.html)|Takes you to the Your Extensions page.|
15+
|[Themes]({{ site.baseurl }}/marketplace/sellers/themes.html)|Takes you to the Your Themes page.|
16+
|[Shared Packages]({{ site.baseurl }}/marketplace/sellers/shared-packages.html)|Takes you to the Your Shared Packages page.|
17+
|[Reports]({{ site.baseurl }}/marketplace/sellers/sales.html)|[Sales]({{ site.baseurl }}/marketplace/sellers/sales.html) - Takes you to your Sales reports.<br/>[Analytics]({{ site.baseurl }}/marketplace/sellers/analytics.html) - Takes you to your sales Analytics reports.|
1818
|[Support](https://marketplacesupport.magento.com/hc/en-us)|Opens the [Marketplace Help Center](https://marketplacesupport.magento.com/hc/en-us).|
1919
|Guidelines|Opens the extension development guidelines.|
20-
|[Profile Information]({% link marketplace/sellers/profile-information.md %})|Account Information<br/>Marketplace Profile<br/>Sign Out|
20+
|[Profile Information]({{ site.baseurl }}/marketplace/sellers/profile-information.html)|Account Information<br/>Marketplace Profile<br/>Sign Out|

src/marketplace/sellers/developer-register.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ redirect_from: /marketplace/sellers/register-as-a-developer.html
66

77
Follow these steps to create a new developer account, or to register as a developer with your existing Magento account.
88

9-
![]({% link marketplace/sellers/images/developer-portal-landing-page.png %}){: .zoom}
9+
![]({{ site.baseurl }}/marketplace/sellers/images/developer-portal-landing-page.png){: .zoom}
1010
[_Developer Portal_][1]{: target="_blank"}
1111

1212
## Step 1: Create a developer account
@@ -47,7 +47,7 @@ For your reference, you can also find these documents on [Magento.com][4].
4747

4848
If you agree with the terms of use, select the checkbox and click <span class="btn">I Agree</span>.
4949

50-
![]({% link marketplace/sellers/images/terms-of-service.png %}){: width="600px"}<br/>
50+
![]({{ site.baseurl }}/marketplace/sellers/images/terms-of-service.png){: width="600px"}<br/>
5151
_Terms of Service_
5252

5353
## Step 3: Select the type of account
@@ -56,10 +56,10 @@ Your Magento Marketplace developer account can be set up as an individual or com
5656

5757
When prompted, select the type of account you want to create, and click <span class="btn">Choose</span>. Then, follow the appropriate instructions to complete the profile for the account.
5858

59-
- [Business Account]({% link marketplace/sellers/profile-company.md %})
60-
- [Individual Account]({% link marketplace/sellers/profile-personal.md %})
59+
- [Business Account]({{ site.baseurl }}/marketplace/sellers/profile-company.html)
60+
- [Individual Account]({{ site.baseurl }}/marketplace/sellers/profile-personal.html)
6161

62-
![]({% link marketplace/sellers/images/account-type-business.png %}){: width="500px"}
62+
![]({{ site.baseurl }}/marketplace/sellers/images/account-type-business.png){: width="500px"}
6363

6464
[1]: https://developer.magento.com/
6565
[2]: https://marketplace.magento.com/

src/marketplace/sellers/extension-create.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ redirect_from: /marketplace/sellers/completing-your-extension.html
66

77
Before you can submit your extension to Magento Marketplace, the code must be complete, tested, and packaged. For technical information, see the Magento DevDocs for additional technical information for developing extensions and more:
88

9-
- [PHP Developer Guide]({% link guides/v2.3/extension-dev-guide/bk-extension-dev-guide.md %})
10-
- [Best Practices for Extension Developers]({% link guides/v2.3/ext-best-practices/bk-ext-best-practices.md %})
11-
- [Magento Web APIs]({% link guides/v2.3/get-started/bk-get-started-api.md %})
12-
- [Frontend Developer Guide]({% link guides/v2.3/frontend-dev-guide/bk-frontend-dev-guide.md %})
9+
- [PHP Developer Guide]({{ site.baseurl }}/guides/v2.3/extension-dev-guide/bk-extension-dev-guide.html)
10+
- [Best Practices for Extension Developers]({{ site.baseurl }}/guides/v2.3/ext-best-practices/bk-ext-best-practices.html)
11+
- [Magento Web APIs]({{ site.baseurl }}/guides/v2.3/get-started/bk-get-started-api.html)
12+
- [Frontend Developer Guide]({{ site.baseurl }}/guides/v2.3/frontend-dev-guide/bk-frontend-dev-guide.html)
1313

14-
![]({% link marketplace/sellers/images/extension-prep.png %}){: .zoom}
14+
![]({{ site.baseurl }}/marketplace/sellers/images/extension-prep.png){: .zoom}
1515
_Building and Submitting an Extension_
1616

1717
{: .bs-callout .bs-callout-info}
1818
Magento Marketplace does not support encrypted extensions at this time.
1919

2020
## Build your extension
2121

22-
1. Before submitting your extension review, see the [Technical Review Guidelines]({% link marketplace/sellers/technical-review-guidelines.md %}) and the [Marketing Review Guidelines]({% link marketplace/sellers/marketing-review-guidelines.md %}).
22+
1. Before submitting your extension review, see the [Technical Review Guidelines]({{ site.baseurl }}/marketplace/sellers/technical-review-guidelines.html) and the [Marketing Review Guidelines]({{ site.baseurl }}/marketplace/sellers/marketing-review-guidelines.html).
2323

2424
1. Use the [CodeSniffer][1] tool to verify that your code meets Marketplace guidelines.
2525

2626
Testing your extension in advance reduces the time it takes to pass Technical Review. For a list of code sniffer rules, see [Magento Extension Quality Program Coding Standard][2].
2727

28-
1. Prepare, validate, and zip your extension as described in Packaging a Component for Magento version [2.x]({% link guides/v2.3/extension-dev-guide/package/package_module.md %}) or [1.x]({% link marketplace/sellers/packaging-v1x-extensions.md %}).
28+
1. Prepare, validate, and zip your extension as described in Packaging a Component for Magento version [2.x]({{ site.baseurl }}/guides/v2.3/extension-dev-guide/package/package_module.html) or [1.x]({{ site.baseurl }}/marketplace/sellers/packaging-v1x-extensions.html).
2929

3030
1. Prepare the following preliminary documentation:
3131

0 commit comments

Comments
 (0)