[devdocsgjs/main: 1186/1867] tensorflow_cpp: fix root_path




commit f9c2f25f386cfc4fdffd41673d701547bde4f409
Author: Simon Legner <Simon Legner gmail com>
Date:   Tue Nov 17 07:39:43 2020 +0100

    tensorflow_cpp: fix root_path

 lib/docs/scrapers/tensorflow/tensorflow_cpp.rb | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/lib/docs/scrapers/tensorflow/tensorflow_cpp.rb b/lib/docs/scrapers/tensorflow/tensorflow_cpp.rb
index 2bfcc6e3..2d979cc6 100644
--- a/lib/docs/scrapers/tensorflow/tensorflow_cpp.rb
+++ b/lib/docs/scrapers/tensorflow/tensorflow_cpp.rb
@@ -2,6 +2,7 @@ module Docs
   class TensorflowCpp < Tensorflow
     self.name = 'TensorFlow C++'
     self.slug = 'tensorflow_cpp'
+    self.root_path = '/'
 
     version '2.3' do
       self.release = "#{version}.0"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]