actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.49k stars 1.2k forks source link

Update link to pip's caching guide in examples.md #1252

Open Magnus167 opened 1 year ago

Magnus167 commented 1 year ago

Description

As highlighted under Finding Packages section of PyPA pip documentation website, the pip's caching documentation has moved to this page here: https://pip.pypa.io/en/stable/topics/caching/ .

Motivation and Context

The link was out of date, needed to be updated.

How Has This Been Tested?

Non-code changes. The domain for the URL remains the same so no security issues. As a test, I simply viewed the MD file on repository - repo:Magnus167/cache branch:Magnus167docs-pypi-link-update file:examples.md , and checked if the link in the file worked correctly.

Screenshots (if appropriate):

(screenshot from https://pip.pypa.io/en/stable/cli/pip_install/) image

Types of changes

Checklist: