From 6046d9b25d5a8930f313646946e134de9de13d1d Mon Sep 17 00:00:00 2001 From: Richard Meyer Date: Tue, 11 Jul 2023 19:25:58 -0400 Subject: [PATCH] fix another broken image link --- .../2023/07/how-to-deploy-a-basic-opc-ua-server-in-node-red.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2023/07/how-to-deploy-a-basic-opc-ua-server-in-node-red.md b/src/blog/2023/07/how-to-deploy-a-basic-opc-ua-server-in-node-red.md index 722e4c995f..c424ba6d1b 100644 --- a/src/blog/2023/07/how-to-deploy-a-basic-opc-ua-server-in-node-red.md +++ b/src/blog/2023/07/how-to-deploy-a-basic-opc-ua-server-in-node-red.md @@ -108,7 +108,7 @@ return msg; We can confirm the values are being stored in memory by checking the flow context data and pressing the refresh button. ![Context Data 1](./images/opc-ua-1/context-data-1.png) -![Context Data 2](./images/opc-ua-1/image-20230711-203027.png) +![Context Data 2](./images/opc-ua-1/context-data-2.png) Each time we hit refresh, the values change, confirming that the values are randomly changing every second. The last, and most important part of the flow, is the `Compact-Server` node, which actually stands alone without any incoming or outgoing connections.