chocolatey-community / chocolatey-test-environment

A testing setup related to how the Chocolatey Package Verifier runs testing. Used for manual testing or prior to submission
Apache License 2.0
117 stars 187 forks source link

Documentation error: [verifier service]() #25

Open basictheprogram opened 6 years ago

basictheprogram commented 6 years ago

There's a broken link in the ReadMe.md and I don't know where to point the link.

There are a couple of difference between the [verifier service]() and this environment.
jpluimers commented 5 years ago

Right now it still points to https://github.com/chocolatey-community/chocolatey-test-environment/blob/master which is the base URL for anything in the master branch of chocolatey-test-environment itself.

I assume (yes, I know making assumptions is dangerous) that @ferventcoder forgot to add the actual URL in commit https://github.com/chocolatey-community/chocolatey-test-environment/commit/bd7d8ab2d0a51cbb34411f7a51ecf1b36566177a#diff-f9e9432b3b778c13806aea6c01e507d0R57 given the [verifier service]() fragment in https://raw.githubusercontent.com/chocolatey-community/chocolatey-test-environment/master/ReadMe.md

Googling for "verifier service" "chocolatey" makes me find these links that have quite thin content, but seem more or less relevant:

Reason I came here in the first place is that - though I am totally new to chocolatey development - I want to modify the Oracle SQL Developer package (https://github.com/chocolatey-community/chocolatey-package-requests/issues/383) and do a quick test, but finding my way around has been a challenge.

Create Packages: Build Your Package points to Chocolatey Verifier Testing as a prerequisite, which then requires a Vagrant stack.

Maybe I am missing some simple links to more guidance here, so I am happy to add some pull requests to places where they could be added: just point me to better links and I will try submit some pull requests here and there.