Skip to content

Commit c6ef9c9

Browse files
committed
link
1 parent 03e8568 commit c6ef9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/surrealdb-cli-multi-counter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if 2 < args.len() {
121121
I guess this is the heart of the program where we fetch the current value of the counter using an `INSERT` statement that
122122
will either `CREATE` a new record or `UPDATE` and existing one. This will only work because we have defined the `INDEX` to be `UNIQUE`.
123123

124-
Thanks to Beryl on the SurrealDB Discord server for a much shorter and better solution than the one I wrote originally.
124+
Thanks to Beryl on the [SurrealDB Discord server](https://surrealdb.com/community) for a much shorter and better solution than the one I wrote originally.
125125

126126
```rust
127127
if 2 == args.len() {

0 commit comments

Comments
 (0)