Skip to content

Commit 8987a71

Browse files
committed
docs: fix broken cross-links
1 parent e358754 commit 8987a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/service/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Update the toggle state on Redis, which in turn is published to all server insta
100100
...
101101
```
102102

103-
- Valid Request with [clearSubScopes]({{ base_url }}/usage/#updating-feature-value)
103+
- Valid Request with [clearSubScopes]({{ site.baseurl }}/usage/#updating-feature-value)
104104
```http
105105
POST /rest/feature/redisUpdate
106106
Authorization: ...

docs/usage/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ await changeFeatureValue("/srv/util/logger/logLevel", "error", {}, { clearSubSco
308308
```
309309

310310
will set the root-scope value to `"error"` and remove all sub-scopes. See
311-
[scoping]({{ base_url }}/architecture/#scoping) for context.
311+
[scoping]({{ site.baseurl }}/architecture/#scoping) for context.
312312

313313
### Resetting Feature Value
314314

0 commit comments

Comments
 (0)