From c7e72036ccb9d2bd29f59b0165efa8464280f0b6 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Thu, 24 Sep 2015 12:39:53 +0100 Subject: [PATCH] Fixing broken links --- .../external_system_integration.md | 5 ++++- tutorials/editor_basics.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/reference_guide/frameworks_and_external_apis/external_system_integration.md b/reference_guide/frameworks_and_external_apis/external_system_integration.md index 70c493e2e..f3920712d 100644 --- a/reference_guide/frameworks_and_external_apis/external_system_integration.md +++ b/reference_guide/frameworks_and_external_apis/external_system_integration.md @@ -1,3 +1,6 @@ +--- +--- + # Purpose This page provides high-level overview of *External System* sub-system. @@ -80,4 +83,4 @@ Though main development is performed at the 'master' branch, there is a special 1. Download external-system.zip; 2. Unpack it and define *external-system.jar* as a library dependency; 3. Configure sources from *external-system-src.jar* if necessary; -4. Add definitions from *ExternalSystemExtensionPoints.xml* and *ExternalSystemExtensions.xml* to your *plugin.xml* (that **.xml files are bundled into *external-system-src.jar*). *Note:** it's very important to use custom namespace there because there is a possible case that more than one external system integration uses this approach to be compatible with 12.1.x; \ No newline at end of file +4. Add definitions from *ExternalSystemExtensionPoints.xml* and *ExternalSystemExtensions.xml* to your *plugin.xml* (that **.xml files are bundled into *external-system-src.jar*). *Note:** it's very important to use custom namespace there because there is a possible case that more than one external system integration uses this approach to be compatible with 12.1.x; diff --git a/tutorials/editor_basics.md b/tutorials/editor_basics.md index dcf7f1c80..690ec5485 100644 --- a/tutorials/editor_basics.md +++ b/tutorials/editor_basics.md @@ -29,6 +29,6 @@ section. [DataContext](https://upsource.jetbrains.com/idea-community/file/1731d054af4ca27aa827c03929e27eeb0e6a8366/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/DataContext.java) **Related topics:** -[Action System](/tutorials/action_system/action_system.md) +[Action System](/tutorials/action_system.md)