Skip to content

Commit

Permalink
Merge pull request #511 from R-Lawton/doc-fix
Browse files Browse the repository at this point in the history
fix doc paths
  • Loading branch information
R-Lawton authored Dec 3, 2024
2 parents 20d75a5 + 88d5db1 commit f3792f9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
EOF
```

Check out the docs about using [Common Expression Language (CEL)](./features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json).
Check out the docs about using [Common Expression Language (CEL)](../features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json).

## ❼ Create the API keys

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/deny-with-redirect-to-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
EOF
```

Check out the docs about using [Common Expression Language (CEL)](./features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json).
Check out the docs about using [Common Expression Language (CEL)](../features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json).

## ❻ Create an API key

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/external-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ spec:
EOF
```

Check out the docs about using [Common Expression Language (CEL)](./features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json).
Check out the docs about using [Common Expression Language (CEL)](../features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json).

## ❻ Create an API key

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/http-basic-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
EOF
```

Check out the docs about using [Common Expression Language (CEL)](./features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json). Check out as well the common feature [Conditions](../features.md#common-feature-conditions-when) about skipping parts of an `AuthConfig` in the auth pipeline based on context.
Check out the docs about using [Common Expression Language (CEL)](../features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json). Check out as well the common feature [Conditions](../features.md#common-feature-conditions-when) about skipping parts of an `AuthConfig` in the auth pipeline based on context.

## ❻ Create user credentials

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/injecting-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
EOF
```

Check out the docs about using [Common Expression Language (CEL)](./features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json).
Check out the docs about using [Common Expression Language (CEL)](../features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json).

## ❻ Create an API key

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/json-pattern-matching-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
EOF
```

Check out the doc about using [Common Expression Language (CEL)](./features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json). Check out as well the common feature [Conditions](../features.md#common-feature-conditions-when) about skipping parts of an `AuthConfig` in the auth pipeline based on context.
Check out the doc about using [Common Expression Language (CEL)](../features.md#common-feature-common-expression-language-cel) for reading from the [Authorization JSON](../architecture.md#the-authorization-json). Check out as well the common feature [Conditions](../features.md#common-feature-conditions-when) about skipping parts of an `AuthConfig` in the auth pipeline based on context.

## ❻ Obtain an access token and consume the API

Expand Down

0 comments on commit f3792f9

Please sign in to comment.