Skip to content

Commit c2fe8f1

Browse files
committed
removed v3 subdomain from urls
1 parent dc49b95 commit c2fe8f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/advanced/history.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Updating url and title
44

5-
When users are scrolling through pages we can update the browser url and page title. This allows the current page to be shared or bookmarked.
6-
5+
When users are scrolling through pages we can update the browser url and page title. This allows the current page to be shared or bookmarked.
6+
77
We can achieve this by listening for the [`page`](events.md#page) event. The page event contains the `url` and `title` of the current page in view.
88

99
The [History API](https://developer.mozilla.org/en-US/docs/Web/API/History_API) can be used to update the url.
@@ -19,7 +19,7 @@ ias.on('page', (event) => {
1919
});
2020
```
2121

22-
[View this behaviour in a live demo](https://v3.infiniteajaxscroll.com/examples/articles/)
22+
[View this behaviour in a live demo](https://infiniteajaxscroll.com/examples/articles/)
2323

2424
## Loading previous pages
2525

docs/advanced/last-page-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ ias.on('last', function() {
2828
})
2929
```
3030

31-
[View this behaviour in a live demo](https://v3.infiniteajaxscroll.com/examples/articles/)
31+
[View this behaviour in a live demo](https://infiniteajaxscroll.com/examples/articles/)

docs/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ ias.on('page', (event) => {
147147
})
148148
```
149149

150-
[View this behaviour in a live demo](https://v3.infiniteajaxscroll.com/examples/articles/)
150+
[View this behaviour in a live demo](https://infiniteajaxscroll.com/examples/articles/)

0 commit comments

Comments
 (0)