We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9206a8 commit 8b0d27eCopy full SHA for 8b0d27e
templates/node/http/index.js
@@ -13,7 +13,7 @@
13
* @param {object} context.headers the HTTP request headers
14
* @param {string} context.method the HTTP request method
15
* @param {string} context.httpVersion the HTTP protocol version
16
- * See: https://github.com/knative/func/blob/main/docs/function-developers/nodejs.md#the-context-object
+ * See: https://github.com/knative/func/blob/main/docs/function-templates/nodejs.md#the-context-object
17
*/
18
const handle = async (context, body) => {
19
// YOUR CODE HERE
0 commit comments