From f2c54eb6bfa2bc18e5d313e2492b2882a83144af Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Fri, 4 Feb 2022 09:19:13 -0800 Subject: [PATCH] Update index.md (#1294) --- dotnet-desktop-guide/net/wpf/data/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/net/wpf/data/index.md b/dotnet-desktop-guide/net/wpf/data/index.md index e7d42d1..3bd5e3e 100644 --- a/dotnet-desktop-guide/net/wpf/data/index.md +++ b/dotnet-desktop-guide/net/wpf/data/index.md @@ -360,7 +360,7 @@ You may have noticed that the above example uses a template. In fact, the data w ## Data templating -Without the use of data templates, our app UI in the [What is data binding](#what-is-data-binding) section would look like the following. +Without the use of data templates, our app UI in the [Example of data binding](#example-of-data-binding) section would look like the following: :::image type="content" source="./media/index/demo-no-template.png" alt-text="Data Binding Demo without Data Templates":::