File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modelina-website/src/pages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments