Skip to content

Commit 1c849da

Browse files
authored
fix: upgrading from uuid3 broken link (#568)
1 parent 91805f6 commit 1c849da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs
1717
- **Small** - Zero-dependency, small footprint, plays nice with "tree shaking" packagers
1818
- **CLI** - Includes the [`uuid` command line](#command-line) utility
1919

20-
**Upgrading from `uuid@3`?** Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3x) for details.
20+
**Upgrading from `uuid@3`?** Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3) for details.
2121

2222
## Quickstart
2323

README_js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs
2929
- **Small** - Zero-dependency, small footprint, plays nice with "tree shaking" packagers
3030
- **CLI** - Includes the [`uuid` command line](#command-line) utility
3131

32-
**Upgrading from `uuid@3`?** Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3x) for details.
32+
**Upgrading from `uuid@3`?** Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3) for details.
3333

3434
## Quickstart
3535

0 commit comments

Comments
 (0)