:Update repo URLs for footer commit links

* Makefile (url_root, repo_url): Update URLs.
master
Mike Gerwitz 2018-01-06 00:36:21 -05:00
parent e6c03df640
commit cc0c4fcb58
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 3 additions and 3 deletions

View File

@ -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 \