Correct link with .md

This commit is contained in:
cabejackson 2021-11-09 16:23:32 -05:00
parent 830b0275fa
commit 6be77a05fa

View File

@ -164,7 +164,7 @@ var face_name_procedure = {
### Using in a function ### Using in a function
Continung the example from the previous section, what if we wanted to show the name with the face, combining the two variables together? Continung the example from the previous section, what if we wanted to show the name with the face, combining the two variables together?
To do this, we can use a [dynamic parameter](..overview/dynamic-parameters/) (a function) to create an HTML-string that uses both variables in a single parameter. To do this, we can use a [dynamic parameter](dynamic-parameters.md) (a function) to create an HTML-string that uses both variables in a single parameter.
The value of the `stimulus` parameter will be a function that returns an HTML string that contains both the image and the name. The value of the `stimulus` parameter will be a function that returns an HTML string that contains both the image and the name.
```javascript ```javascript