Update contributing.md to point from to addons

Since we are migrating out of contrib with TensorFlow 2.0
This commit is contained in:
Sergii Khomenko 2019-02-23 21:40:48 +01:00 committed by GitHub
parent 14523a55c8
commit ef29c4accb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.