Merge pull request #227 from fairking/DocUrlsFix

Doc urls fixed
pull/256/head
Cagatay Civici 2020-03-11 17:37:43 +03:00 committed by GitHub
commit 264a60d5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import DataView from 'primevue/dataview';
</CodeHighlight>
<h3>PrimeFlex</h3>
<p>DataView utilizes PrimeFlex library so it needs to be installed before getting started. Refer to <router-link to="/theming">FlexGrid</router-link> documentation for details.</p>
<p>DataView utilizes PrimeFlex library so it needs to be installed before getting started. Refer to <router-link to="/flexgrid">FlexGrid</router-link> documentation for details.</p>
<h3>Getting Started</h3>
<p>DataView requires a collection of items as its value and one or more templates depending on the layout mode e.g. list and grid. Throughout the samples, a car interface having vin, brand, year and color properties are used to define an object to be displayed by the dataview. Cars are loaded by a CarService that connects to a server to fetch the cars.</p>

View File

@ -53,7 +53,7 @@ export default {
</CodeHighlight>
<h3>MenuModel</h3>
<p>SplitButton uses the common MenuModel API to define the items, visit <router-link to="/theming">MenuModel API</router-link> for details.
<p>SplitButton uses the common MenuModel API to define the items, visit <router-link to="/menumodel">MenuModel API</router-link> for details.
<h3>Severity</h3>
<p>Different color options are available as severity levels.</p>