diff --git a/README.md b/README.md index b7fca28..70881fd 100644 --- 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] # SampleApp-Webhooks-Java SampleApp-Webhooks-Java @@ -95,4 +95,6 @@ This app uses an in-memory temporary H2 database. The tables are loaded during s will delete the records. The oauth tokens are encrypted and stored in the database. There is a sample encryption implementation provided using fake keys. For production use real keys, this can be updated in application.properties -[ss1]: https://help.developer.intuit.com/s/samplefeedback?cid=9010&repoName=SampleApp-Webhooks-Java +[ss1]: # +[ss2]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=Yes&checkpoint=SampleApp-Webhooks-Java&pageUrl=github +[ss3]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=No&checkpoint=SampleApp-Webhooks-Java&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