Skip to content

Commit

Permalink
Merge pull request #959 from dlcs/donaldgray-patch-1
Browse files Browse the repository at this point in the history
Update path-templates.md
  • Loading branch information
donaldgray authored Feb 13, 2025
2 parents 19172a9 + 6ab08b2 commit 136175c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/path-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ As an convenience you can specify `"PathRules:OverridesAsJson"` appSetting, for

Supported format parameter values are:

* `3US` - replaces triple _U_nderscores with _S_lashes (e.g. assetPath `"foo___bar_baz"` -> `"foo/bar_baz"`).
* `3US` - replaces triple (`3`) `U`nderscores with `S`lashes (e.g. assetPath `"foo___bar_baz"` -> `"foo/bar_baz"`).

## Auth PathTemplates

Expand All @@ -51,4 +51,4 @@ For auth the path replacements are simpler:
}
}
},
```
```

0 comments on commit 136175c

Please sign in to comment.