From 2a0ec0ae095e5c4373b15d55312278ab7c085f87 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Fri, 27 Jun 2014 09:21:16 -0500 Subject: [PATCH] Update cross-references --- guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md | 3 ++- guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md b/guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md index 573aaadc369..2612a82e5f4 100644 --- a/guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md +++ b/guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md @@ -60,4 +60,5 @@ To set up a service so it can be accessed using REST, see [What is the Web API F * What is the Magento 2 Service Framework? * Basics of Building a Service -* Services Use Case: Magento 1 and Magento 2 Side-By-Side \ No newline at end of file +* Services Use Case—Magento 1 and Magento 2 Side-By-Side +* Services Use Case—Creating a Customer from an External Source \ No newline at end of file diff --git a/guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md b/guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md index d7154072311..9da7c06e8bf 100644 --- a/guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md +++ b/guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md @@ -40,7 +40,7 @@ Benefits include: ## Related Topics -* Interacting With Services +* Interacting With Services * Basics of Building a Service * How a Client Uses a Service * Services Use Case—Magento 1 and Magento 2 Side-By-Side