Skip to content

Commit 092f013

Browse files
committed
Add redirect
1 parent 54b9de4 commit 092f013

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/data/redirects.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6717,6 +6717,13 @@ const redirectsData = [
67176717
destination: "/code-search/code-navigation/inference_configuration",
67186718
permanent: true
67196719
},
6720+
// Model Config docs
6721+
6722+
{
6723+
source: "/cody/clients/model-configuration",
6724+
destination: "/cody/enterprise/model-configuration",
6725+
permanent: true
6726+
},
67206727

67216728
];
67226729

0 commit comments

Comments
 (0)