diff --git a/apps/howto_deploy/cpp_deploy.cc b/apps/howto_deploy/cpp_deploy.cc index 1fd22e5f..9a6c5ebc 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 #include diff --git a/docs/faq.md b/docs/faq.md index 54df0ced..9b735e54 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 ---------------------------------------