From 8d993d9675dd29719888479178e06dc3ad78c6da Mon Sep 17 00:00:00 2001 From: Sunaina Pai Date: Wed, 28 Mar 2018 22:48:03 +0530 Subject: Fix commit URL for README.md of demo repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7161dca..6f20354 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ example: echo view the example website. >> _site/README.md echo >> _site/README.md echo [makesite]: https://github.com/sunainapai/makesite >> _site/README.md - echo [commit]: https://github.com/sunainapai/makesite/commit/$$($(COMMIT)) >> _site/README.md + echo [commit]: https://github.com/sunainapai/makesite/commit/$$($(REV)) >> _site/README.md echo [demo]: https://tmug.github.io/makesite-demo >> _site/README.md # # Publish makesite-demo. -- cgit v1.2.3