Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

fix guides references #320

Merged
merged 2 commits into from
Nov 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/app/shared/guide-items/guide-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ const GUIDES = [
{
id: 'getting-started',
name: 'Getting started',
document: '/assets/documents/guides/getting-started.html',
document: '/assets/documents/guides/material-getting-started.html',
},
{
id: 'theming',
name: 'Theming Angular Material',
document: '/assets/documents/guides/theming.html',
document: '/assets/documents/guides/material-theming.html',
},
{
id: 'theming-your-components',
name: 'Theming your own components',
document: '/assets/documents/guides/theming-your-components.html',
document: '/assets/documents/guides/material-theming-your-components.html',
},
{
id: 'typography',
name: `Using Angular Material's Typography`,
document: '/assets/documents/guides/typography.html',
document: '/assets/documents/guides/material-typography.html',
},
{
id: 'cdk-table',
name: `CDK data-table`,
document: '/assets/documents/guides/cdk-table.html',
document: '/assets/documents/guides/material-cdk-table.html',
},
{
id: 'customizing-component-styles',
name: 'Customizing component styles',
document: '/assets/documents/guides/customizing-component-styles.html'
document: '/assets/documents/guides/material-customizing-component-styles.html'
},
{
id: 'creating-a-custom-form-field-control',
name: 'Creating a custom form field control',
document: '/assets/documents/guides/creating-a-custom-form-field-control.html'
document: '/assets/documents/guides/material-creating-a-custom-form-field-control.html'
},
{
id: 'elevation',
Expand Down