diff --git a/docs/installation.md b/docs/installation.md index 8c02ba36a..acb6d06f9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -27,7 +27,7 @@ service running in the Machine VM. Podman can be downloaded from the [Podman.io](https://podman.io) website. -We also upload the installers and other binaries on our [Github release page](https://github.com/containers/podman/releases). +We also upload the installers and other binaries on our [GitHub release page](https://github.com/containers/podman/releases). @@ -61,7 +61,7 @@ You can then verify the installation information using: podman info ``` -We also provide binaries and a pkginstaller on our [Github release page](https://github.com/containers/podman/releases) +We also provide binaries and a pkginstaller on our [GitHub release page](https://github.com/containers/podman/releases) ### Windows diff --git a/static/data/home.ts b/static/data/home.ts index e5d7cc9c3..6d5a77db6 100644 --- a/static/data/home.ts +++ b/static/data/home.ts @@ -67,7 +67,7 @@ const compatibleTools = { tools: [ { title: 'VS Code', - description: 'Visual Studio code includes Podman support', + description: 'Visual Studio Code includes Podman support', image: { path: 'logos/optimized/vscode-logo-75w-75h.webp', alt: 'VS Code Logo' }, }, { @@ -76,9 +76,9 @@ const compatibleTools = { image: { path: 'logos/optimized/cirrus-logo-75w-75h.webp', alt: 'Cirrus Logo' }, }, { - title: 'Github Actions', + title: 'GitHub Actions', description: 'GitHub Actions include support for Podman, as well as friends buildah and skopeo', - image: { path: 'logos/optimized/github-logo-115w-115h.webp', alt: 'Github Logo' }, + image: { path: 'logos/optimized/github-logo-115w-115h.webp', alt: 'GitHub Logo' }, }, { title: 'Kind',