Skip to content

Commit 2ff12d0

Browse files
authored
Fix broken link in SEMANTICS.md (#1736)
Fixes broken link in SEMANTICS.md ### Does this change impact existing behavior? No ### Does this change need a changelog entry? Does it require a version change? No --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Simon Beal <simobeal@amazon.com>
1 parent 8adc754 commit 2ff12d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/SEMANTICS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Additionally, remote directories will always shadow local directories or files.
166166
Thus Mountpoint shadows directory entries in the following order, where the first takes precedence: remote directories, any local state, remote files.
167167
For example, if you create a directory i.e. `blue/` and a conflicting object with key `blue` appears in the bucket, the local directory will still be accessible.
168168

169-
We test Mountpoint against these restrictions using a [reference model](https://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3/tests/reftests/reference.rs) that programmatically encodes the expected mapping between S3 objects and file system structure.
169+
We test Mountpoint against these restrictions using a [reference model](https://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3-fs/tests/reftests/reference.rs) that programmatically encodes the expected mapping between S3 objects and file system structure.
170170

171171
Windows-style path delimiters (`\`) are not supported.
172172

0 commit comments

Comments
 (0)