Skip to content

Commit ac4e572

Browse files
authored
Fix broken manifest link (#5039)
1 parent 91acc7a commit ac4e572

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hub/package-manager/winget/validate.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: winget validate Command
33
description: Validates a manifest file for submitting software to the Microsoft Community Package Manifest Repository on GitHub.
4-
ms.date: 07/11/2024
4+
ms.date: 12/11/2024
55
ms.topic: article
66
ms.localizationpriority: medium
77
---
88

99
# validate command (winget)
1010

11-
The **validate** command of the [winget](index.md) tool validates a [manifest](../package/manifest.md) for submitting software to the **Microsoft Community Package Manifest Repository** on GitHub. The manifest must be a YAML file that follows the [specification](https://github.com/microsoft/winget-pkgs/blob/master/AUTHORING_MANIFESTS.md).
11+
The **validate** command of the [winget](index.md) tool validates a [manifest](../package/manifest.md) for submitting software to the **Microsoft Community Package Manifest Repository** on GitHub.
12+
13+
A few different tools are available to help you author a manifest, including Windows Package Manager Manifest Creator, YamlCreate.ps1, and tools authored by the user community. See [Authoring a Manifest in the winget-pkgs repo on GitHub](https://github.com/microsoft/winget-pkgs/blob/master/doc/README.md#authoring-a-manifest).
1214

1315
## Usage
1416

0 commit comments

Comments
 (0)