From 99777d6b495cc7eb030a0ee92544300ed2692866 Mon Sep 17 00:00:00 2001 From: immber Date: Mon, 3 Dec 2018 11:07:40 -0800 Subject: [PATCH] fixing links --- docs/source/integrating/asset-management.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/integrating/asset-management.md b/docs/source/integrating/asset-management.md index 4a1de24ea..190b67c63 100644 --- a/docs/source/integrating/asset-management.md +++ b/docs/source/integrating/asset-management.md @@ -19,11 +19,11 @@ in Talk in order to make it easier for lighter installations. In order to have more strict control over this flow, we will create a plugin that will: -1. Disable "Lazy Asset Creation" by [Overriding a Resolver](#Overriding%20a%20Resolver). -2. Create Assets from our CMS by [Creating a New Asset Route](#Creating%20a%20New%20Asset%20Route). -3. Facilitate updates from our CMS to keep Talk in sync by [Creating an Asset Update Route](#Creating%20an%20Asset%20Update%20Route). +1. Disable "Lazy Asset Creation" by [Overriding a Resolver](#overriding-a-resolver). +2. Create Assets from our CMS by [Creating a New Asset Route](#creating-a-new-asset-route). +3. Facilitate updates from our CMS to keep Talk in sync by [Creating an Asset Update Route](#creating-an-asset-update-route). -We will then modify our embed so that we can [Target the Asset](#Target%20the%20Asset). +We will then modify our embed so that we can [Target the Asset](#target-the-asset). But first we should grab our basic plugin structure: