From dc74e24d0cad5db0613ee2e1c20d2eecb7348765 Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Thu, 25 Jul 2019 14:56:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Updated=20docs=20link=20to=20be?= =?UTF-8?q?=20version-less?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88925a9..dbb779f 100644 --- a/README.md +++ b/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://ghost.org/docs/api/v2/handlebars-themes/) 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://ghost.org/docs/api/handlebars-themes/) which explains every possible Handlebars helper and template. **The main files are:**