Fix documentation filenames so they can be properly displayed.

PiperOrigin-RevId: 299422855
This commit is contained in:
Steve Chien 2020-03-06 13:22:58 -08:00 committed by A. Unique TensorFlower
parent f3672adf80
commit 79bca5f1fc
2 changed files with 1 additions and 1 deletions

View file

@ -70,7 +70,7 @@ GitHub pull requests. To speed the code review process, we ask that:
## Tutorials directory
To help you get started with the functionalities provided by this library, we
provide a detailed walkthrough [here](tutorials/walkthrough/walkthrough.md) that
provide a detailed walkthrough [here](tutorials/walkthrough/README.md) that
will teach you how to wrap existing optimizers
(e.g., SGD, Adam, ...) into their differentially private counterparts using
TensorFlow (TF) Privacy. You will also learn how to tune the parameters