diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-08 16:40:18 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-08 16:40:18 +0000 |
commit | 48589d9de974579f0cb7d55870902f019e4ac6e4 (patch) | |
tree | 5b17ddc593a91a9d2b7a789375371889c293ff1c /site | |
parent | 60d8851fece8a18e8297e822d95d7b7267bfe3d3 (diff) |
move the preview to github (temporarly)
Diffstat (limited to 'site')
-rw-r--r-- | site/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/Makefile b/site/Makefile index 7bcd5a4..ef0c31c 100644 --- a/site/Makefile +++ b/site/Makefile @@ -21,7 +21,7 @@ SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \ VERS=1.8.3 \ CURV=1.8 \ NEXTV=1.9 \ - TREE=https://git.omarpolo.com/gmid/tree + TREE=https://github.com/omar-polo/gmid/blob/master SUBST_GEM = ${SUBST} MANEXT=txt EXT=gmi REPOLOGY=${REPOLOGY_URL} SUBST_WWW = ${SUBST} MANEXT=html EXT=html REPOLOGY=${REPOLOGY_BANNER} |