From 813cf9e5fcb6b3fe66fda8ceea294484664459be Mon Sep 17 00:00:00 2001 From: rajsite Date: Thu, 5 Dec 2019 14:08:55 -0600 Subject: [PATCH] Fix README CallSystemLinkDataServices link --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 549ee920..44548654 100644 --- a/Readme.md +++ b/Readme.md @@ -47,7 +47,7 @@ This example demonstrates how to create a WebVI that makes requests to a LabVIEW ## Call SystemLink Data Services -[![Call SystemLink Data Services](https://img.shields.io/badge/Details-Demo_Link-green.svg)](https://ni.github.io/webvi-examples/CallSystemLinkDataServices/Builds/WebApp_Web%20Server/) +[![Call SystemLink Data Services](https://img.shields.io/badge/Details-Demo_Link-green.svg)](https://ni.github.io/webvi-examples/CallSystemLinkDataServices/Builds/Full%20Data%20Services%20App_Web%20Server/) [![CallSystemLink Data Services README Link](https://img.shields.io/badge/Details-README_Link-orange.svg)](CallSystemLinkDataServices) This example demonstrates how to use a WebVI to communicate over networks with SystemLink Tags. The example also shows how code can be shared between WebVIs and GVIs using a library. On the diagram, this WebVI utilizes a state machine to determine when to read/write tags and when to connect to a server. On the panel, this example has fields to enter the server, username, and password. It also has a tab control that determines the visible view as well as the state in the state machine.