Doc urls fixed

pull/227/head
fairking 2020-03-05 12:44:28 +01:00
parent 21ff3c48e5
commit aeced732ab
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>