Skip to content

Commit 33ae3d6

Browse files
Pendarovski, CezarPendarovski, Cezar
authored andcommitted
Update link to Context object
1 parent 40cbf20 commit 33ae3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/http/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @param {object} context.headers the HTTP request headers
1414
* @param {string} context.method the HTTP request method
1515
* @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
16+
* See: https://github.com/knative/func/blob/main/docs/function-templates/nodejs.md#the-context-object
1717
*/
1818
const handle = async (context, body) => {
1919
// YOUR CODE HERE

0 commit comments

Comments
 (0)