Skip to content

Commit 39fee3e

Browse files
authored
Fix broken link (#370)
## Motivation and Context (Why the change? What's the scenario?) Link to security filters is broken ## High level description (Approach, Design) Fixes link to security filters when deployed to https://microsoft.github.io/
1 parent 6dae39e commit 39fee3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In order to protect users data, you should follow these design principles:
5858
this User ID
5959
* **Use Kernel Memory Tags as Security Filters**. Make sure every API call
6060
to Kernel Memory uses a User tag, both when reading and writing to memory.
61-
See [Security Filters](SECURITY_FILTERS.md) for more details.
61+
See [Security Filters](security/filters) for more details.
6262

6363
![Network diagram](network.png)
6464

@@ -121,4 +121,4 @@ var answer2 = await memory.AskAsync("What's the total population?",
121121

122122
If you have any question, please do not hesitate to
123123
[open a new issue](https://github.com/microsoft/kernel-memory/issues/new)
124-
in the Kernel Memory repository. Thanks!
124+
in the Kernel Memory repository. Thanks!

0 commit comments

Comments
 (0)