From 29d8468b9cd353cd8e0a468d16257c09dae5ec30 Mon Sep 17 00:00:00 2001 From: Aaron Hanusa Date: Wed, 13 Jan 2016 08:25:30 -0600 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9f03548..caee296 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ The sample applications can be configured to interact with a SQL Server database Because these clients consume a middle tier written with peasy, they can be configured in different ways to suit your needs. Below are multiple available configurations that serve to showcase how you might deploy applications consuming your middle tier written with peasy. -* [WPF → In Memory](https://github.com/peasy/Samples#wpf--in-memory) -* [WPF → SQL Server](https://github.com/peasy/Samples#wpf--sql-server) -* [WPF → Web API -> In Memory](https://github.com/peasy/Samples#wpf--web-api--in-memory) -* [WPF → Web API -> SQL Server](https://github.com/peasy/Samples#wpf--web-api--sql-server) -* [ASP.NET MVC → In Memory](https://github.com/peasy/Samples#aspnet-mvc--in-memory) -* [ASP.NET MVC → SQL Server](https://github.com/peasy/Samples#aspnet-mvc--sql-server) -* [ASP.NET MVC → Web API -> In Memory](https://github.com/peasy/Samples#aspnet-mvc--web-api--in-memory) -* [ASP.NET MVC → Web API -> SQL Server](https://github.com/peasy/Samples#aspnet-mvc--web-api--sql-server) -* [Multiple Clients → Web API -> (In Memory or SQL Server)](https://github.com/peasy/Samples#multiple-clients--web-api--sql-server) +* [WPF → In Memory](https://github.com/peasy/Samples/wiki/Configuring-WPF-%E2%86%92--In-Memory) +* [WPF → SQL Server](https://github.com/peasy/Samples/wiki/Configuring-WPF-%E2%86%92-SQL-Server) +* [WPF → Web API → In Memory](https://github.com/peasy/Samples/wiki/Configuring-WPF-%E2%86%92-Web-API-%E2%86%92-In-Memory) +* [WPF → Web API → SQL Server](https://github.com/peasy/Samples/wiki/Configuring-WPF-%E2%86%92-Web-API-%E2%86%92-SQL-Server) +* [ASP.NET MVC → In Memory](https://github.com/peasy/Samples/wiki/Configuring-ASP.NET-MVC-%E2%86%92-In-Memory) +* [ASP.NET MVC → SQL Server](https://github.com/peasy/Samples/wiki/Configuring-ASP.NET-MVC-%E2%86%92-SQL-Server) +* [ASP.NET MVC → Web API → In Memory](https://github.com/peasy/Samples/wiki/Configuring-ASP.NET-MVC-%E2%86%92-Web-API-%E2%86%92-In-Memory) +* [ASP.NET MVC → Web API → SQL Server](https://github.com/peasy/Samples/wiki/Configuring-Multiple-Clients-%E2%86%92-Web-API-%E2%86%92-(In-Memory-or-SQL-Server)) +* [Multiple Clients → Web API → (In Memory or SQL Server)](https://github.com/peasy/Samples/wiki/Configuring-Multiple-Clients-%E2%86%92-Web-API-%E2%86%92-(In-Memory-or-SQL-Server)) #### WPF → In Memory