[ADF-3198] Final doc checks for release (#3513)

* [ADF-3198] Doc link check for release

* [ADF-3198] Updated main index doc page
This commit is contained in:
Andy Stark
2018-06-21 15:45:46 +01:00
committed by Eugenio Romano
parent fa18d4dc3e
commit 84102c38cd
9 changed files with 29 additions and 72 deletions

View File

@@ -88,4 +88,4 @@ for more information about installing and using the source code.
| Name | Description | Source link |
| ---- | ----------- | ----------- |
| [Search Widget interface](content-services/search-widget.interface.md) | Specifies required properties for [Search filter component](../content-services/search-filter.component.md) widgets. | [Source](../lib/content-services/search/search-widget.interface.ts) |
| [Search Widget interface](search-widget.interface.md) | Specifies required properties for [Search filter component](search-filter.component.md) widgets. | [Source](../../lib/content-services/search/search-widget.interface.ts) |

View File

@@ -30,7 +30,7 @@ Searches for people or groups to add to the current node permissions.
## Details
This component uses a [Search component](../search.component.md) to retrieve the
This component uses a [Search component](search.component.md) to retrieve the
groups and people that could be added to the permission list of the current node.
The `select` event is emitted when a result is clicked from the list.