@@ -137,7 +137,7 @@ Navigate to [http://127.0.0.1:8875/examples/](http://127.0.0.1:8875/examples/) i
137137### <a name =" static-string-option " ></a >Static String Option Value ###
138138
139139To specify a string widget's option statically
140- (the [ text] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxButton/Configuration/?version=15_2 #text )
140+ (the [ text] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxButton/Configuration/#text )
141141option of dxButton):
142142
143143``` html
@@ -147,7 +147,7 @@ option of dxButton):
147147### <a name =" static-non-string-option " ></a >Static Non-string Option Value ###
148148
149149To specify a non-string widget's option statically
150- (the [ disabled] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxButton/Configuration/?version=15_2 #disabled )
150+ (the [ disabled] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxButton/Configuration/#disabled )
151151option of dxButton):
152152
153153``` html
@@ -156,7 +156,7 @@ option of dxButton):
156156
157157### <a name =" event-handling " ></a >Event Handling ###
158158
159- To bind the dxButton’s [ click] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxButton/Events/?version=15_2 #click ) event:
159+ To bind the dxButton’s [ click] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxButton/Events/#click ) event:
160160
161161``` html
162162<dx-button (onClick) =" handler()" ></dx-button >
@@ -165,7 +165,7 @@ To bind the dxButton’s [click](http://js.devexpress.com/Documentation/ApiRefer
165165### <a name =" one-way-binding " ></a >One-way Option Binding ###
166166
167167If we want changes to the value of ‘bindingProperty’ of the host component to propagate to the
168- [ value] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxTextBox/Configuration/?version=15_2 #value ) of the dxTextBox widget,
168+ [ value] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxTextBox/Configuration/#value ) of the dxTextBox widget,
169169a one-way binding approach is used:
170170
171171``` html
@@ -184,8 +184,8 @@ or vice versa from the widget to the bindingProperty:
184184### <a name =" custom-templates " ></a >Custom Templates ###
185185
186186In case you want to customize the rendering of a DevExtreme widget, we support custom templates. For instance, we can specify
187- the [ itemTemplate] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxList/Configuration/?version=15_2 #itemTemplate )
188- and [ groupTemplate] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxList/Configuration/?version=15_2 #groupTemplate )
187+ the [ itemTemplate] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxList/Configuration/#itemTemplate )
188+ and [ groupTemplate] ( http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxList/Configuration/#groupTemplate )
189189of the dxList widget as follows:
190190
191191``` html
0 commit comments