diff --git a/src/components/slides/slides.ts b/src/components/slides/slides.ts index 5cd060efdd..e82ff10f22 100644 --- a/src/components/slides/slides.ts +++ b/src/components/slides/slides.ts @@ -127,7 +127,7 @@ import { Swiper } from './swiper-widget'; * } * ``` * - * Now we can call any of the `Slider` [methods]((#instance-members)), + * Now we can call any of the `Slider` [methods](#instance-members), * for example we can use the Slider's `slideTo()` method in order to * navigate to a specific slide on a button click. Below we call the * `goToSlide()` method and it navigates to the 3rd slide: