From e449a27646f3b8b44e893e6be09606c4f24f7313 Mon Sep 17 00:00:00 2001 From: Duc Ngo Date: Mon, 20 Aug 2018 16:43:40 -0700 Subject: [PATCH] Fix issues link in Caffe2 readme (#10711) Summary: Change to pytorch issues link orionr pjh5 Yangqing Pull Request resolved: https://github.com/pytorch/pytorch/pull/10711 Reviewed By: orionr Differential Revision: D9412870 Pulled By: duc0 fbshipit-source-id: 341e8504ade8eba614cead832e5b5fdca4b1c270 --- caffe2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe2/README.md b/caffe2/README.md index a1166b8e4f94..afd8fab339c3 100644 --- a/caffe2/README.md +++ b/caffe2/README.md @@ -6,7 +6,7 @@ Caffe2 is a lightweight, modular, and scalable deep learning framework. Building ## Questions and Feedback -Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features. +Please use Github issues (https://github.com/pytorch/pytorch/issues) to ask questions, report bugs, and request new features. ### Further Resources on [Caffe2.ai](http://caffe2.ai)