Skip to content

Commit 1f995c4

Browse files
robertodecurnexjelbourn
authored andcommitted
chore(progress-circle): fix invalid link in readme
Closes #247
1 parent 74d9bc0 commit 1f995c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/progress-circle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# md-progress-circle
22

33
`md-progress-circle` is a component for indicating progress and activity, matching the spec of
4-
[Material Design Progress & Activity](https://http://www.google.com/design/spec/components/progress-activity.html).
4+
[Material Design Progress & Activity](https://www.google.com/design/spec/components/progress-activity.html).
55

66
### Progress Modes
77

@@ -48,4 +48,4 @@ Properties:
4848
| --- | --- | --- |
4949
| `color` | `"primary"|"accent"|"warn"` | The color palette of the progress indicator |
5050
| `mode` | `"determinate"|"indeterminate"` | The mode of the progress indicator |
51-
| `value` | number | The current progress percentage for determinate indicators |
51+
| `value` | number | The current progress percentage for determinate indicators |

0 commit comments

Comments
 (0)