Skip to content

Commit ac7eaf6

Browse files
docs upd: Correct 404 markdown links (#2079)
1 parent 13f1ddc commit ac7eaf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/methods.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ btn.onclick = () => {
103103

104104
You can access the PhotoSwipe core instance only after the lightbox is opened (for example, within the `beforeOpen` event).
105105

106-
Alternatively, you may use PhotoSwipe core without Lightbox, see example on [Data Sources page](/data-sources#without-lightbox-module).
106+
Alternatively, you may use PhotoSwipe core without Lightbox, see example on [Data Sources page](data-sources#without-lightbox-module).
107107

108108
```js
109109
const lightbox = new PhotoSwipeLightbox({
@@ -252,8 +252,8 @@ button.pswp__button--test-button {
252252

253253
</PswpCodePreview>
254254

255-
Alternatively, you may omit `dataSource` option entirely and use filters to supply data and number of items, example on the [Data Sources page](/data-sources#dynamically-generated-data).
255+
Alternatively, you may omit `dataSource` option entirely and use filters to supply data and number of items, example on the [Data Sources page](data-sources#dynamically-generated-data).
256256

257257
## UI
258258

259-
Refer to [Styling](/styling) page on how to adjust the UI (add buttons, modify icons, etc).
259+
Refer to [Styling](styling) page on how to adjust the UI (add buttons, modify icons, etc).

0 commit comments

Comments
 (0)