We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f51e9 commit bd3c393Copy full SHA for bd3c393
1 file changed
javascript/webhooks-nodejs/index.js
@@ -8,7 +8,7 @@ const app = express();
8
app.use(express.json());
9
10
// Global variable to store the x-hook-secret
11
-// Read more about the webhook "handshake" here: https://developers.asana.com/docs/webhooks
+// Read more about the webhook "handshake" here: https://developers.asana.com/docs/webhooks-guide#the-webhook-handshake
12
let secret = "";
13
14
// Local endpoint for receiving events
0 commit comments