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

Commit

Permalink
Fixed target="_blank" in links
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Aug 28, 2018
1 parent a008f01 commit 9c74955
Show file tree
Hide file tree
Showing 189 changed files with 776 additions and 776 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end
desc "Build the entire web site"
task build: %w[clean] do
print 'Building the site with Jekyll: $ '.magenta
jekyll 'build'
jekyll 'build --verbose'
puts 'Built!'.green
end

Expand Down
2 changes: 1 addition & 1 deletion _includes/cache/page-cache-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To create an uncacheable page, mark any block on that page as uncacheable in the

Examples of uncacheable pages include the compare products, cart, {% glossarytooltip 278c3ce0-cd4c-4ffc-a098-695d94d73bde %}checkout{% endglossarytooltip %} pages, and so on.

[Example]({{ site.mage2000url }}app/code/Magento/Paypal/view/frontend/layout/paypal_payflow_returnurl.xml){:target="_blank"}
[Example]({{ site.mage2000url }}app/code/Magento/Paypal/view/frontend/layout/paypal_payflow_returnurl.xml){:target="_blank"}

<div class="bs-callout bs-callout-warning" markdown="1">
Do not configure content pages (i.e., catalog, product, and CMS pages) to be uncacheable. Doing so has an adverse affect on performance.
Expand Down
6 changes: 3 additions & 3 deletions _includes/install/auth-tokens-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The `repo.magento.com` repository is where Magento 2 and third-party Composer pa

To create authentication keys:

1. Log in to the [Magento Marketplace](https://marketplace.magento.com){:target="&#95;blank"}. If you don't have an account, click **Register**.
1. Log in to the [Magento Marketplace](https://marketplace.magento.com){:target="_blank"}. If you don't have an account, click **Register**.
2. Click your account name in the top-right of the page and select **My Profile**.

3. Click **Access Keys** in the Marketplace tab.
Expand All @@ -20,9 +20,9 @@ You can also disable or delete authentication keys. For example, you can disable
* To enable a previously disabled key: Click **Enable**.
* To delete keys: Click **Delete**.

You cannot delete or disable keys you created by signing in to your [magento.com account](https://www.magentocommerce.com/products/customer/account/login){:target="&#95;blank"}. To manage those keys:
You cannot delete or disable keys you created by signing in to your [magento.com account](https://www.magentocommerce.com/products/customer/account/login){:target="_blank"}. To manage those keys:

1. Log in to your [magento.com account](https://www.magentocommerce.com/products/customer/account/login){:target="&#95;blank"}.
1. Log in to your [magento.com account](https://www.magentocommerce.com/products/customer/account/login){:target="_blank"}.
2. Click **My Account** at the top of the page.
3. Click **Account Settings** > **Downloads Access Token**.

Expand Down
2 changes: 1 addition & 1 deletion _includes/install/composer-overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
We use [Composer](https://getcomposer.org/){:target="\_blank"} to manage Magento components and their dependencies. Using Composer to get the Magento software {% glossarytooltip 7490850a-0654-4ce1-83ff-d88c1d7d07fa %}metapackage{% endglossarytooltip %} provides the following advantages:
We use [Composer](https://getcomposer.org/){:target="_blank"} to manage Magento components and their dependencies. Using Composer to get the Magento software {% glossarytooltip 7490850a-0654-4ce1-83ff-d88c1d7d07fa %}metapackage{% endglossarytooltip %} provides the following advantages:

- Reuse third-party libraries without bundling them with source code
- Reduce extension conflicts and compatibility issues by using a component-based architecture with robust dependency management
Expand Down
2 changes: 1 addition & 1 deletion guides/m1x/ce18-ee113/ce1.8_release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h3 id="discover-fix">Discover Card Validation Patch Available</h3>
<h3 id="php54">PHP 5.4 Patch Available</h3>
<p>You can use PHP 5.4 with Magento CE versions 1.6.0.0&ndash;1.8.1.0.</p>
<p>To get the patch, see <a href="{{ site.m1xgdeurl }}other/php5.4_patch.html" target="_blank">Getting the PHP 5.4 patch for Magento Enterprise Edition (EE) and Community Edition (CE)</a>.</p>
<p>For more information about PHP 5.4, see <a href="http://www.php.net/manual/en/migration54.changes.php" target="_blank">the PHP migration page</a> and <a href="http://php.net/ChangeLog-5.php#5.4.0" target="blank">the PHP changelog</a>.</p>
<p>For more information about PHP 5.4, see <a href="http://www.php.net/manual/en/migration54.changes.php" target="_blank">the PHP migration page</a> and <a href="http://php.net/ChangeLog-5.php#5.4.0" target="_blank">the PHP changelog</a>.</p>

<h3 id="ce18-patches-how-to-get">How to Get Patches For Magento CE</h3>
<p>This section discusses how to get patches referenced in these Release Notes. </p>
Expand Down
4 changes: 2 additions & 2 deletions guides/m1x/ce18-ee113/ee1.13_release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3 id="discover-fix">Discover Card Validation Patch Available</h3>
<h3 id="php54">PHP 5.4 Patch Available</h3>
<p>You can use PHP 5.4 with Magento EE versions 11.0.0.0&ndash;1.13.1.0.</p>
<p>To get the patch, see <a href="{{ site.m1xgdeurl }}/other/php5.4_patch.html" target="_blank">Getting the PHP 5.4 patch for Magento Enterprise Edition (EE) and Community Edition (CE)</a>.</p>
<p>For more information about PHP 5.4, see <a href="http://www.php.net/manual/en/migration54.changes.php" target="_blank">the PHP migration page</a> and <a href="http://php.net/ChangeLog-5.php#5.4.0" target="blank">the PHP changelog</a>.</p>
<p>For more information about PHP 5.4, see <a href="http://www.php.net/manual/en/migration54.changes.php" target="_blank">the PHP migration page</a> and <a href="http://php.net/ChangeLog-5.php#5.4.0" target="_blank">the PHP changelog</a>.</p>

<h3 id="ee113-patches-how-to-get">How to get Patches for Magento EE</h3>
<p>This section discusses how to get patches referenced in these Release Notes. Magento has other patches available from the EE support portal and the <a href="https://partners.magento.com" target="_blank">partner portal</a>; you can use the following instructions to install any of those patches as well.</p>
Expand Down Expand Up @@ -583,7 +583,7 @@ <h4 id="ee113-11302-seo-moreinfo">For More Information about SEO</h4>
<ul><li><a href="http://yoast.com/articles/magento-seo/" target="_blank">Magento SEO</a></li>
<li><a href="http://www.magentocommerce.com/boards/viewforum/81/" target="_blank">Magento SEO forum</a></li>
<li><a href="http://searchengineland.com/guide/what-is-seo" target="_blank">SearchEnglineLand&mdash;What is Search Engine Optimization?</a></li>
<li><a href="https://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/en/us/webmasters/docs/search-engine-optimization-starter-guide.pdf" target=_"_blank">Google&mdash;Search Engine Optimization Guide (PDF)</a></li>
<li><a href="https://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/en/us/webmasters/docs/search-engine-optimization-starter-guide.pdf" target="_blank">Google&mdash;Search Engine Optimization Guide (PDF)</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2008/09/demystifying-duplicate-content-penalty.html" target="_blank">Google&mdash;Demystifying the "duplicate content penalty"</a></li></ul>

<h3 id="ee113-11302-known">Known Issue in EE 1.13.0.2</h3>
Expand Down
2 changes: 1 addition & 1 deletion guides/m1x/ce19-ee114/ce1.9_release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h3 id="ce19-1900-highlights">Highlights</h3>
</li>
<li>Cross-border trade: (Also referred to as <em>pricing consistency</em>.) We support European Union (EU) merchants operating across regions and geographies who want to show their customers a single price. Pricing is clean and uncluttered regardless of tax structures and rates that vary from country to country.<br />
To enable cross-border trade in the Admin Panel, click <strong>System</strong> > <strong>Configuration</strong> > SALES > <strong>Tax</strong> > <strong>Calculation Settings</strong>, option <strong>Enable Cross Border Trade</strong>.</li>
<li>Supports <a href="http://www.php.net/manual/en/migration54.changes.php" target="_blank">PHP 5.4</a>. For more information, see <a href="http://php.net/ChangeLog-5.php#5.4.0" target="blank">the PHP changelog</a>.</li>
<li>Supports <a href="http://www.php.net/manual/en/migration54.changes.php" target="_blank">PHP 5.4</a>. For more information, see <a href="http://php.net/ChangeLog-5.php#5.4.0" target="_blank">the PHP changelog</a>.</li>
<li>The Zend Framework has been upgraded to <a href="http://framework.zend.com/changelog/1.12.3/" target="_blank">version 1.12.3</a></li>
<li>Checkout improvements:
<ul class="level2"><li>You can capture up to 18% more sales by providing customers access to financing using the Bill Me Later service at no additional cost to you. </li>
Expand Down
2 changes: 1 addition & 1 deletion guides/m1x/ce19-ee114/ee1.14_release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ <h3 id="ee114-11400-highlights">Highlights</h3>
<strong>Note</strong>: If you're using the Solr search engine with Commerce versions 1.13.1 or earlier, you must perform an additional step during upgrade due to the fact that the Solr schema changes in Commerce 1.14. You must copy two files to your Solr server&mdash;<code>schema.xml</code> and <code>solrconfig.xml</code>. For details, see <a href="{{ site.m1xgdeurl }}install/installing_upgrade_details.html#upgrade-manual-solr" target="_blank">the section on upgrading Solr in the Magento upgrade guide</a>.</li>
<li>Cross-border trade: (Also referred to as <em>pricing consistency</em>.) We support European Union (EU) merchants operating across regions and geographies who want to show their customers a single price. Pricing is clean and uncluttered regardless of tax structures and rates that vary from country to country.<br />
To enable cross-border trade in the Admin Panel, click <strong>System</strong> > <strong>Configuration</strong> > SALES > <strong>Tax</strong> > <strong>Calculation Settings</strong>, option <strong>Enable Cross Border Trade</strong>.</li>
<li>Supports <a href="http://www.php.net/manual/en/migration54.changes.php" target="_blank">PHP 5.4</a>. For more information, see <a href="http://php.net/ChangeLog-5.php#5.4.0" target="blank">the PHP changelog</a>.</li>
<li>Supports <a href="http://www.php.net/manual/en/migration54.changes.php" target="_blank">PHP 5.4</a>. For more information, see <a href="http://php.net/ChangeLog-5.php#5.4.0" target="_blank">the PHP changelog</a>.</li>
<li>The Zend Framework has been upgraded to <a href="http://framework.zend.com/changelog/1.12.3/" target="_blank">version 1.12.3</a></li>
<li>Checkout improvements:
<ul><li>You can capture up to 18% more sales by providing customers access to financing using the Bill Me Later service at no additional cost to you. </li>
Expand Down
22 changes: 11 additions & 11 deletions guides/v2.0/cloud/access-acct/fastly.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ Complete the following configuration steps in Staging and Production environment
4. For **Caching Application**, uncheck the **Use system value** checkbox and select **Fastly CDN** from the drop-down list.

![Choose Fastly]({{ site.baseurl }}/common/images/cloud-fastly_enable-admin.png){:width="550px"}
5. Expand **Fastly Configuration**. You can then [choose caching options](https://github.com/fastly/fastly-magento2/blob/master/Documentation/CONFIGURATION.md#configure-the-module){:target="\_blank"}.
5. Expand **Fastly Configuration**. You can then [choose caching options](https://github.com/fastly/fastly-magento2/blob/master/Documentation/CONFIGURATION.md#configure-the-module){:target="_blank"}.
6. When you're done, click **Save Config** at the top of the page.
7. Clear the cache according to the notification. After you have cleared the cache, navigate back to **Stores** > **Configuration** > **Advanced** > **System** > **Fastly Configuration** and continue your configurations.

Configure the following features and enable additional [configuration options](https://github.com/fastly/fastly-magento2/blob/master/Documentation/CONFIGURATION.md#further-configuration-options){:target="\_blank"}:
Configure the following features and enable additional [configuration options](https://github.com/fastly/fastly-magento2/blob/master/Documentation/CONFIGURATION.md#further-configuration-options){:target="_blank"}:

* [Upload Fastly VCL snippets](#upload-vcl-snippets)
* [Configure backends and Origin shielding](#backend)
Expand All @@ -129,7 +129,7 @@ Configure the following features and enable additional [configuration options](h

You don't have to create or code VCL snippets. We provide a default set of snippets for Fastly. You only need to click **Upload VCL to Fastly** to finish this step.

The installed Fastly module includes the following default [VCL snippets](https://github.com/fastly/fastly-magento2/tree/master/etc/vcl_snippets){:target="\blank"} that drive the integration with Fastly. These VCL snippets are not available until you upload them. When you click Upload, you push a set of these default VCL snippets to Fastly for your specific Service ID and extension.
The installed Fastly module includes the following default [VCL snippets](https://github.com/fastly/fastly-magento2/tree/master/etc/vcl_snippets){:target="_blank"} that drive the integration with Fastly. These VCL snippets are not available until you upload them. When you click Upload, you push a set of these default VCL snippets to Fastly for your specific Service ID and extension.

For VCL snippet developers, these default snippets are prepended with `magentomodule_` with a priority of 50. You should not use this prepended name for your own snippets. For full details, see our guide to create and add [custom VCL snippets](#custom-vcl).

Expand All @@ -147,7 +147,7 @@ To use snippets, you must upload the Fastly VCL using the Magento Admin as follo

With this uploaded, you can create and upload custom VCL snippets with advanced settings and options. You use APIs to add these VCL snippets, further adding them in your site code depending on the actions.

For more information, see [Fastly VCL documentation](https://docs.fastly.com/guides/vcl/guide-to-vcl){:target="\_blank"} and [Fastly VCL snippets](https://docs.fastly.com/guides/vcl-snippets/about-vcl-snippets){:target="\_blank"}.
For more information, see [Fastly VCL documentation](https://docs.fastly.com/guides/vcl/guide-to-vcl){:target="_blank"} and [Fastly VCL snippets](https://docs.fastly.com/guides/vcl-snippets/about-vcl-snippets){:target="_blank"}.

## Configure backends and Origin shielding {#backend}

Expand All @@ -171,7 +171,7 @@ You can add multiple backends. Repeat these instructions to create multiple back
6. Click **Upload** to save. The settings are communicated to Fastly.
7. In the Magento Admin, click **Save Config**.

For more information from Fastly, see the Magento 2 [Backend settings guide](https://github.com/fastly/fastly-magento2/blob/21b61c8189971275589219d418332798efc7db41/Documentation/Guides/BACKEND-SETTINGS.md){:target="\_blank"}.
For more information from Fastly, see the Magento 2 [Backend settings guide](https://github.com/fastly/fastly-magento2/blob/21b61c8189971275589219d418332798efc7db41/Documentation/Guides/BACKEND-SETTINGS.md){:target="_blank"}.

## Configure purge options {#purge}

Expand All @@ -193,7 +193,7 @@ To configure Fastly purge options:
3. Click **Save Config** at the top of the page.
4. After the page reloads, click **Upload VCL to Fastly** in the *Fastly Configuration* section.

For more information, see [Fastly's configuration options](https://github.com/fastly/fastly-magento2/blob/21b61c8189971275589219d418332798efc7db41/Documentation/CONFIGURATION.md#further-configuration-options){:target="\_blank"}.
For more information, see [Fastly's configuration options](https://github.com/fastly/fastly-magento2/blob/21b61c8189971275589219d418332798efc7db41/Documentation/CONFIGURATION.md#further-configuration-options){:target="_blank"}.

## Create a custom error/maintenance page {#fastly-errpg}

Expand All @@ -208,7 +208,7 @@ To create a custom error/maintenance page:
3. In the provided field, enter your HTML code. The HTML you enter can be a maximum of 65,535 bytes in length.

<div class="bs-callout bs-callout-info" id="info" markdown="1">
Avoid using images on your site in the event Fastly is not available. To use images, refer to [Data URIs on the css-tricks site](https://css-tricks.com/data-uris/){:target="\_blank"}.
Avoid using images on your site in the event Fastly is not available. To use images, refer to [Data URIs on the css-tricks site](https://css-tricks.com/data-uris/){:target="_blank"}.
</div>
4. When you're done, click **Upload** to send your updates to Fastly.
5. Click **Save Config** at the top of the page.
Expand All @@ -235,13 +235,13 @@ The Fastly module includes GeoIP handling to automatically redirect visitors or
1. In the **Fastly Configuration** section, expand **Advanced**.
2. Scroll down and select **Yes** to **Enable GeoIP**. Additional configuration options display.
3. For GeoIP Action, select if the visitor is automatically redirected with **Redirect** or provided a list of stores to select from with **Dialog**.
4. For **Country Mapping**, click **Add** to enter a two-letter country code to map with a specific Magento store from a list. For a list of country codes, see [this site](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2){:target="\_blank"}.
4. For **Country Mapping**, click **Add** to enter a two-letter country code to map with a specific Magento store from a list. For a list of country codes, see [this site](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2){:target="_blank"}.

![Add GeoIP country maps]({{ site.baseurl }}/common/images/cloud_fastly-geo-code.png)
5. Click **Save Config** at the top of the page.
6. After page reload, click *Upload VCL to Fastly* in the *Fastly Configuration* section.

Fastly also provides a series of [geolocation-related VCL features](https://docs.fastly.com/guides/vcl/geolocation-related-vcl-features){:target="\_blank"} for customized geolocation coding.
Fastly also provides a series of [geolocation-related VCL features](https://docs.fastly.com/guides/vcl/geolocation-related-vcl-features){:target="_blank"} for customized geolocation coding.

## Configure DNS for Fastly {#fastly-dns}

Expand Down Expand Up @@ -275,11 +275,11 @@ Refer to [Go live checklist]({{ page.baseurl }}/cloud/live/go-live-checklist.htm

If you use TLS with Fastly enabled in your environment, you must provide your DNS provider with a TXT record from Fastly. We provide a Domain Validated SSL certificate with Subject Alternative Name enabled, issued by GLobalSign. When entering your [Support ticket]({{ page.baseurl }}/cloud/trouble/trouble.html) for [DNS information](#fastly-dns) and going live, let us know you are using TLS, provide your domain names, and request the TXT record. You can then send this record to your DNS provider. The domain validation process is executed by Fastly.

For details on this TXT record, see Fastly's [DNS TXT record validation](https://docs.fastly.com/guides/securing-communications/domain-validation-for-tls-certificates#dns-text-record-verification){:target="\_blank"}.
For details on this TXT record, see Fastly's [DNS TXT record validation](https://docs.fastly.com/guides/securing-communications/domain-validation-for-tls-certificates#dns-text-record-verification){:target="_blank"}.

## Upgrade Fastly {#upgrade}

Fastly updates the Magento module to resolve issues, increase performance, and provide new features. You can check the [Magento Marketplace](https://marketplace.magento.com/fastly-magento2.html){:target="\_blank"} and [GitHub](https://github.com/fastly/fastly-magento2/releases){:target="\_blank"} for updates on the latest releases.
Fastly updates the Magento module to resolve issues, increase performance, and provide new features. You can check the [Magento Marketplace](https://marketplace.magento.com/fastly-magento2.html){:target="_blank"} and [GitHub](https://github.com/fastly/fastly-magento2/releases){:target="_blank"} for updates on the latest releases.

When you upgrade Fastly, you get the upgraded subset of default VCL snippets. When you finish upgrading, you must [upload upgraded default VCL snippets to Fastly](#upload-vcl-snippets):

Expand Down
Loading

0 comments on commit 9c74955

Please sign in to comment.