From c0b5d28a781a1e461e8b6799d0ce279e6c3cf60c Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 17 Jan 2019 06:57:37 +0000 Subject: [PATCH] Updated docs links to best equivalents (#10386) * Updated docs links to best equivalents - Our documentation has been overhauled, this updates the all the old links sprinkled through Ghost * Update integrity hash --- ghost/zip/test/fixtures/test-theme/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/zip/test/fixtures/test-theme/README.md b/ghost/zip/test/fixtures/test-theme/README.md index 0fc00234c0..9932e956b4 100644 --- a/ghost/zip/test/fixtures/test-theme/README.md +++ b/ghost/zip/test/fixtures/test-theme/README.md @@ -12,7 +12,7 @@ The default theme for [Ghost](http://github.com/tryghost/ghost/). This is the la Ghost uses a simple templating language called [Handlebars](http://handlebarsjs.com/) for its themes. -We've documented our default theme pretty heavily so that it should be fairly easy to work out what's going on just by reading the code and the comments. Once you feel comfortable with how everything works, we also have full [theme API documentation](https://themes.ghost.org) which explains every possible Handlebars helper and template. +We've documented our default theme pretty heavily so that it should be fairly easy to work out what's going on just by reading the code and the comments. Once you feel comfortable with how everything works, we also have full [theme API documentation](https://docs.ghost.org/api/handlebars-themes/) which explains every possible Handlebars helper and template. **The main files are:**