Преглед на файлове

correct links in INSTALL

John Welsh преди 7 години
родител
ревизия
5b800eb62a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      INSTALL.md

+ 2 - 2
INSTALL.md

@@ -24,8 +24,8 @@ Installation
 4. Clone and build this project
 
     ```
-    git clone --recursive https://gitlab-master.nvidia.com/jwelsh/trt_image_classification.git
-    cd trt_image_classification
+    git clone --recursive https://github.com/NVIDIA-Jetson/tf_to_trt_image_classification.git
+    cd tf_to_trt_image_classification
     mkdir build
     cd build
     cmake ..