mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
docs: fixed footer links (#3980)
This commit is contained in:
parent
322c164ce7
commit
63ddff097c
1 changed files with 3 additions and 3 deletions
|
|
@ -163,8 +163,8 @@ const config = {
|
|||
to: '/docs/Installation',
|
||||
},
|
||||
{
|
||||
label: 'Getting started',
|
||||
to: '/docs/getting-started/getting-started',
|
||||
label: 'Working with containers',
|
||||
to: '/docs/working-with-containers',
|
||||
},
|
||||
{
|
||||
label: 'Migrating from Docker',
|
||||
|
|
@ -172,7 +172,7 @@ const config = {
|
|||
},
|
||||
{
|
||||
label: 'Using Compose',
|
||||
to: '/docs/compose/podman-compose',
|
||||
to: '/docs/compose',
|
||||
},
|
||||
{
|
||||
label: 'Troubleshooting',
|
||||
|
|
|
|||
Loading…
Reference in a new issue