Skip to content

Commit

Permalink
Move link references into correct capture block
Browse files Browse the repository at this point in the history
  • Loading branch information
dvob committed Aug 29, 2019
1 parent eba17e7 commit a634bbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en/docs/tasks/debug-application-cluster/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,6 @@ let users route data where they want. For example, users can emit audit events t
plugin which supports full-text search and analytics.


{{% /capture %}}

{{% capture whatsnext %}}

Visit [Auditing with Falco](/docs/tasks/debug-application-cluster/falco)

[kube-apiserver]: /docs/admin/kube-apiserver
[auditing-proposal]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/auditing.md
[auditing-api]: https://github.com/kubernetes/kubernetes/blob/{{< param "githubbranch" >}}/staging/src/k8s.io/apiserver/pkg/apis/audit/v1/types.go
Expand All @@ -509,3 +503,9 @@ Visit [Auditing with Falco](/docs/tasks/debug-application-cluster/falco)
[kube-aggregator]: /docs/concepts/api-extension/apiserver-aggregation

{{% /capture %}}

{{% capture whatsnext %}}

Visit [Auditing with Falco](/docs/tasks/debug-application-cluster/falco)

{{% /capture %}}

0 comments on commit a634bbc

Please sign in to comment.