Skip to content

Commit

Permalink
fix(*): Close angular#2635 - broken link in getting-started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
codef0rmerz committed Jan 14, 2017
1 parent 2031e06 commit 4ba62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class PizzaPartyAppModule { }
This is **required** to apply all of the core and theme styles to your application. You can either
use a pre-built theme, or define your own custom theme.
:trident: See the [theming guide](./theming.md) for instructions.
:trident: See the [theming guide](https://github.com/angular/material2/blob/master/guides/theming.md) for instructions.

This comment has been minimized.

Copy link
@SANTOSHKVNSP

SANTOSHKVNSP Jan 30, 2017

I think this is the correct link: https://material.angular.io/guide/theming as given on this page https://material.angular.io/guides
So just ./guides/thmeing.md would do, right?

This comment has been minimized.

Copy link
@codef0rmer

codef0rmer Jan 30, 2017

Owner

@SANTOSHKVNSP Thanks! Nope. Ideally the link has to work in both cases i.e. website and github markdown.

### Additional setup for gestures
Some components (`md-slide-toggle`, `md-slider`, `mdTooltip`) rely on
Expand Down

0 comments on commit 4ba62d3

Please sign in to comment.