From 8145575fbc66a64dbacef363d3b217f1d15f1c36 Mon Sep 17 00:00:00 2001 From: Mathieu Cornic Date: Mon, 11 Apr 2016 01:07:42 +0200 Subject: [PATCH] fix links --- README.md | 2 +- theme.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9109ce35c..3c5149987c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains a theme for [Hugo](https://gohugo.io/), based on great [Grav Learn Theme](http://learn.getgrav.org/). -Visit the [theme documentation](https://matcornic.github.io/hugo-learn-doc) to see what is going on. It is actually built with this theme. +Visit the [theme documentation](https://matcornic.github.io/hugo-learn-doc/basics/what-is-this-hugo-theme/) to see what is going on. It is actually built with this theme. # Main functionalities diff --git a/theme.toml b/theme.toml index 39bff86395..1559696d09 100644 --- a/theme.toml +++ b/theme.toml @@ -5,14 +5,14 @@ name = "Learn" license = "MIT" licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md" description = "Documentation theme for Hugo, based on Grav Learn theme" -homepage = "http://matcornic.github.io/hugo-learn-doc" -tags = ["documentation", "grav", "learn"] +homepage = "https://matcornic.github.io/hugo-learn-doc/basics/what-is-this-hugo-theme/" +tags = ["documentation", "grav", "learn", "doc"] features = ["documentation"] min_version = 0.15 [author] name = "Mathieu Cornic" - homepage = "http://matcornic.com" + homepage = "http://matcornic.github.io/" [original] name = "Grav Learn"