Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f55739

Browse files
committedDec 2, 2016
fix(readme): image paths
1 parent ac02fde commit 7f55739

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed
 

‎README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The actual star rating value. The color of the stars depends on the rating numbe
9292
</div>
9393
</div>
9494
```
95-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-value.PNG" width="290">
95+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-value.PNG" width="290">
9696

9797
**.half**:
9898
If set, every rating value will have a hlaf star at the end.
@@ -103,8 +103,8 @@ If set, every rating value will have a hlaf star at the end.
103103
...stars...
104104
</div>
105105
</div>```
106-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-show_half_stars-false.PNG" width="290">
107-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-show_half_stars-true.PNG" width="290">
106+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-show_half_stars-false.PNG" width="290">
107+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-show_half_stars-true.PNG" width="290">
108108

109109
**text**: string (Optional)
110110
The text next to the stars.
@@ -118,7 +118,7 @@ Default: undefined
118118
</div>
119119
</div>
120120
```
121-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-text.PNG" width="290">
121+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-text.PNG" width="290">
122122

123123
**.label-[POSITION]**:
124124
The position of the label.
@@ -135,10 +135,10 @@ The position of the label.
135135
</div>
136136
</div>
137137
```
138-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-label-top.PNG" width="290">
139-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-label-bottom.PNG" width="290">
140-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-label-right.PNG" width="290">
141-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-label-left.PNG" width="290">
138+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-label-top.PNG" width="290">
139+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-label-bottom.PNG" width="290">
140+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-label-right.PNG" width="290">
141+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-label-left.PNG" width="290">
142142

143143
**.spread**:
144144
If the start use the whole space or not.
@@ -150,8 +150,8 @@ If the start use the whole space or not.
150150
</div>
151151
</div>
152152
```
153-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-spread-false.PNG" width="290">
154-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-spread-true.PNG" width="290">
153+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-spread-false.PNG" width="290">
154+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-spread-true.PNG" width="290">
155155

156156
**.[SIZE]**:
157157
The height and width of the stars.
@@ -165,9 +165,9 @@ The height and width of the stars.
165165
</div>
166166
</div>
167167
```
168-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-size-small.PNG" width="290">
169-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-size-medium.PNG" width="290">
170-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-size-large.PNG" width="290">
168+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-size-small.PNG" width="290">
169+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-size-medium.PNG" width="290">
170+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-size-large.PNG" width="290">
171171

172172
**color-[COLOR_NAME]**:
173173
- .color-default
@@ -182,10 +182,10 @@ The height and width of the stars.
182182
</div>
183183
</div>
184184
```
185-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-color-default.PNG" width="290">
186-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-color-positive.PNG" width="290">
187-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-color-middle.PNG" width="290">
188-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-color-negative.PNG" width="290">
185+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-color-default.PNG" width="290">
186+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-color-positive.PNG" width="290">
187+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-color-middle.PNG" width="290">
188+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-color-negative.PNG" width="290">
189189

190190
**.disabled**:
191191
The click callback is disabled, colors are transparent
@@ -197,8 +197,8 @@ The click callback is disabled, colors are transparent
197197
</div>
198198
</div>
199199
```
200-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-disabled-false.PNG" width="290">
201-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-disabled-true.PNG" width="290">
200+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-disabled-false.PNG" width="290">
201+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-disabled-true.PNG" width="290">
202202

203203
**.direction-[DIRECTION]**:
204204
The direction of the stars and label.
@@ -212,8 +212,8 @@ The direction of the stars and label.
212212
</div>
213213
</div>
214214
```
215-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-direction-rtl.gif" width="290">
216-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-direction-ltr.gif" width="290">
215+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-direction-rtl.gif" width="290">
216+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-direction-ltr.gif" width="290">
217217

218218
**.[ANIMATION_SPEED]**:
219219
The duration of the animation in ms.
@@ -228,9 +228,9 @@ The duration of the animation in ms.
228228
</div>
229229
</div>
230230
```
231-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-animation_speed-immediately.gif" width="290">
232-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-animation_speed-noticeable.gif" width="290">
233-
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/prop-animation_speed-slow.gif" width="290">
231+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-animation_speed-immediately.gif" width="290">
232+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-animation_speed-noticeable.gif" width="290">
233+
<img src="https://raw.githubusercontent.com/BioPhoton/css-star-rating/master/resources/images/prop-animation_speed-slow.gif" width="290">
234234

235235
**starType**: starRatingStarTypes (Optional)
236236
The type of start resource to use.

0 commit comments

Comments
 (0)
Please sign in to comment.