diff --git a/README.md b/README.md index e6ed98e..5ad5383 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Sample Banner](views/Sample.png)][ss1] +[![Rate your Sample](views/Ratesample.png)][ss1][![Yes](views/Thumbup.png)][ss2][![No](views/Thumbdown.png)][ss3] ## OAuth 2.0 - Python 3 Sample App @@ -120,4 +120,6 @@ This app stores all the tokens and user information in the session. For producti ### Discovery document The app calls the discovery API during startup and loads all the endpoint urls. For production ready app, make sure to run this API once a day to get the latest urls. -[ss1]: https://help.developer.intuit.com/s/samplefeedback?cid=9010&repoName=OAuth2PythonSampleApp \ No newline at end of file +[ss1]: # +[ss2]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=Yes&checkpoint=OAuth2PythonSampleApp&pageUrl=github +[ss3]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=No&checkpoint=OAuth2PythonSampleApp&pageUrl=github diff --git a/views/Ratesample.png b/views/Ratesample.png new file mode 100644 index 0000000..17fb7fd Binary files /dev/null and b/views/Ratesample.png differ diff --git a/views/Sample.png b/views/Sample.png deleted file mode 100644 index 46a5c53..0000000 Binary files a/views/Sample.png and /dev/null differ diff --git a/views/Thumbdown.png b/views/Thumbdown.png new file mode 100644 index 0000000..726971a Binary files /dev/null and b/views/Thumbdown.png differ diff --git a/views/Thumbup.png b/views/Thumbup.png new file mode 100644 index 0000000..b42beb6 Binary files /dev/null and b/views/Thumbup.png differ