docker / cli

The Docker CLI
Apache License 2.0
4.74k stars 1.88k forks source link

cli/command/registry: fix link to credential stores #5144

Closed onestay closed 3 weeks ago

onestay commented 3 weeks ago

- What I did Fix a dead link

- How I did it

- How to verify it Click the link ;)

- Description for the changelog Fix link in unencryptedWarning

Fix the link to the credential stores in the unencrypted credentials warning

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.70%. Comparing base (52eddcf) to head (6e7266a). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5144 +/- ## ========================================== + Coverage 61.28% 61.70% +0.41% ========================================== Files 295 295 Lines 20768 20771 +3 ========================================== + Hits 12728 12816 +88 + Misses 7122 7037 -85 Partials 918 918 ```