From 30e052e1d95c810e353e92a85c2119f3bfe3f556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Tue, 20 Aug 2024 15:35:19 +0200 Subject: [PATCH] Fixing broken links in Orchard 1.x training guidelines --- .../AdvancedContentManagement.md | 4 ++-- .../BasicMaintenance.md | 4 ++-- .../BasicSiteManagement.md | 2 +- .../CustomizationFeatures.md | 4 ++-- .../ExpertContentManagement.md | 4 ++-- .../CoreConceptsAndBasicUsage/Index.md | 14 +++++++------- .../IntermediateContentManagement.md | 4 ++-- .../CoreConceptsAndBasicUsage/Introduction.md | 4 ++-- .../AutomatedDeployment.md | 4 ++-- .../DeploymentAndOptimization/Index.md | 6 +++--- .../ManualDeployment.md | 4 ++-- .../DeploymentAndOptimization/Optimization.md | 4 ++-- .../Guidelines/ExtendedApis/ExtendedApis1.md | 4 ++-- .../Guidelines/ExtendedApis/ExtendedApis2.md | 4 ++-- .../Guidelines/ExtendedApis/ExtendedApis3.md | 4 ++-- .../Training/Guidelines/ExtendedApis/Index.md | 6 +++--- Library/Training/Guidelines/Index.md | 18 +++++++++--------- .../AdvancedTechniquesInModuleDevelopment.md | 4 ++-- .../BasicTechniquesInModuleDevelopment.md | 4 ++-- .../ComplementaryTopicsInModuleDevelopment.md | 4 ++-- .../DevelopingCustomContent.md | 4 ++-- .../GettingStartedWithModuleDevelopment.md | 2 +- .../ModuleDevelopmentAndApis/Index.md | 14 +++++++------- ...ntermediateTechniquesInModuleDevelopment.md | 4 ++-- .../Training/Guidelines/TeamTraining/Index.md | 2 +- .../AdvancedThemeDevelopment.md | 4 ++-- .../GettingStartedWithThemeDevelopment.md | 2 +- .../Guidelines/ThemeDevelopment/Index.md | 4 ++-- Library/Training/Guidelines/WebApi/Index.md | 2 +- 29 files changed, 72 insertions(+), 72 deletions(-) diff --git a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/AdvancedContentManagement.md b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/AdvancedContentManagement.md index 805d9a2..5a49c66 100644 --- a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/AdvancedContentManagement.md +++ b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/AdvancedContentManagement.md @@ -16,6 +16,6 @@ Time requirement: 2h 30m -Dependencies: [Intermediate content management](IntermediateContentManagement) +Dependencies: [Intermediate content management](IntermediateContentManagement.md) -Parent topic: [Core concepts and basic usage](./) +Parent topic: [Core concepts and basic usage](./Index.md) diff --git a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/BasicMaintenance.md b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/BasicMaintenance.md index 7baca8e..16970ed 100644 --- a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/BasicMaintenance.md +++ b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/BasicMaintenance.md @@ -14,6 +14,6 @@ Time requirement: 0h 30m -Dependencies: [Basic site management](BasicSiteManagement) +Dependencies: [Basic site management](BasicSiteManagement.md) -Parent topic: [Core concepts and basic usage](./) +Parent topic: [Core concepts and basic usage](./Index.md) diff --git a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/BasicSiteManagement.md b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/BasicSiteManagement.md index 7189c24..79b84c3 100644 --- a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/BasicSiteManagement.md +++ b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/BasicSiteManagement.md @@ -23,4 +23,4 @@ Time requirement: 2h 15m Dependencies: none -Parent topic: [Core concepts and basic usage](./) +Parent topic: [Core concepts and basic usage](./Index.md) diff --git a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/CustomizationFeatures.md b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/CustomizationFeatures.md index 44337a6..daf1761 100644 --- a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/CustomizationFeatures.md +++ b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/CustomizationFeatures.md @@ -19,6 +19,6 @@ Time requirement: 2h 0m -Dependencies: [Intermediate content management](IntermediateContentManagement) +Dependencies: [Intermediate content management](IntermediateContentManagement.md) -Parent topic: [Core concepts and basic usage](./) +Parent topic: [Core concepts and basic usage](./Index.md) diff --git a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/ExpertContentManagement.md b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/ExpertContentManagement.md index 86c7d1e..794929f 100644 --- a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/ExpertContentManagement.md +++ b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/ExpertContentManagement.md @@ -11,6 +11,6 @@ Time requirement: 1h 45m -Dependencies: [Advanced content management](AdvancedContentManagement) +Dependencies: [Advanced content management](AdvancedContentManagement.md) -Parent topic: [Core concepts and basic usage](./) +Parent topic: [Core concepts and basic usage](./Index.md) diff --git a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/Index.md b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/Index.md index 26a5a3a..557e351 100644 --- a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/Index.md +++ b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/Index.md @@ -1,9 +1,9 @@ # Core concepts and basic usage (training topic) -- [Introduction](Introduction) -- [Basic site management](BasicSiteManagement) -- [Intermediate content management](IntermediateContentManagement) -- [Advanced content management](AdvancedContentManagement) -- [Expert content management](ExpertContentManagement) -- [Customization features](CustomizationFeatures) -- [Basic maintenance](BasicMaintenance) +- [Introduction](Introduction.md) +- [Basic site management](BasicSiteManagement.md) +- [Intermediate content management](IntermediateContentManagement.md) +- [Advanced content management](AdvancedContentManagement.md) +- [Expert content management](ExpertContentManagement.md) +- [Customization features](CustomizationFeatures.md) +- [Basic maintenance](BasicMaintenance.md) diff --git a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/IntermediateContentManagement.md b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/IntermediateContentManagement.md index 8c32a3e..4946d29 100644 --- a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/IntermediateContentManagement.md +++ b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/IntermediateContentManagement.md @@ -23,6 +23,6 @@ Time requirement: 2h 0m -Dependencies: [Basic site management](BasicSiteManagement) +Dependencies: [Basic site management](BasicSiteManagement.md) -Parent topic: [Core concepts and basic usage](./) +Parent topic: [Core concepts and basic usage](./Index.md) diff --git a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/Introduction.md b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/Introduction.md index a5fa63f..a7557d7 100644 --- a/Library/Training/Guidelines/CoreConceptsAndBasicUsage/Introduction.md +++ b/Library/Training/Guidelines/CoreConceptsAndBasicUsage/Introduction.md @@ -1,6 +1,6 @@ # Introduction -- Orchard ecosystem as under the [Orchard link collection](../../../LinkCollection) +- Orchard ecosystem as under the [Orchard link collection](../../../LinkCollection.md) - Showcasing complex/notable Orchard apps: - The websites on [Show Orchard](http://showorchard.com) - [DotNest](https://dotnest.com/) for creating hosted Orchard sites @@ -21,4 +21,4 @@ Time requirement: 1h 0m Dependencies: none -Parent topic: [Core concepts and basic usage](./) +Parent topic: [Core concepts and basic usage](./Index.md) diff --git a/Library/Training/Guidelines/DeploymentAndOptimization/AutomatedDeployment.md b/Library/Training/Guidelines/DeploymentAndOptimization/AutomatedDeployment.md index 3adb1b4..9e04148 100644 --- a/Library/Training/Guidelines/DeploymentAndOptimization/AutomatedDeployment.md +++ b/Library/Training/Guidelines/DeploymentAndOptimization/AutomatedDeployment.md @@ -11,6 +11,6 @@ Time requirement: 2h 0m -Dependencies: [Manual deployment](ManualDeployment) +Dependencies: [Manual deployment](ManualDeployment.md) -Parent topic: [Deployment and optimization](./) +Parent topic: [Deployment and optimization](./Index.md) diff --git a/Library/Training/Guidelines/DeploymentAndOptimization/Index.md b/Library/Training/Guidelines/DeploymentAndOptimization/Index.md index a372f77..39aa019 100644 --- a/Library/Training/Guidelines/DeploymentAndOptimization/Index.md +++ b/Library/Training/Guidelines/DeploymentAndOptimization/Index.md @@ -1,5 +1,5 @@ # Deployment and optimization (training topic) -- [Optimization](Optimization) -- [Manual deployment](ManualDeployment) -- [Automated deployment](AutomatedDeployment) +- [Optimization](Optimization.md) +- [Manual deployment](ManualDeployment.md) +- [Automated deployment](AutomatedDeployment.md) diff --git a/Library/Training/Guidelines/DeploymentAndOptimization/ManualDeployment.md b/Library/Training/Guidelines/DeploymentAndOptimization/ManualDeployment.md index 95f8805..4e1738e 100644 --- a/Library/Training/Guidelines/DeploymentAndOptimization/ManualDeployment.md +++ b/Library/Training/Guidelines/DeploymentAndOptimization/ManualDeployment.md @@ -13,6 +13,6 @@ Time requirement: 1h 45m -Dependencies: [Getting started in module development](../ModuleDevelopmentAndApis/GettingStartedInModuleDevelopment) +Dependencies: [Getting started with module development](../ModuleDevelopmentAndApis/GettingStartedWithModuleDevelopment.md) -Parent topic: [Deployment and optimization](./) +Parent topic: [Deployment and optimization](./Index.md) diff --git a/Library/Training/Guidelines/DeploymentAndOptimization/Optimization.md b/Library/Training/Guidelines/DeploymentAndOptimization/Optimization.md index 578563f..7b87e7d 100644 --- a/Library/Training/Guidelines/DeploymentAndOptimization/Optimization.md +++ b/Library/Training/Guidelines/DeploymentAndOptimization/Optimization.md @@ -9,6 +9,6 @@ Time requirement: 0h 45m -Dependencies: [Basic techniques in module development](../ModuleDevelopmentAndApis/BasicTechniquesInModuleDevelopment) +Dependencies: [Basic techniques in module development](../ModuleDevelopmentAndApis/BasicTechniquesInModuleDevelopment.md) -Parent topic: [Deployment and optimization](./) +Parent topic: [Deployment and optimization](./Index.md) diff --git a/Library/Training/Guidelines/ExtendedApis/ExtendedApis1.md b/Library/Training/Guidelines/ExtendedApis/ExtendedApis1.md index 3ce05df..6368e0a 100644 --- a/Library/Training/Guidelines/ExtendedApis/ExtendedApis1.md +++ b/Library/Training/Guidelines/ExtendedApis/ExtendedApis1.md @@ -9,6 +9,6 @@ Time requirement: 1h 30m -Dependencies: [Intermediate techniques in module development](../ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment) +Dependencies: [Intermediate techniques in module development](../ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment.md) -Parent topic: [Extended APIs](./) +Parent topic: [Extended APIs](./Index.md) diff --git a/Library/Training/Guidelines/ExtendedApis/ExtendedApis2.md b/Library/Training/Guidelines/ExtendedApis/ExtendedApis2.md index f428ef1..ffb0d26 100644 --- a/Library/Training/Guidelines/ExtendedApis/ExtendedApis2.md +++ b/Library/Training/Guidelines/ExtendedApis/ExtendedApis2.md @@ -9,6 +9,6 @@ Time requirement: 3h -Dependencies: [Intermediate techniques in module development](../ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment) +Dependencies: [Intermediate techniques in module development](../ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment.md) -Parent topic: [Extended APIs](./) +Parent topic: [Extended APIs](./Index.md) diff --git a/Library/Training/Guidelines/ExtendedApis/ExtendedApis3.md b/Library/Training/Guidelines/ExtendedApis/ExtendedApis3.md index d576e97..60ad471 100644 --- a/Library/Training/Guidelines/ExtendedApis/ExtendedApis3.md +++ b/Library/Training/Guidelines/ExtendedApis/ExtendedApis3.md @@ -8,6 +8,6 @@ Time requirement: 1h 30m -Dependencies: [Intermediate techniques in module development](../ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment) +Dependencies: [Intermediate techniques in module development](../ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment.md) -Parent topic: [Extended APIs](./) +Parent topic: [Extended APIs](./Index.md) diff --git a/Library/Training/Guidelines/ExtendedApis/Index.md b/Library/Training/Guidelines/ExtendedApis/Index.md index a4bd78f..6843ee4 100644 --- a/Library/Training/Guidelines/ExtendedApis/Index.md +++ b/Library/Training/Guidelines/ExtendedApis/Index.md @@ -2,8 +2,8 @@ The knowledge of the below APIs is not necessary for all developers as these are needed only for more special tasks. -- [Extended APIs I.](ExtendedApis1) -- [Extended APIs II.](ExtendedApis2) -- [Extended APIs III.](ExtendedApis3) +- [Extended APIs I.](ExtendedApis1.md) +- [Extended APIs II.](ExtendedApis2.md) +- [Extended APIs III.](ExtendedApis3.md) There is no need to go into details about all providers, evaluating a few provider types used in Projector and a Token provider is enough. diff --git a/Library/Training/Guidelines/Index.md b/Library/Training/Guidelines/Index.md index beeb9ee..a1ee938 100644 --- a/Library/Training/Guidelines/Index.md +++ b/Library/Training/Guidelines/Index.md @@ -4,7 +4,7 @@ The following guidelines serve as a base for [Orchard trainings](http://orchardd ## Training methodologies -For methodologies for various forms of Orchard training see [training methodologies](TrainingMethodologies). +For methodologies for various forms of Orchard training see [training methodologies](TrainingMethodologies.md). ## Prerequisites for the participants @@ -19,7 +19,7 @@ Enumeration of technologies and paradigms used in Orchard: C#, [MVC](http://en.w The following tools are needed for an Orchard training: - Lab computers or participants' computers: - - Software listed under "Software to install" in "[Development environment advice](../../DevelopmentGuidelines/DevelopmentEnvironment)". + - Software listed under "Software to install" in "[Development environment advice](../../DevelopmentGuidelines/DevelopmentEnvironment.md)". - Administrative account to install other components if necessary and to avoid permission issues when running Orchard - Trainer's PC having all of the above and connected to a projector for demonstrations - A whiteboard or something similar @@ -28,10 +28,10 @@ The following tools are needed for an Orchard training: The topics are each divided into individual modules. These modules can, but don't necessarily have dependency on each other. -- [Core concepts and basic usage](CoreConceptsAndBasicUsage/) -- [Theme development](ThemeDevelopment/) -- [Module development and Orchard APIs](ModuleDevelopmentAndApis/) -- [Extended APIs](ExtendedApis/) -- [Web API](WebApi/) -- [Deployment and optimization](DeploymentAndOptimization/) -- [Team training](TeamTraining/) (for development teams) +- [Core concepts and basic usage](CoreConceptsAndBasicUsage/Index.md) +- [Theme development](ThemeDevelopment/Index.md) +- [Module development and Orchard APIs](ModuleDevelopmentAndApis/Index.md) +- [Extended APIs](ExtendedApis/Index.md) +- [Web API](WebApi/Index.md) +- [Deployment and optimization](DeploymentAndOptimization/Index.md) +- [Team training](TeamTraining/Index.md) (for development teams) diff --git a/Library/Training/Guidelines/ModuleDevelopmentAndApis/AdvancedTechniquesInModuleDevelopment.md b/Library/Training/Guidelines/ModuleDevelopmentAndApis/AdvancedTechniquesInModuleDevelopment.md index fb14df7..8360c1d 100644 --- a/Library/Training/Guidelines/ModuleDevelopmentAndApis/AdvancedTechniquesInModuleDevelopment.md +++ b/Library/Training/Guidelines/ModuleDevelopmentAndApis/AdvancedTechniquesInModuleDevelopment.md @@ -11,6 +11,6 @@ Time requirement: 1h 30m -Dependencies: [Intermediate techniques in module development](IntermediateTechniquesInModuleDevelopment) +Dependencies: [Intermediate techniques in module development](IntermediateTechniquesInModuleDevelopment.md) -Parent topic: [Module development and APIs](./) +Parent topic: [Module development and APIs](./Index.md) diff --git a/Library/Training/Guidelines/ModuleDevelopmentAndApis/BasicTechniquesInModuleDevelopment.md b/Library/Training/Guidelines/ModuleDevelopmentAndApis/BasicTechniquesInModuleDevelopment.md index 8778933..378760a 100644 --- a/Library/Training/Guidelines/ModuleDevelopmentAndApis/BasicTechniquesInModuleDevelopment.md +++ b/Library/Training/Guidelines/ModuleDevelopmentAndApis/BasicTechniquesInModuleDevelopment.md @@ -14,6 +14,6 @@ Time requirement: 3h 0m -Dependencies: [Getting started with module development](GettingStartedWithModuleDevelopment) +Dependencies: [Getting started with module development](GettingStartedWithModuleDevelopment.md) -Parent topic: [Module development and APIs](./) +Parent topic: [Module development and APIs](./Index.md) diff --git a/Library/Training/Guidelines/ModuleDevelopmentAndApis/ComplementaryTopicsInModuleDevelopment.md b/Library/Training/Guidelines/ModuleDevelopmentAndApis/ComplementaryTopicsInModuleDevelopment.md index bef546d..07e11e5 100644 --- a/Library/Training/Guidelines/ModuleDevelopmentAndApis/ComplementaryTopicsInModuleDevelopment.md +++ b/Library/Training/Guidelines/ModuleDevelopmentAndApis/ComplementaryTopicsInModuleDevelopment.md @@ -8,6 +8,6 @@ Time requirement: 1h 0m -Dependencies: [Basic techniques in module development](BasicTechniquesInModuleDevelopment) +Dependencies: [Basic techniques in module development](BasicTechniquesInModuleDevelopment.md) -Parent topic: [Module development and APIs](./) +Parent topic: [Module development and APIs](./Index.md) diff --git a/Library/Training/Guidelines/ModuleDevelopmentAndApis/DevelopingCustomContent.md b/Library/Training/Guidelines/ModuleDevelopmentAndApis/DevelopingCustomContent.md index 64dc3ef..c30d60e 100644 --- a/Library/Training/Guidelines/ModuleDevelopmentAndApis/DevelopingCustomContent.md +++ b/Library/Training/Guidelines/ModuleDevelopmentAndApis/DevelopingCustomContent.md @@ -21,6 +21,6 @@ Time requirement: 3h 0m -Dependencies: [Basic techniques in module development](BasicTechniquesInModuleDevelopment) +Dependencies: [Basic techniques in module development](BasicTechniquesInModuleDevelopment.md) -Parent topic: [Module development and APIs](./) +Parent topic: [Module development and APIs](./Index.md) diff --git a/Library/Training/Guidelines/ModuleDevelopmentAndApis/GettingStartedWithModuleDevelopment.md b/Library/Training/Guidelines/ModuleDevelopmentAndApis/GettingStartedWithModuleDevelopment.md index b71af98..880bf30 100644 --- a/Library/Training/Guidelines/ModuleDevelopmentAndApis/GettingStartedWithModuleDevelopment.md +++ b/Library/Training/Guidelines/ModuleDevelopmentAndApis/GettingStartedWithModuleDevelopment.md @@ -24,4 +24,4 @@ Time requirement: 1h 30m Dependencies: none -Parent topic: [Module development and APIs](./) +Parent topic: [Module development and APIs](./Index.md) diff --git a/Library/Training/Guidelines/ModuleDevelopmentAndApis/Index.md b/Library/Training/Guidelines/ModuleDevelopmentAndApis/Index.md index acf7099..0ca44ea 100644 --- a/Library/Training/Guidelines/ModuleDevelopmentAndApis/Index.md +++ b/Library/Training/Guidelines/ModuleDevelopmentAndApis/Index.md @@ -1,13 +1,13 @@ # Module development and Orchard APIs (training topic) -The below topics are the core of what an Orchard developer should know. Other, less important items are listed under [Extended APIs](../ExtendedApis/). +The below topics are the core of what an Orchard developer should know. Other, less important items are listed under [Extended APIs](../ExtendedApis/Index.md). -- [Getting started with module development](GettingStartedWithModuleDevelopment) -- [Basic techniques in module development](BasicTechniquesInModuleDevelopment) -- [Developing custom content](DevelopingCustomContent) -- [Intermediate techniques in module development](IntermediateTechniquesInModuleDevelopment) -- [Advanced techniques in module development](AdvancedTechniquesInModuleDevelopment) -- [Complementary topics of module development](ComplementaryTopicsInModuleDevelopment) +- [Getting started with module development](GettingStartedWithModuleDevelopment.md) +- [Basic techniques in module development](BasicTechniquesInModuleDevelopment.md) +- [Developing custom content](DevelopingCustomContent.md) +- [Intermediate techniques in module development](IntermediateTechniquesInModuleDevelopment.md) +- [Advanced techniques in module development](AdvancedTechniquesInModuleDevelopment.md) +- [Complementary topics of module development](ComplementaryTopicsInModuleDevelopment.md) ## Addendum diff --git a/Library/Training/Guidelines/ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment.md b/Library/Training/Guidelines/ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment.md index 91a2a93..792a55d 100644 --- a/Library/Training/Guidelines/ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment.md +++ b/Library/Training/Guidelines/ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment.md @@ -10,6 +10,6 @@ Time requirement: 3h 0m -Dependencies: [Basic techniques in module development](BasicTechniquesInModuleDevelopment) +Dependencies: [Basic techniques in module development](BasicTechniquesInModuleDevelopment.md) -Parent topic: [Module development and APIs](./) +Parent topic: [Module development and APIs](./Index.md) diff --git a/Library/Training/Guidelines/TeamTraining/Index.md b/Library/Training/Guidelines/TeamTraining/Index.md index cf94fa6..0c6cbc1 100644 --- a/Library/Training/Guidelines/TeamTraining/Index.md +++ b/Library/Training/Guidelines/TeamTraining/Index.md @@ -1,7 +1,7 @@ # Team training (training topic) - How to write code? - - Agree on and follow [common guidelines](../../../DevelopmentGuidelines/) and conventions + - Agree on and follow [common guidelines](../../../DevelopmentGuidelines/Index.md) and conventions - Importance of documentation - How to share code and other application data? - Version control best practices: diff --git a/Library/Training/Guidelines/ThemeDevelopment/AdvancedThemeDevelopment.md b/Library/Training/Guidelines/ThemeDevelopment/AdvancedThemeDevelopment.md index 0afe537..93b8564 100644 --- a/Library/Training/Guidelines/ThemeDevelopment/AdvancedThemeDevelopment.md +++ b/Library/Training/Guidelines/ThemeDevelopment/AdvancedThemeDevelopment.md @@ -11,6 +11,6 @@ Time requirement: 1h 0m -Dependencies: [Getting started in theme development](GettingStartedInThemeDevelopment) +Dependencies: [Getting started with theme development](GettingStartedWithThemeDevelopment.md) -Parent topic: [Theme development](./) +Parent topic: [Theme development](./Index.md) diff --git a/Library/Training/Guidelines/ThemeDevelopment/GettingStartedWithThemeDevelopment.md b/Library/Training/Guidelines/ThemeDevelopment/GettingStartedWithThemeDevelopment.md index e50a942..2a035ef 100644 --- a/Library/Training/Guidelines/ThemeDevelopment/GettingStartedWithThemeDevelopment.md +++ b/Library/Training/Guidelines/ThemeDevelopment/GettingStartedWithThemeDevelopment.md @@ -18,4 +18,4 @@ Time requirement: 2h 0m Dependencies: none -Parent topic: [Theme development](./) +Parent topic: [Theme development](./Index.md) diff --git a/Library/Training/Guidelines/ThemeDevelopment/Index.md b/Library/Training/Guidelines/ThemeDevelopment/Index.md index a8289f2..676d827 100644 --- a/Library/Training/Guidelines/ThemeDevelopment/Index.md +++ b/Library/Training/Guidelines/ThemeDevelopment/Index.md @@ -1,4 +1,4 @@ # Theme development (training topic) -- [Getting started with theme development](GettingStartedWithThemeDevelopment) -- [Advanced theme development](AdvancedThemeDevelopment) +- [Getting started with theme development](GettingStartedWithThemeDevelopment.md) +- [Advanced theme development](AdvancedThemeDevelopment.md) diff --git a/Library/Training/Guidelines/WebApi/Index.md b/Library/Training/Guidelines/WebApi/Index.md index 7709896..ac2d686 100644 --- a/Library/Training/Guidelines/WebApi/Index.md +++ b/Library/Training/Guidelines/WebApi/Index.md @@ -5,4 +5,4 @@ Time requirement: 1h 0m -Dependencies: [Intermediate techniques in module development](../ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment) +Dependencies: [Intermediate techniques in module development](../ModuleDevelopmentAndApis/IntermediateTechniquesInModuleDevelopment.md)