From 204f9befe7e90e14175097897c74c120285c5e4b Mon Sep 17 00:00:00 2001 From: matcornic Date: Sun, 30 Jul 2017 18:18:35 +0200 Subject: [PATCH] fixed edit URL --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 57941e54be..7a2ad1a95e 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -8,7 +8,7 @@ themesdir = "../.." MetaDataFormat = "yaml" [params] - editURL = "https://github.com/matcornic/hugo-learn-doc/edit/master/content/" + editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/docs/content/" description = "Documentation for Hugo Learn Theme" author = "Mathieu Cornic" showVisitedLinks = true # default to false