mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Tensorflow documentation (1.2)
This commit is contained in:
parent
61dbe7be41
commit
6375f9008f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Docs
|
|||
class Tensorflow < UrlScraper
|
||||
self.name = 'TensorFlow'
|
||||
self.type = 'tensorflow'
|
||||
self.release = '1.1'
|
||||
self.release = '1.2'
|
||||
self.root_path = 'index.html'
|
||||
self.links = {
|
||||
home: 'https://www.tensorflow.org/',
|
||||
|
|
Loading…
Reference in a new issue