Skip to content

Commit

Permalink
Updated docs links
Browse files Browse the repository at this point in the history
refs #9742

- Ghost 2.0 is coming
- all doc links in 1.0 must use concrete links e.g. docs.ghost.org/v1 or themes.ghost.org/v1.23.0/
- if we release Ghost 2.0, docs.ghost.org will show 2.0 docs
  • Loading branch information
kirrg001 committed Jul 20, 2018
1 parent 83933be commit 74d6e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/zip/test/fixtures/test-theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://themes.ghost.org/v1.23.0/) which explains every possible Handlebars helper and template.

**The main files are:**

Expand Down

0 comments on commit 74d6e16

Please sign in to comment.