Skip to content

Commit

Permalink
Fix link to follow existing language
Browse files Browse the repository at this point in the history
closes #1418
  • Loading branch information
Eschivo authored and dougwilson committed Nov 24, 2023
1 parent cb60d15 commit 59f6c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/api/en/4x/res-render.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<div class="doc-box doc-warn" markdown="1">
The `view` argument performs file system operations like reading a file from
Expand Down

0 comments on commit 59f6c10

Please sign in to comment.