Skip to content

Commit 85b7531

Browse files
author
Lauren
authored
Merge pull request #2364 from lucafavatella/patch-1
Fix a couple of links in conflict resolution page
2 parents cc7dfc5 + ef901cb commit 85b7531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/riak/kv/2.2.0/developing/usage/conflict-resolution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ These properties provide you with the following basic options:
8484

8585
### Timestamp-based Resolution
8686

87-
If the `[allow_mult](#siblings)` parameter is set to
87+
If the [`allow_mult`](#siblings) parameter is set to
8888
`false`, Riak resolves all object replica conflicts internally and does
8989
not return siblings to the client. How Riak resolves those conflicts
9090
depends on the value that you set for a different bucket property,
91-
`[last_write_wins](/riak/kv/2.2.0/learn/concepts/buckets)`. If `last_write_wins` is set to `false`,
91+
[`last_write_wins`](/riak/kv/2.2.0/learn/concepts/buckets). If `last_write_wins` is set to `false`,
9292
Riak will resolve all conflicts on the basis of
9393
[timestamps](http://en.wikipedia.org/wiki/Timestamp), which are
9494
attached to all Riak objects as metadata.

0 commit comments

Comments
 (0)