From ffca0db7f130be1138844aa22be71493bcf57d26 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 14 Apr 2019 16:48:05 +0200 Subject: Use gitlab links in jazzy docs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c79c08..5cd7660 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ document: build --readme README.md \ --clean \ --author Lyricli \ - --author_url https://github.com/lyricli-app \ - --github_url https://github.com/lyricli-app/lyricli \ + --author_url https://gitlab.com/lyricli \ + --github_url https://gitlab.com/lyricli/lyricli \ --module-version 0.4.0 \ --module Lyricli \ -- cgit