Skip to content

Commit 1358aa4

Browse files
authored
Update UUID generator link format in documentation (#503)
Signed-off-by: Sakshee-s <sumansakshee36@gmail.com>
1 parent 86d3914 commit 1358aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/references/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ $timestamp // 1581425292309
177177

178178
#### UUID generator
179179

180-
The `uuid()` function allows to simply generate a UUID compliant with RFC 4122 (see https://www.cryptosys.net/pki/uuid-rfc4122.html). It can also be invoked using the `guid()` or `randomUUID()`.
180+
The `uuid()` function allows to simply generate a UUID compliant with RFC 4122 (see [https://www.cryptosys.net/pki/uuid-rfc4122.html](https://www.cryptosys.net/pki/uuid-rfc4122.html)). It can also be invoked using the `guid()` or `randomUUID()`.
181181

182182
```js
183183
uuid() // 3F897E85-62CE-4B2C-A957-FCF0CCE649FD

0 commit comments

Comments
 (0)