From 9ddca8982a357d5642e4773f7da7a012a1210476 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Fri, 1 Jun 2018 22:37:57 -0400 Subject: [PATCH] Link to Profiling_with_tools was 404 (#8859) Fix link, old link to Profiling_with_tools was 404. --- content/en/docs/tutorials/clusters/apparmor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/clusters/apparmor.md b/content/en/docs/tutorials/clusters/apparmor.md index 6140a470e2..4b59bc1d72 100644 --- a/content/en/docs/tutorials/clusters/apparmor.md +++ b/content/en/docs/tutorials/clusters/apparmor.md @@ -375,7 +375,7 @@ tools to help with that: * `aa-genprof` and `aa-logprof` generate profile rules by monitoring an application's activity and logs, and admitting the actions it takes. Further instructions are provided by the - [AppArmor documentation](http://wiki.apparmor.net/index.php/Profiling_with_tools). + [AppArmor documentation](https://gitlab.com/apparmor/apparmor/wikis/Profiling_with_tools). * [bane](https://github.com/jfrazelle/bane) is an AppArmor profile generator for Docker that uses a simplified profile language.