From a271932019547d89f9b71cce462f66879c1b4c25 Mon Sep 17 00:00:00 2001 From: Code <60588434+superusercode@users.noreply.github.com> Date: Sun, 7 Jun 2020 09:16:30 -0400 Subject: [PATCH] Link to Microsoft Docs and the manifest spec in the authoring manifests section (#778) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41fb6b5d3..70571110c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To submit a package to the repository, you should follow these steps: ## Authoring a Manifest -The minimal manifest syntax is below. +The minimal manifest syntax is below. Additional information on writing manifests can be found on [Microsoft Docs](https://docs.microsoft.com/en-us/windows/package-manager/package/manifest) or on the [v0.1 manifest spec](https://github.com/microsoft/winget-cli/blob/master/doc/ManifestSpecv0.1.md). Current limitations are: * One manifest per PR