Skip to content

Commit e548a9d

Browse files
authored
Merge pull request #8535 from IgniteUI/zkolev/update-readme-seo-1020
Zkolev/update readme seo 1020
2 parents e305b71 + dc9b012 commit e548a9d

File tree

36 files changed

+108
-108
lines changed

36 files changed

+108
-108
lines changed

CHANGELOG.md

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

projects/igniteui-angular/src/lib/directives/toggle/README.md

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

33
The **IgxToggle** provides a way for user to make a given content togglable.
4-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle.html)
4+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle)
55

66
#Usage
77
```typescript
@@ -60,7 +60,7 @@ handlers when the toggle is opened and respectively closed.
6060

6161
The **IgxToggleAction** provides a way for user to Open/Close(toggle) every Component/Directive which implements **IToggleView** interface by providing the reference to this particular Component/Directive or ID which is registered into **IgxNavigationService**. It is also applicable upon **IgxToggle**. When applied **IgxToggleAction** will set its host element as the position strategy target.
6262

63-
You can see it in action [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle.html)
63+
You can see it in action [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle)
6464

6565
## Usage
6666
```typescript

projects/igniteui-angular/src/lib/directives/tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _Directives_
55

66
## Description
77
The **IgxTooltip** directive provides us a way to make a given element a tooltip. Then we can assign it to be a tooltip for another element (for example a button) by using the **IgxTooltipTarget** directive.
8-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tooltip.html).
8+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tooltip).
99

1010
## Usage
1111
First we will have to import the IgxTooltipModule.

projects/igniteui-angular/src/lib/directives/tooltip/tooltip.directive.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface ITooltipHideEventArgs extends IBaseEventArgs {
2727

2828
/**
2929
* **Ignite UI for Angular Tooltip Target** -
30-
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tooltip.html)
30+
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tooltip)
3131
*
3232
* The Ignite UI for Angular Tooltip Target directive is used to mark an HTML element in the markup as one that has a tooltip.
3333
* The tooltip target is used in combination with the Ignite UI for Angular Tooltip by assigning the exported tooltip reference to the
@@ -411,7 +411,7 @@ export class IgxTooltipTargetDirective extends IgxToggleActionDirective implemen
411411
let NEXT_ID = 0;
412412
/**
413413
* **Ignite UI for Angular Tooltip** -
414-
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tooltip.html)
414+
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tooltip)
415415
*
416416
* The Ignite UI for Angular Tooltip directive is used to mark an HTML element in the markup as one that should behave as a tooltip.
417417
* The tooltip is used in combination with the Ignite UI for Angular Tooltip Target by assigning the exported tooltip reference to the

projects/igniteui-angular/src/lib/drop-down/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
**igxDropDown** displays a scrollable list of items which may be visually grouped and supports selection of a single item. Clicking or tapping an item selects it and closes the Drop Down.
55

6-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/drop_down.html)
6+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/drop-down)
77

88
# Usage
99
## Drop downs are done by adding **igxDropDownListItems** to **igxDropDown** component

projects/igniteui-angular/src/lib/drop-down/drop-down.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { DisplayDensityToken, IDisplayDensityOptions } from '../core/density';
3434

3535
/**
3636
* **Ignite UI for Angular DropDown** -
37-
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/drop_down.html)
37+
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/drop-down)
3838
*
3939
* The Ignite UI for Angular Drop Down displays a scrollable list of items which may be visually grouped and
4040
* supports selection of a single item. Clicking or tapping an item selects it and closes the Drop Down

projects/igniteui-angular/src/lib/expansion-panel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
**IgxExpansionPanel** is a light and highly templateable component that allows you to dynamically display content.
55

6-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/expansion_panel.html)
6+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/expansion-panel)
77

88
# Usage
99

projects/igniteui-angular/src/lib/grids/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# igx-grid
22
**igx-grid** component provides the capability to manipulate and represent tabular data.
3-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid.html)
3+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid)
44

55
## Usage
66
```html

projects/igniteui-angular/src/lib/grids/columns/column.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const DEFAULT_DIGITS_INFO = '1.0-3';
5252

5353
/**
5454
* **Ignite UI for Angular Column** -
55-
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid.html#columns-configuration)
55+
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid#columns-configuration)
5656
*
5757
* The Ignite UI Column is used within an `igx-grid` element to define what data the column will show. Features such as sorting,
5858
* filtering & editing are enabled at the column level. You can also provide a template containing custom content inside

0 commit comments

Comments
 (0)