Skip to content

Commit

Permalink
Fixed broken link in browser-history.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov authored Jun 17, 2024
1 parent 86ce0d4 commit 3a29c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/navigation/stack/browser-history.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Web browser history

By default `Child Stack` navigation does not affect URLs in the browser address bar. But sometimes it is necessary to have different URLs for
different `Child Stack` destinations. For this purpose Decompose provides an **experimental** API - [WebHistoryController](https://github.com/arkivanov/Decompose/blob/master/decompose/src/jsMain/kotlin/com/arkivanov/decompose/router/stack/webhistory/DefaultWebHistoryController.kt).
different `Child Stack` destinations. For this purpose Decompose provides an **experimental** API - [WebHistoryController](https://github.com/arkivanov/Decompose/blob/master/decompose/src/webMain/kotlin/com/arkivanov/decompose/router/stack/webhistory/DefaultWebHistoryController.kt).

The controller listens for the `Child Stack` state changes and updates the browser URL and the history accordingly:

Expand Down

0 comments on commit 3a29c86

Please sign in to comment.