diff --git a/docs/docs/policies/filter_strategies.md b/docs/docs/policies/filter_strategies.md index a397303..e2c6ff3 100644 --- a/docs/docs/policies/filter_strategies.md +++ b/docs/docs/policies/filter_strategies.md @@ -31,14 +31,14 @@ A sample policy containing a filter strategy is shown below. In this example, em The filter strategies are described below. Each filter type can specify zero or more filter strategies. When no filter strategies are given, Philter will default to `REDACT` for that filter type. When multiple filter strategies are given for a single filter type, the filter strategies will be applied in order as they are listed in the policy, top to bottom. -* [`REDACT`](filter-strategies.md#the-redact-filter-strategy) -* [`CRYPTO_REPLACE`](filter-strategies.md#crypto)(AES encryption) -* [`HASH_SHA256_REPLACE`](filter-strategies.md#hash)(SHA512 encryption) -* [`FPE_ENCRYPT_REPLACE`](filter-strategies.md#fpe)(Format-preserving encryption) -* [`RANDOM_REPLACE`](filter-strategies.md#random) -* [`STATIC_REPLACE`](filter-strategies.md#static) -* [`TRUNCATE`](filter-strategies.md#truncate) -* [`ZERO_LEADING`](filter-strategies.md#zero_leading) +* REDACT +* CRYPTO_REPLACE +* HASH_SHA256_REPLACE +* FPE_ENCRYPT_REPLACE +* RANDOM_REPLACE +* STATIC_REPLACE +* TRUNCATE +* ZERO_LEADING ### The `REDACT` Filter Strategy diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ecf27f4..76b0ad3 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,7 +1,7 @@ site_name: Philter repo_url: https://github.com/philterd/philter site_url: https://philterd.github.io/philter/ -edit_uri: '?query=docs/docs/' +edit_uri: tree/main/docs/docs copyright: Copyright 2024 Philterd, LLC site_author: philterd site_description: User guide for Philter, the open source PII/PHI redaction engine.