From 63f4a82952725ce9a019189865091557a947cb72 Mon Sep 17 00:00:00 2001 From: "Dominik D. Geyer" Date: Wed, 26 Feb 2025 19:59:32 +0100 Subject: [PATCH] fix(home/docs): Pedantic fix for product names Signed-off-by: Dominik D. Geyer --- docs/installation.md | 4 ++-- static/data/home.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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',