Skip to content

Commit b7a6046

Browse files
Fix the link of the inline code doc
1 parent 22c93f0 commit b7a6046

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/connectors/apis-list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Logic Apps provides built-in actions for running your own code in your logic app
105105

106106
| | | | |
107107
|---|---|---|---|
108-
| [![API icon][azure-functions-icon]<br>**Azure Functions**][azure-functions-doc] | Call Azure functions that run custom code snippets (C# or Node.js) from your logic apps. | [![API icon][inline-code-icon]<br>**Inline code**][azure-functions-doc] | Add and run JavaScript code snippets from your logic apps. |
108+
| [![API icon][azure-functions-icon]<br>**Azure Functions**][azure-functions-doc] | Call Azure functions that run custom code snippets (C# or Node.js) from your logic apps. | [![API icon][inline-code-icon]<br>**Inline code**][inline-code-doc] | Add and run JavaScript code snippets from your logic apps. |
109109
|||||
110110

111111
### Control workflow
@@ -392,6 +392,7 @@ To call APIs that run custom code or aren't available as connectors, you can ext
392392
[http-response-doc]: ./connectors-native-reqres.md "Respond to HTTP requests from your logic apps"
393393
[http-swagger-doc]: ./connectors-native-http-swagger.md "Call REST endpoints from your logic apps"
394394
[http-webhook-doc]: ./connectors-native-webhook.md "Wait for specific events from HTTP or HTTPS endpoints"
395+
[inline-code-doc]: ../logic-apps/logic-apps-add-run-inline-code.md "Add and run JavaScript code snippets from your logic apps"
395396
[nested-logic-app-doc]: ../logic-apps/logic-apps-http-endpoint.md "Integrate logic apps with nested workflows"
396397
[query-doc]: ../logic-apps/logic-apps-perform-data-operations.md#filter-array-action "Select and filter arrays with the Query action"
397398
[schedule-doc]: ../logic-apps/concepts-schedule-automated-recurring-tasks-workflows.md "Run logic apps based a schedule"

0 commit comments

Comments
 (0)