From cc0c4fcb582b9bfbcfde563e4c4bf10fba7e6a91 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 6 Jan 2018 00:36:21 -0500 Subject: [PATCH] :Update repo URLs for footer commit links * Makefile (url_root, repo_url): Update URLs. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 23a1230..92ed099 100644 --- a/Makefile +++ b/Makefile @@ -25,9 +25,9 @@ articles := $(patsubst %.txt, %.html, \ # articles in TeX with an inappropriate var name texticles=$(patsubst %/, %.html, $(dir $(shell find docs/ -name 'Makefile'))) www_root := www-root/ -url_root := http://mikegerwitz.com -repo_url := https://gitlab.com/mikegerwitz/thoughts -repo_commit_url := '$(repo_url)/commit/%s' +url_root := https://mikegerwitz.com +repo_url := https://mikegerwitz.com/projects/thoughts +repo_commit_url := '$(repo_url)/commit/?id=%s' # configured repo2html command repo2html := repo2html \