fixed a broken link on readme file (#341)

This commit is contained in:
Giuliano De Luca 2017-10-25 18:33:37 +02:00 committed by Vesa Juvonen
parent f1c13aea44
commit 6c3b2c74ce
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## Summary ## Summary
SharePoint Framework solution with the Office UI Fabric People Picker, the client web part across the SharePoint Rest API is able to retrieve people and groups. SharePoint Framework solution with the Office UI Fabric People Picker, the client web part across the SharePoint Rest API is able to retrieve people and groups.
![React-People-Picker-gif](/assets/Preview.gif) ![React-People-Picker-gif](./assets/Preview.gif)
## Used SharePoint Framework Version ## Used SharePoint Framework Version
![drop](https://img.shields.io/badge/version-GA-green.svg) ![drop](https://img.shields.io/badge/version-GA-green.svg)
@ -25,6 +25,7 @@ Version|Date|Comments
-------|----|-------- -------|----|--------
1.0.0|May 21, 2017|Initial release 1.0.0|May 21, 2017|Initial release
1.0.1|Sep 28, 2017|Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups). 1.0.1|Sep 28, 2017|Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups).
1.0.2|Oct 25, 2017|fixed a broken link on readme file.
## Disclaimer ## Disclaimer
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

View File

@ -1,6 +1,6 @@
{ {
"name": "spfx-office-ui-fabric-people-picker", "name": "spfx-office-ui-fabric-people-picker",
"version": "1.0.1", "version": "1.0.2",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"