Browse Source

Updating README to test hyperlink markup in gsg

spesk1 4 years ago
parent
commit
fbc800da2f
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -1,7 +1,7 @@
 # gsgd
 
 Script for automatically updating your static git website generated with gsg.
-See: https://spwbk.site/git/projects/git-site-gen.git/index.html
+See: <https://spwbk.site/git/projects/git-site-gen.git/index.html>
 
 Disclaimer: This script is pretty awful, and is possibly even an example of
 "worst practices".
@@ -18,8 +18,7 @@ A `post-receive` script example:
 echo -ne "Regen\n" >> /some/path/to/talk.gsgd
 ```
 
-You can create these server side in your project dirs, see the Server-Side Hooks section here: 
-https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
+You can create these server side in your project dirs, see the Server-Side Hooks section here: <https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks>
 
 You can also just call gsg directly from from your `post-receive`, but the client side will hang until gsg completes.