From 9fbc98dc76bf2ccda239b574299cc32c97efea2a Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Fri, 4 Dec 2020 17:22:39 +0000 Subject: [PATCH] [SEO]: fix page not found(external links). --- src/blog/build-a-webhook-for-google-assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/build-a-webhook-for-google-assistant.md b/src/blog/build-a-webhook-for-google-assistant.md index f46885525..2fc223919 100644 --- a/src/blog/build-a-webhook-for-google-assistant.md +++ b/src/blog/build-a-webhook-for-google-assistant.md @@ -134,7 +134,7 @@ Refer to the links below to add your own functionalities. ## Links to Refer * If you would like to learn more about the actions-on-google library, you can find it here - https://www.npmjs.com/package/actions-on-google -* Go through these examples - https://developers.google.com/actions/samples/github +* Go through these examples - https://developers.google.com/assistant/conversational/df-asdk/samples/github * Rich responses example - https://github.com/actions-on-google/dialogflow-conversation-components-nodejs ## Conclusion