Skip to content

Commit b221586

Browse files
authored
Fix links in README.md (#777)
* Update README.md * Update vsts-ci.yml
1 parent 13ba2d9 commit b221586

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ This requires Docker 17.05 or newer.
66
It also expects you to be able to run Docker without `sudo`.
77
Please follow [Docker's official instructions][install] to install Docker correctly.
88

9-
[install]: https://docs.docker.com/engine/installation/
9+
[install]: https://docs.docker.com/engine/install/
1010

1111
## Release
1212

1313
The release containers derive from the official distribution image,
14-
such as `centos:7`, then install dependencies,
14+
such as `debian:11`, then install dependencies,
1515
and finally install the PowerShell package.
1616

17-
These containers live at [hub.docker.com/r/microsoft/powershell][docker-release].
17+
These containers live at [Microsoft Artifact Registry][docker-release].
1818

1919
At about 440 megabytes, they are decently minimal,
2020
with their size being the sum of the base image (200 megabytes)
2121
plus the uncompressed package (120 megabytes),
2222
and about 120 megabytes of .NET Core and bootstrapping dependencies.
2323

24-
[docker-release]: https://hub.docker.com/r/microsoft/powershell/
24+
[docker-release]: [https://mcr.microsoft.com/powershell](https://mcr.microsoft.com/en-us/product/powershell/about)
2525

2626
## Community
2727

vsts-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pr:
1313
- .github/*
1414
- .vsts-ci/releasebuild.yml
1515
- assets/matrix.json
16+
- README.md
1617

1718
resources:
1819
- repo: self

0 commit comments

Comments
 (0)