From 7360fc78b6e912c567d7d46baa5b62c0892643bb Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Tue, 16 Mar 2021 06:14:04 +0500 Subject: [PATCH] [SEO]: fix page not found(external links). (#864) --- 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 4608c9387..cd0f573ee 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