From 25b12d348bd9c8a24776451ec5ecef34bd9f6f2d Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Wed, 21 Jul 2021 17:17:36 +0200 Subject: [PATCH] fixed link to LICENSE --- README.md | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb7b187..c20c2ea 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,4 @@ You can add captions to images (technically using `
` HTML tags) by a ## License -This theme is released under the [MIT license](https://git.qrz.is/clemens/amberterm/blob/master/LICENSE). +This theme is released under the [MIT license](https://git.qrz.is/clemens/amberterm/raw/branch/master/LICENSE.md). diff --git a/theme.toml b/theme.toml index 477c317..17ae5ac 100644 --- a/theme.toml +++ b/theme.toml @@ -1,6 +1,6 @@ name = "amberterm" license = "MIT" -licenselink = "https://git.qrz.is/clemens/amberterm/blob/master/LICENSE.md" +licenselink = "https://git.qrz.is/clemens/amberterm/raw/branch/master/LICENSE.md" description = "A minimal, monospaced, terminal style theme for Hugo." homepage = "https://git.qrz.is/clemens/amberterm" tags = ["blog", "minimal", "monospace", "dark mode", "simple", "clean", "responsive", "fast", "no-js", "no-tracking", "privacy"]