docs: fix typo in redirect URL domain (#26384)

This commit is contained in:
Tim Gross
2025-07-28 16:28:27 -04:00
committed by GitHub
parent 501608ca68
commit e062f87b07

View File

@@ -671,19 +671,19 @@
"routes": [
{
"title": "Exec2",
"href": "http://develoepr.hashicorp.com/nomad/plugins/drivers/exec2"
"href": "http://developer.hashicorp.com/nomad/plugins/drivers/exec2"
},
{
"title": "Podman",
"href": "http://develoepr.hashicorp.com/nomad/plugins/drivers/podman"
"href": "http://developer.hashicorp.com/nomad/plugins/drivers/podman"
},
{
"title": "Virt <sup>Beta</sup>",
"href": "http://develoepr.hashicorp.com/nomad/plugins/drivers/virt"
"href": "http://developer.hashicorp.com/nomad/plugins/drivers/virt"
},
{
"title": "Community",
"href": "http://develoepr.hashicorp.com/nomad/plugins/drivers/community"
"href": "http://developer.hashicorp.com/nomad/plugins/drivers/community"
}
]
}