diff options
author | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-28 22:48:03 +0530 |
---|---|---|
committer | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-28 22:48:03 +0530 |
commit | 8d993d9675dd29719888479178e06dc3ad78c6da (patch) | |
tree | 88db2d82df5ec90e40122fc3fce504260ecf9f83 /Makefile | |
parent | b1e21ccffe470120f4fa776a5c337657dad9a206 (diff) |
Fix commit URL for README.md of demo repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |