From 59f6c10ee6dde575b8293d3c4fb0035b6ab04c00 Mon Sep 17 00:00:00 2001 From: Elia Schiavon Date: Fri, 5 May 2023 14:37:10 +0200 Subject: [PATCH] Fix link to follow existing language closes #1418 --- _includes/api/en/4x/res-render.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/api/en/4x/res-render.md b/_includes/api/en/4x/res-render.md index c36ce7ee0..2bcb4e60c 100644 --- a/_includes/api/en/4x/res-render.md +++ b/_includes/api/en/4x/res-render.md @@ -8,7 +8,7 @@ Optional parameters: The `view` argument is a string that is the file path of the view file to render. This can be an absolute path, or a path relative to the `views` setting. If the path does not contain a file extension, then the `view engine` setting determines the file extension. If the path does contain a file extension, then Express will load the module for the specified template engine (via `require()`) and render it using the loaded module's `__express` function. -For more information, see [Using template engines with Express](/guide/using-template-engines.html). +For more information, see [Using template engines with Express](/{{page.lang}}/guide/using-template-engines.html).
The `view` argument performs file system operations like reading a file from