From 2bd02e4e33950edf13b0aadc262462587d4fd0fe Mon Sep 17 00:00:00 2001
From: MORINAGA <34588258+imorinaga@users.noreply.github.com>
Date: Thu, 22 Nov 2018 16:35:53 +0900
Subject: [PATCH] [DOCS] fix link (#2157)

* fix fname in comment

* fix
---
 apps/howto_deploy/cpp_deploy.cc | 2 +-
 docs/faq.md                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/howto_deploy/cpp_deploy.cc b/apps/howto_deploy/cpp_deploy.cc
index 1fd22e5f2..9a6c5ebca 100644
--- a/apps/howto_deploy/cpp_deploy.cc
+++ b/apps/howto_deploy/cpp_deploy.cc
@@ -1,7 +1,7 @@
 /*!
  *  Copyright (c) 2017 by Contributors
  * \brief Example code on load and run TVM module.s
- * \file cpp_deploy_example.cc
+ * \file cpp_deploy.cc
  */
 #include <cstdio>
 #include <dlpack/dlpack.h>
diff --git a/docs/faq.md b/docs/faq.md
index 54df0ced8..9b735e54d 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -4,7 +4,7 @@ This document contains frequently asked questions.
 
 How to Install
 --------------
-See [Installation](http://tvm.ai/install/)
+See [Installation](http://docs.tvm.ai/install/)
 
 TVM's relation to Other IR/DSL Projects
 ---------------------------------------
-- 
GitLab