Update README link to point to the most recent release docs (#207)

This commit is contained in:
Matt Ludwigs 2018-08-14 20:06:46 -07:00 committed by Greg Steuck
parent 65f374a019
commit 8a0be8ebb7
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ This is not an official Google product.
https://tensorflow.github.io/haskell/haddock/
[TensorFlow.Core](https://tensorflow.github.io/haskell/haddock/tensorflow-0.1.0.2/TensorFlow-Core.html)
[TensorFlow.Core](https://tensorflow.github.io/haskell/haddock/tensorflow/TensorFlow-Core.html)
is a good place to start.
# Examples

View File

@ -15,4 +15,5 @@ mkdir -p $DOCS
cp $DOC_ROOT/{*.html,*js,*.png,*.gif,*.css} $DOCS
cp -a $DOC_ROOT/tensorflow* $DOCS
rm -f $DOCS/*/*.haddock
ln -s $DOCS/tensorflow-* $DOCS/tensorflow
git add $DOCS