Skip to content

Commit a6b2cb5

Browse files
authored
docs: link directly to v4 of history package from v5 docs (#9831)
1 parent 0713737 commit a6b2cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/docs/api/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# history
22

3-
The term "history" and "`history` object" in this documentation refers to [the `history` package](https://github.com/remix-run/history), which is one of only 2 major dependencies of React Router (besides React itself), and which provides several different implementations for managing session history in JavaScript in various environments.
3+
The term "history" and "`history` object" in this documentation refers to [the `history` package]([https://github.com/remix-run/history](https://github.com/remix-run/history/tree/v4)), which is one of only 2 major dependencies of React Router (besides React itself), and which provides several different implementations for managing session history in JavaScript in various environments.
44

55
The following terms are also used:
66

0 commit comments

Comments
 (0)