Skip to content

Commit cf42fb3

Browse files
committed
docs
1 parent fe7ea00 commit cf42fb3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/mdsource/scrubbers.source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Scrubbers can be added to an instance of `VerifySettings` or globally on `Verifi
1616

1717
### Directory Scrubbers
1818

19-
* The current solution directory will be replaced with `{SolutionDirectory}`. To disable use `VerifierSettings.DontScrubSolutionDirectory()` in a module initializer. See [solution Discovery](solution-discovery,md)
19+
* The current solution directory will be replaced with `{SolutionDirectory}`. To disable use `VerifierSettings.DontScrubSolutionDirectory()` in a module initializer. See [solution Discovery](solution-discovery.md)
2020
* The current project directory will be replaced with `{ProjectDirectory}`. To disable use `VerifierSettings.DontScrubProjectDirectory()` in a module initializer.
2121
* On Windows, the current [user profile](https://learn.microsoft.com/en-us/dotnet/api/system.environment.specialfolder) will be replaced with `{UserProfile}`. To disable use `VerifierSettings.DontScrubUserProfile()` in a module initializer.
2222
* The `AppDomain.CurrentDomain.BaseDirectory` will be replaced with `{CurrentDirectory}`.

docs/mdsource/solution-discovery.source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Verify automatically discovers solution information at build time and embeds it into the test assembly as metadata. This metadata is used to determine where to store snapshot files.
44

5-
This is used for [Directory Scrubbing](/scrubbers.md#directory-scrubbers)
5+
This is used for [Directory Scrubbing](/docs/scrubbers.md#directory-scrubbers)
66

77

88
## How It Works

docs/mdsource/type-to-string-mapping.source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ snippet: TreatAsString
5757

5858
Since this approach bypasses json serialization, any json serialization settings are redundant. For example `DontScrubDateTimes`, `UseStrictJson`, and `DontScrubGuids`.
5959

60-
Note that any json serialization settings will still apply to anything amended to the target via [Recording](docs/recording.md) or [JsonAppenders](jsonappender.md)
60+
Note that any json serialization settings will still apply to anything amended to the target via [Recording](/docs/recording.md) or [JsonAppenders](jsonappender.md)
6161

6262

6363
## See also

docs/scrubbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Scrubbers can be added to an instance of `VerifySettings` or globally on `Verifi
2323

2424
### Directory Scrubbers
2525

26-
* The current solution directory will be replaced with `{SolutionDirectory}`. To disable use `VerifierSettings.DontScrubSolutionDirectory()` in a module initializer. See [solution Discovery](solution-discovery,md)
26+
* The current solution directory will be replaced with `{SolutionDirectory}`. To disable use `VerifierSettings.DontScrubSolutionDirectory()` in a module initializer. See [solution Discovery](solution-discovery.md)
2727
* The current project directory will be replaced with `{ProjectDirectory}`. To disable use `VerifierSettings.DontScrubProjectDirectory()` in a module initializer.
2828
* On Windows, the current [user profile](https://learn.microsoft.com/en-us/dotnet/api/system.environment.specialfolder) will be replaced with `{UserProfile}`. To disable use `VerifierSettings.DontScrubUserProfile()` in a module initializer.
2929
* The `AppDomain.CurrentDomain.BaseDirectory` will be replaced with `{CurrentDirectory}`.

docs/solution-discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To change this file edit the source file and then run MarkdownSnippets.
99

1010
Verify automatically discovers solution information at build time and embeds it into the test assembly as metadata. This metadata is used to determine where to store snapshot files.
1111

12-
This is used for [Directory Scrubbing](/scrubbers.md#directory-scrubbers)
12+
This is used for [Directory Scrubbing](/docs/scrubbers.md#directory-scrubbers)
1313

1414

1515
## How It Works

docs/type-to-string-mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ VerifierSettings.TreatAsString<ClassWithToString>(
331331

332332
Since this approach bypasses json serialization, any json serialization settings are redundant. For example `DontScrubDateTimes`, `UseStrictJson`, and `DontScrubGuids`.
333333

334-
Note that any json serialization settings will still apply to anything amended to the target via [Recording](docs/recording.md) or [JsonAppenders](jsonappender.md)
334+
Note that any json serialization settings will still apply to anything amended to the target via [Recording](/docs/recording.md) or [JsonAppenders](jsonappender.md)
335335

336336

337337
## See also

0 commit comments

Comments
 (0)