Skip to content

Commit bf11a99

Browse files
committed
Fix #176
Thanks @genebean Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 4149ade commit bf11a99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rate ( gateway_function_invocation_total{function_name="figlet"} [20s] )
4343

4444
## The Director pattern (for function chaining)
4545

46-
The *Director pattern* as [documented here](https://github.com/openfaas/faas/blob/master/guide/chaining_functions.md#function-director-pattern) is where one function *the director* exists only to call another function and return the result. It is a mixture of the two techniques we explored in [Lab 6](./lab6.md).
46+
The *Director pattern* as [documented here](https://github.com/openfaas/faas/blob/7b300ce1f962d3caefe75b3570ca260418175a43/guide/chaining_functions.md) is where one function *the director* exists only to call another function and return the result. It is a mixture of the two techniques we explored in [Lab 6](./lab6.md).
4747

4848
![](./diagram/director_function.png)
4949

translations/ja/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rate ( gateway_function_invocation_total{function_name="figlet"} [20s] )
4343

4444
## Directorパターン (functionの連鎖)
4545

46-
*Directorパターン*[こちらのドキュメント](https://github.com/openfaas/faas/blob/master/guide/chaining_functions.md#function-director-pattern) で述べられていますが、 director としてのfunctionを一つ用意して、その function は他の functionを呼ぶためだけに作られています。これは [Lab6](./lab6.md) で紹介した function の連鎖方法の2つの方法を組み合わせたハイブリッドなアプローチになります。
46+
*Directorパターン*[こちらのドキュメント](https://github.com/openfaas/faas/blob/7b300ce1f962d3caefe75b3570ca260418175a43/guide/chaining_functions.md) で述べられていますが、 director としてのfunctionを一つ用意して、その function は他の functionを呼ぶためだけに作られています。これは [Lab6](./lab6.md) で紹介した function の連鎖方法の2つの方法を組み合わせたハイブリッドなアプローチになります。
4747

4848
![](../../diagram/director_function.png)
4949

0 commit comments

Comments
 (0)