Skip to content

Commit

Permalink
Merge pull request canonical#13490 from evilnick/2024-01-404s-B
Browse files Browse the repository at this point in the history
Fixes more 404s
  • Loading branch information
carkod authored Jan 23, 2024
2 parents bdcafc9 + dda44bf commit 8d38820
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.16/charm-docker-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ juju config docker-registry \

The recommended way to delete images from the registry is to use the `rmi`
action. If necessary, this charm can be configured to
[allow deletion][storage-delete] of blobs and manifests by digest by setting
allow deletion of blobs and manifests by digest by setting
the `storage-delete` config option to `true`:

```bash
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.17/charm-docker-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ juju config docker-registry \

The recommended way to delete images from the registry is to use the `rmi`
action. If necessary, this charm can be configured to
[allow deletion][storage-delete] of blobs and manifests by digest by setting
allow deletion of blobs and manifests by digest by setting
the `storage-delete` config option to `true`:

```bash
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.18/charm-docker-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ juju config docker-registry \

The recommended way to delete images from the registry is to use the `rmi`
action. If necessary, this charm can be configured to
[allow deletion][storage-delete] of blobs and manifests by digest by setting
allow deletion of blobs and manifests by digest by setting
the `storage-delete` config option to `true`:

```bash
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.19/charm-docker-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ juju config docker-registry \

The recommended way to delete images from the registry is to use the `rmi`
action. If necessary, this charm can be configured to
[allow deletion][storage-delete] of blobs and manifests by digest by setting
allow deletion of blobs and manifests by digest by setting
the `storage-delete` config option to `true`:

```bash
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.19/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ juju run-action kubernetes-worker/1 upgrade

## Upgrading the Machine's Series

All of the charms support [upgrading the machine's series via Juju](https://juju.is/docs/upgrading-series).
All of the charms support [upgrading the machine's series via Juju](https://juju.is/docs/juju/manage-machines#heading--upgrade-a-machine).
As each machine is upgraded, the applications on that machine will be stopped and the unit will
go into a `blocked` status until the upgrade is complete. For the worker units, pods will be drained
from the node and onto one of the other nodes at the start of the upgrade, and the node will be removed
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.20/charm-docker-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ juju config docker-registry \

The recommended way to delete images from the registry is to use the `rmi`
action. If necessary, this charm can be configured to
[allow deletion][storage-delete] of blobs and manifests by digest by setting
allow deletion of blobs and manifests by digest by setting
the `storage-delete` config option to `true`:

```bash
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.20/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ juju run-action kubernetes-worker/1 upgrade

## Upgrading the Machine's Series

All of the charms support [upgrading the machine's series via Juju](https://juju.is/docs/upgrading-series).
All of the charms support [upgrading the machine's series via Juju](https://juju.is/docs/juju/manage-machines#heading--upgrade-a-machine).
As each machine is upgraded, the applications on that machine will be stopped and the unit will
go into a `blocked` status until the upgrade is complete. For the worker units, pods will be drained
from the node and onto one of the other nodes at the start of the upgrade, and the node will be removed
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.21/charm-docker-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ juju config docker-registry \

The recommended way to delete images from the registry is to use the `rmi`
action. If necessary, this charm can be configured to
[allow deletion][storage-delete] of blobs and manifests by digest by setting
allow deletion of blobs and manifests by digest by setting
the `storage-delete` config option to `true`:

```bash
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/1.22/charm-docker-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ juju config docker-registry \

The recommended way to delete images from the registry is to use the `rmi`
action. If necessary, this charm can be configured to
[allow deletion][storage-delete] of blobs and manifests by digest by setting
allow deletion of blobs and manifests by digest by setting
the `storage-delete` config option to `true`:

```bash
Expand Down

0 comments on commit 8d38820

Please sign in to comment.