Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve dead links #5089

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/specs/#163 - Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ These include other packages. The restriction on these dependencies is that they
### External Dependencies
These include dependencies from outside of the source the original package is distributed. In some cases suitable items may exist in the same source, but for licensing or personal preference, no explicit package should be required. One example is Java. Many vendors offer JREs and JDKs so it may be more reasonable to have a user informed, and allow the user to confirm the presence of a dependency.

As a first step the Windows Package Manager should show dependency information to the user, see issue [1012](github.com/microsoft/winget-cli/issues/1012) with [spec](../../dependencies/doc/specs/%231012%20-%20Show%20dependencies.md).
As a first step the Windows Package Manager should show dependency information to the user, see issue [1012](https://github.com/microsoft/winget-cli/issues/1012) with [spec](./#1012%20-%20Show%20dependencies.md).

## UI/UX Design

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Support for channels has not yet been implemented. Some portable applications ma

## Resources

[Portable / Standalone Executables · Discussion #44183 · microsoft/winget-pkgs (github.com)](https://github.com/microsoft/winget-pkgs/discussions/44183)
[Portable / Standalone Executables · Discussion #1887 · microsoft/winget-cli (github.com)](https://github.com/microsoft/winget-cli/discussions/1887)

[Application Registration - Win32 Apps](https://docs.microsoft.com/windows/win32/shell/app-registration)

4 changes: 2 additions & 2 deletions doc/specs/#364 - Feature Toggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For [#364](https://github.com/microsoft/winget-cli/issues/364)

## Abstract

As features are implemented within winget, they may cause disruption to users oblivious to the fact that they are in progress. In order to allow work to be done in master, and distributed to early adopters for their feedback, this spec suggests that settings should be used to control "experimental" features. We use this term [as others have](https://github.com/PowerShell/PowerShell-RFC/blob/master/5-Final/RFC0029-Support-Experimental-Features.md) to mean work in progress that is not yet ready for release to the general audience.
As features are implemented within winget, they may cause disruption to users oblivious to the fact that they are in progress. In order to allow work to be done in master, and distributed to early adopters for their feedback, this spec suggests that settings should be used to control "experimental" features. We use this term [as others have](https://github.com/PowerShell/PowerShell-RFC/blob/master/Final/RFC0029-Support-Experimental-Features.md) to mean work in progress that is not yet ready for release to the general audience.

## Inspiration

Expand Down Expand Up @@ -93,4 +93,4 @@ This feature enables all larger features in the future to have a phased rollout.

## Resources

[PowerShell Experimental Features RFC](https://github.com/PowerShell/PowerShell-RFC/blob/master/5-Final/RFC0029-Support-Experimental-Features.md)
[PowerShell Experimental Features RFC](https://github.com/PowerShell/PowerShell-RFC/blob/master/Final/RFC0029-Support-Experimental-Features.md)
2 changes: 1 addition & 1 deletion doc/windows/package-manager/package/winget-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ When you create a pull request, this will start an automation process that valid
All application submissions to the Windows Package Manager repository should be well-behaved and adhere to the [Windows Package Manager policies](./windows-package-manager-policies.md).
Here are some expectations for submissions:

- The manifest complies with the [schema requirements]("https://docs.microsoft.com/windows/package-manager/package/manifest?tabs=minschema%2Ccompschema").
- The manifest complies with the [schema requirements](https://learn.microsoft.com/en-us/windows/package-manager/package/manifest?tabs=minschema%2Cversion-example#minimal-required-schema).
- All URLs in the manifest lead to safe websites.

- The installer and application are virus free. The package may be identified as malware by mistake. If you believe it is a false positive you can [submit the installer to the defender team for
Expand Down
2 changes: 1 addition & 1 deletion doc/windows/package-manager/winget/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **features** command of the [winget](index.md) tool displays a list of the e

Each feature can be turned on individually by enabling the features through [**settings**](settings.md).

You can find the latest up to date information on the [experimental features](/doc/Settings.md#experimental-features) web page.
You can find the latest up to date information on the [experimental features](../../../Settings.md#experimental-features) web page.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion doc/windows/package-manager/winget/validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.localizationpriority: medium

# validate command (winget)

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](/doc/ManifestSpecv1.0.md).
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/doc/manifest/schema/1.0.0/README.md).
Gijsreyn marked this conversation as resolved.
Show resolved Hide resolved

## Usage

Expand Down
Loading