diff options
author | Mike Gerwitz <mtg@gnu.org> | 2018-01-06 00:36:21 -0500 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2018-01-06 00:39:05 -0500 |
commit | cc0c4fcb582b9bfbcfde563e4c4bf10fba7e6a91 (patch) | |
tree | fe47718ed991162550c00abc27241b50dd94f3c8 /Makefile | |
parent | e6c03df6402a2685122807f90e50d2eb52c2bf39 (diff) | |
download | thoughts-cc0c4fcb582b9bfbcfde563e4c4bf10fba7e6a91.tar.gz thoughts-cc0c4fcb582b9bfbcfde563e4c4bf10fba7e6a91.tar.bz2 thoughts-cc0c4fcb582b9bfbcfde563e4c4bf10fba7e6a91.zip |
:Update repo URLs for footer commit links
* Makefile (url_root, repo_url): Update URLs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 \ |