Skip to content

Commit

Permalink
fix search-replace mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Sep 13, 2023
1 parent 84b1004 commit 85ec920
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/v1.13-docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,18 +386,18 @@
"routes": [
{
"title": "Introduction",
"path": "/v1.13-docs/contributing/google-season-of-v1.13-docs/README.md"
"path": "/v1.13-docs/contributing/google-season-of-docs/README.md"
},
{
"title": "2022",
"routes": [
{
"title": "Introduction",
"path": "/v1.13-docs/contributing/google-season-of-v1.13-docs/2022/README.md"
"path": "/v1.13-docs/contributing/google-season-of-docs/2022/README.md"
},
{
"title": "Improve the Navigation and Structure of the cert-manager Website",
"path": "/v1.13-docs/contributing/google-season-of-v1.13-docs/2022/improve-navigation-and-structure.md"
"path": "/v1.13-docs/contributing/google-season-of-docs/2022/improve-navigation-and-structure.md"
}
]
}
Expand Down Expand Up @@ -504,7 +504,7 @@
},
{
"title": "API Reference",
"path": "/v1.13-docs/reference/api-v1.13-docs.md"
"path": "/v1.13-docs/reference/api-docs.md"
}
]
}
Expand Down

0 comments on commit 85ec920

Please sign in to comment.