From 4fe876b3eec411bb78f512278ffdb03b92ecd4c2 Mon Sep 17 00:00:00 2001 From: Nick Griffin Date: Thu, 27 Oct 2016 16:58:09 +0100 Subject: [PATCH] Cross-linking the cartridge cookbook --- site/_docs/developing/cartridges.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/developing/cartridges.md b/site/_docs/developing/cartridges.md index 582d7c89e..6c42f53bd 100644 --- a/site/_docs/developing/cartridges.md +++ b/site/_docs/developing/cartridges.md @@ -10,6 +10,7 @@ The process for developing a cartridge is: * [Spin up ADOP](/adop-docker-compose/docs/quickstart/) * Read the [development guidelines](#development-guidelines) * Read about the [cartridge architecture](/adop-docker-compose/docs/architecture/cartridges/) +* Take a look at the [cartridge cookbook](/adop-cartridges-cookbook/) * Utilise the [Cartridge Development cartridge](#using-the-cartridge-development-cartridge) * [Develop the cartridge content](#developing-cartridge-content) * [Test the cartridge against the platform](#testing-the-cartridge)