Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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