Skip to content

Commit b95866f

Browse files
committed
Fixed an incorrect path in README and a mistake in CHANGELOG
1 parent f6a9c57 commit b95866f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Added some safeguards when wiping the destination folder to avoid accidents ([#220](https://github.com/SassDoc/sassdoc/issues/220))
77
* Added `@content` annotation, which is auto-filled when `@content` Sass directive is being found in a mixin ([#226](https://github.com/SassDoc/sassdoc/issues/226))
88
* Added `@require` alias for `@requires` ([#221](https://github.com/SassDoc/sassdoc/issues/221))
9-
* Added `@property` for `@prop` ([#221](https://github.com/SassDoc/sassdoc/issues/221))
9+
* Added `@property` alias for `@prop` ([#221](https://github.com/SassDoc/sassdoc/issues/221))
1010
* Made the `$` sign optional when writing the parameter name in `@param` ([#222](https://github.com/SassDoc/sassdoc/issues/222))
1111
* Annotations that should not be associated to certain types (for instance `@param` for a variable) now emit a warning and are properly discarded by the parser ([CDocParser#4](https://github.com/FWeinb/CDocParser/issues/4))
1212

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Like JSDoc for your Sass files.
88
* Fully themable.
99
* Integrated with Grunt/Gulp/Broccoli or directly Node.
1010

11-
![SassDoc](http://sassdoc.com/preview-image.png)
11+
![SassDoc](http://sassdoc.com/assets/images/preview-image.png)
1212

1313
---
1414

0 commit comments

Comments
 (0)