From ef29c4accb19c2122c4a45c2061536cd98d65272 Mon Sep 17 00:00:00 2001 From: Sergii Khomenko <khomenko@brainscode.com> Date: Sat, 23 Feb 2019 21:40:48 +0100 Subject: [PATCH] Update contributing.md to point from to addons Since we are migrating out of contrib with TensorFlow 2.0 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b978f89f9e1..08403f1089d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ TensorFlow coding style. contribution must be compared against the cost of maintaining the feature. * Full new features (e.g., a new op implementing a cutting-edge algorithm) typically will live in - [tensorflow/contrib](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib) + [tensorflow/addons](https://github.com/tensorflow/addons) to get some airtime before decision is made regarding whether they are to be migrated to the core.