Skip to content

Commit

Permalink
Merge pull request magento#138 from magento-devdocs/fix-links2b
Browse files Browse the repository at this point in the history
Fix link issues
  • Loading branch information
shrielenee authored Jul 22, 2021
2 parents c033512 + 04816b8 commit 84d8011
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/payment-services/configure-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ group: payment-services
title: Configure Payment Services
---

After you install Payment Services, you can easily configure it from [within the Admin]({{ site.user_guide_url }}/user-guide/payment-services/configure-payments.html) or via the Command Line Interface (CLI).
After you install Payment Services, you can easily configure it from [within the Admin]({{ site.user_guide_url }}/payment-services/configure-payments.html) or via the Command Line Interface (CLI).

## Configure data export

Payment Services combines order data exported from Magento Open Source and Adobe Commerce with aggregated payment data from payment providers to create useful reports. The Payment Services extension uses indexers to efficiently collect all of the necessary data for the reports.

See [our user guide]({{ site.user_guide_url }}/user-guide/payment-services/order-payment-status#data-used-in-the-report.html) to learn about the data used in Payment Services reporting.
See [our user guide]({{ site.user_guide_url }}/payment-services/order-payment-status#data-used-in-the-report.html) to learn about the data used in Payment Services reporting.

### Set indexers

Expand All @@ -32,7 +32,7 @@ bin/magento indexer:set-mode schedule sales_order_data_exporter sales_order_stat
{:.bs-callout-tip}
If you don't specify any indexers in your command, all indexers are updated to the same value. If you want to change a specific indexer you must list it in your command.

See [Configure indexers]({{ site.baseurl }}{{ site.gdeurl }}/config-guide/cli/config-cli-subcommands-index.html#configure-indexers) in [Manage the Indexers]({{ site.baseurl }}{{ site.gdeurl }}/config-guide/cli/config-cli-subcommands-index.html) to learn more about manually changing the mode of an indexer or [Index management]({{ site.user_guide_url }}/user-guide/system/index-management.html#change-the-index-mode) to learn how to to change it in the Admin.
See [Configure indexers]({{ site.baseurl }}{{ site.gdeurl }}/config-guide/cli/config-cli-subcommands-index.html#configure-indexers) in [Manage the Indexers]({{ site.baseurl }}{{ site.gdeurl }}/config-guide/cli/config-cli-subcommands-index.html) to learn more about manually changing the mode of an indexer or [Index management]({{ site.user_guide_url }}/system/index-management.html#change-the-index-mode) to learn how to to change it in the Admin.

### Manually reindex data

Expand Down
6 changes: 3 additions & 3 deletions src/payment-services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Payment Services is:
* Designed to meet all your payments needs
* Self-contained within the Admin

See a full list of features and more detailed information in the [user guide]({{ site.user_guide_url }}/user-guide/payment-services/index.html).
See a full list of features and more detailed information in the [user guide]({{ site.user_guide_url }}/payment-services/index.html).

## Availability

Expand All @@ -23,7 +23,7 @@ See [Lifecycle policy]({{ site.baseurl }}/release/lifecycle-policy.html) and [Up

## Get started

Onboarding and setting up Payment Services is completed in [just a few steps]({{ site.user_guide_url }}/user-guide/payment-services/index.html#get-started).
Onboarding and setting up Payment Services is completed in [just a few steps]({{ site.user_guide_url }}/payment-services/index.html#get-started).

This onboarding flow diagram shows the general process, for both the user and the internal system, for onboarding Payment Services.

Expand All @@ -34,5 +34,5 @@ _Onboarding flow (click to zoom)_

Payment Services is designed to be the simplest payments system you've ever used. Got questions about features, implementation, configuration, fee structure, extensibility, or reporting? We've got you covered.

* [MerchDocs (user guide)]({{ site.user_guide_url }}/payment-services/payments.html)---See our Payment Services-related user guide documentation.
* [MerchDocs (user guide)]({{ site.user_guide_url }}/payment-services/index.html)---See our Payment Services-related user guide documentation.
* [Help center](https://support.magento.com/hc/en-us)---See our Payment Services-related knowledgebase and [submit Support tickets](https://support.magento.com/hc/en-us/articles/360000913794#submit-ticket) for extra help.
2 changes: 1 addition & 1 deletion src/payment-services/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ title: Security

Security is of the utmost concern in Payment Services. No private or Payment Card Industry (PCI) regulated information is passed across your services.

See [Security]({{ site.user_guide_url }}/user-guide/payment-services/security.html) in the user guide for more information.
See [Security]({{ site.user_guide_url }}/payment-services/security.html) in the user guide for more information.

0 comments on commit 84d8011

Please sign in to comment.