Skip to content

Commit 4a03ed0

Browse files
committed
Use reference-style links
1 parent 41a2cd7 commit 4a03ed0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Glossary.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ New locations are typically created each time the URL changes. You can read more
6060

6161
A *location state* is an arbitrary object of data associated with a particular [`location`](#location). This is basically a way to tie extra state to a location that is not contained in the URL.
6262

63-
This type gets its name from the first argument to HTML5's [`pushState`](https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState(\)_method) and [`replaceState`](https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState(\)_method) methods.
63+
This type gets its name from the first argument to HTML5's [`pushState`][pushState] and [`replaceState`][replaceState] methods.
64+
65+
[pushState]: https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method
66+
[replaceState]: https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method
6467

6568
### Pathname
6669

0 commit comments

Comments
 (0)