Skip to content

Commit

Permalink
Merge pull request #374 from datag/docs/pedantic-names
Browse files Browse the repository at this point in the history
fix(home/docs): Pedantic fix for product names
  • Loading branch information
TomSweeneyRedHat authored Mar 3, 2025
2 parents c8b4a36 + 63f4a82 commit 6af04a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

</details>

Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions static/data/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
},
{
Expand All @@ -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',
Expand Down

0 comments on commit 6af04a7

Please sign in to comment.