Skip to content

Commit

Permalink
docs: change zotregistry.io to zotregistry.dev
Browse files Browse the repository at this point in the history
Signed-off-by: mbshields <[email protected]>
  • Loading branch information
mbshields committed Jan 12, 2024
1 parent b594482 commit a15032c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ No software is perfect, and we expect users to find issues with the zot code bas

### Filing a Security Issue

Security issues are best filed by sending an email to `security@zotregistry.io.` After 45 days, we will make the issue public and give credit to the original filer of the issue.
Security issues are best filed by sending an email to `security@zotregistry.dev.` After 45 days, we will make the issue public and give credit to the original filer of the issue.

## Code of Conduct

The zot project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).

### Reporting Conduct Incidents

To report a conduct-related incident occurring on the zot project, contact the zot project conduct committee by sending an email to `conduct@zotregistry.io.` You can expect a response within three business days.
To report a conduct-related incident occurring on the zot project, contact the zot project conduct committee by sending an email to `conduct@zotregistry.dev.` You can expect a response within three business days.
4 changes: 2 additions & 2 deletions docs/install-guides/install-guide-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ image variations, image locations, and image naming formats.
Give the repo a local name, such as **project-zot**, as in this
example:

`helm repo add project-zot http://zotregistry.io/helm-charts`
`helm repo add project-zot http://zotregistry.dev/helm-charts`

"project-zot" has been added to your repositories

> :pencil2:
>
>The Helm charts for zot are currently hosted in these publicly-accessible repositories:
> - zotregistry.io
> - zotregistry.dev
> - artifacthub.io
>
Expand Down
2 changes: 1 addition & 1 deletion docs/install-guides/install-guide-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Create a `/etc/systemd/system/zot.service` file to define the zot service in sys

[Unit]
Description=OCI Distribution Registry
Documentation=https://zotregistry.io/
Documentation=https://zotregistry.dev/
After=network.target auditd.service local-fs.target

[Service]
Expand Down

0 comments on commit a15032c

Please sign in to comment.