Skip to content

Commit

Permalink
Merge pull request #1600 from cconrad/master
Browse files Browse the repository at this point in the history
(no package) Fix links to Chocolatey docs
  • Loading branch information
AdmiringWorm authored Jan 5, 2021
2 parents 9108c2b + a3d71b5 commit 9db499c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ The following sections present complete set of guideliness, please read them car

### 1.1.1 Conform to guidelines

Conform with the [official package creation guidelines](https://chocolatey.org/docs/create-packages) and take a look at [quick start guide](https://chocolatey.org/docs/CreatePackagesQuickStart) on how to create packages.
Conform with the [official package creation guidelines](https://docs.chocolatey.org/en-us/create/create-packages) and take a look at [quick start guide](https://docs.chocolatey.org/en-us/create/create-packages-quick-start) on how to create packages.

You should also know how to [deprecate a package](https://chocolatey.org/docs/how-to-deprecate-a-chocolatey-package).
You should also know how to [deprecate a package](https://docs.chocolatey.org/en-us/community-repository/maintainers/deprecate-a-chocolatey-package).

### 1.1.2 Manual or automatic

Expand All @@ -59,7 +59,7 @@ For software that explicitly doesn't allow redistribution via adequate license t
- signed letter
- PDF of an email chain granting that permission

As an example take a look at the [activepresenter](https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/activepresenter/legal) package. Embeding non-allowed binaries may have [legal repercussions](https://chocolatey.org/docs/legal).
As an example take a look at the [activepresenter](https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/activepresenter/legal) package. Embeding non-allowed binaries may have [legal repercussions](https://docs.chocolatey.org/en-us/information/legal).

**NOTE**: 200MB is the maximum size of the package. Larger tools must be downloaded from a vendor site or mirror.

Expand Down Expand Up @@ -198,7 +198,7 @@ Do not create brittle scripts that work only when user doesn't interfer. All scr

### 2.1 Encoding

Always __use UTF-8 without BOM__ for the `*.nuspec` and __UTF-8 with BOM__ for the `*.ps1` files. See [character encodings](https://chocolatey.org/docs/create-packages#character-encoding).
Always __use UTF-8 without BOM__ for the `*.nuspec` and __UTF-8 with BOM__ for the `*.ps1` files. See [character encodings](https://docs.chocolatey.org/en-us/create/create-packages#character-encoding).

### 2.2 Code style

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Description

This repository contains chocolatey packages, most of which are [automatic](https://chocolatey.org/docs/automatic-packages).
This repository contains chocolatey packages, most of which are [automatic](https://docs.chocolatey.org/en-us/create/automatic-packages).

These packages are managed and maintained by the Chocolatey community package maintainers core team, and also supported by you (the community)! To get a package added here, the official [Chocolatey Community Account](http://chocolatey.org/profiles/chocolatey-community) has to have push access to the package on [chocolatey.org](http://chocolatey.org).

Expand Down

0 comments on commit 9db499c

Please sign in to comment.