Skip to content

Commit

Permalink
FIx link replacement for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sleemanj committed Feb 6, 2016
1 parent 31d0dac commit 330411d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Choose the other examples starting with those in "z1_TimeAndDate" for the basis

## Full Class Reference

I recommend to just look at the examples which show you how to use all the features, but if you want the nitty-gritty then here is the [full class reference](https://cdn.rawgit.com/sleemanj/DS3231_Simple/4215dc8/docs/html/class_d_s3231___simple.html)
I recommend to just look at the examples which show you how to use all the features, but if you want the nitty-gritty then here is the [full class reference](https://cdn.rawgit.com/sleemanj/DS3231_Simple/31d0dac/docs/html/class_d_s3231___simple.html)

Thanks to the super kind folks of [RawGit](https://rawgit.com/) and [MaxCDN](http://www.maxcdn.com/)
2 changes: 1 addition & 1 deletion docs/update-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else
if ( git add . && git commit )
then
HEAD="$(git log --format=format:"%h" | head -1)"
cat ../README.md | sed -r "s/(\(http.*\/)[^\/]+(\/docs\/html\/index.html)/\1$HEAD\2/" >../README.md.2
cat ../README.md | sed -r "s/(\(http.*\/)[^\/]+(\/docs\/html\/[^.]+\.html)/\1$HEAD\2/" >../README.md.2
mv ../README.md.2 ../README.md

echo "Updated documentation link to use $HEAD"
Expand Down

0 comments on commit 330411d

Please sign in to comment.