From b7dad4afdae246b05c8aab59a60e64e2c4457153 Mon Sep 17 00:00:00 2001 From: angelazhangmsft Date: Mon, 11 Jan 2021 21:30:05 -0500 Subject: [PATCH] update broken link (#664) * update broken link * Update authoring.md --- docs/authoring.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/authoring.md b/docs/authoring.md index e2839dab7..1d1bbe9e5 100644 --- a/docs/authoring.md +++ b/docs/authoring.md @@ -7,7 +7,9 @@ C#/WinRT is working to provide support for authoring Windows Runtime components. ## References Here are some resources that demonstrate authoring C#/WinRT components and the details discussed in this document. -1. https://github.com/microsoft/CsWinRT/tree/master/src/Authoring/AuthoringConsumptionTest +1. https://github.com/microsoft/CsWinRT/tree/master/src/Tests/AuthoringTest +https://github.com/microsoft/CsWinRT/tree/master/src/Tests/AuthoringConsumptionTest + 2. https://github.com/AdamBraden/MyRandom