Skip to content

Commit b8280ea

Browse files
chore: broken links in website (#2216)
Fixed Broken Links in Landing Page Co-authored-by: Jonas Lagoni <jonas-lt@live.dk>
1 parent 28c000e commit b8280ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modelina-website/src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ for (const model in models) {
171171
<td className='flex items-center justify-center px-6 py-4 text-sm font-light text-gray-900 md:w-1/2'>
172172
<b>
173173
Easily modify how models are{' '}
174-
<a href='./docs/constraints/README.md' className='italic underline underline-offset-2'>
174+
<a href='./docs/constraints/' className='italic underline underline-offset-2'>
175175
constrained
176176
</a>{' '}
177177
into the into the output
@@ -195,7 +195,7 @@ for (const model in models) {
195195
<td className='flex items-center justify-center px-6 py-4 text-sm font-light text-gray-900 md:w-1/2'>
196196
<b>
197197
Seamlessly layer additional or replacement code{' '}
198-
<a href='./docs/presets.md' className='italic underline underline-offset-2'>
198+
<a href='./docs/presets' className='italic underline underline-offset-2'>
199199
on top of each other to customize the models
200200
</a>{' '}
201201
to your use-case
@@ -226,7 +226,7 @@ const models = await generator.generate(input);`}
226226
<td className='flex items-center justify-center px-6 py-4 text-sm font-light text-gray-900 md:w-1/2'>
227227
<b>
228228
Seamlessly lets you{' '}
229-
<a href='./docs/presets.md' className='italic underline underline-offset-2'>
229+
<a href='./docs/presets' className='italic underline underline-offset-2'>
230230
combine multiple layers of additional or replacement code
231231
</a>
232232
</b>

0 commit comments

Comments
 (0)