diff mbox series

notebook: fix broken sepgsql.googlecode.com URL

Message ID 20221216172520.146814-1-paul@paul-moore.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series notebook: fix broken sepgsql.googlecode.com URL | expand

Commit Message

Paul Moore Dec. 16, 2022, 5:25 p.m. UTC
As reported on GH issue #16, the googlecode.com link is no longer
valid, replace it with a working copy.  Thanks to "b4r" for finding
a good URL.

Signed-off-by: Paul Moore <paul@paul-moore.com>
---
 src/apache_support.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/apache_support.md b/src/apache_support.md
index 48c8293..f53a512 100644
--- a/src/apache_support.md
+++ b/src/apache_support.md
@@ -41,7 +41,7 @@  stack has the following support:
 and Python do have support for libselinux functions in packages: PHP - with
 the *php-pecl-selinux* package, Python - with the *libselinux-python* package.
 
-The "[A secure web application platform powered by SELinux](http://sepgsql.googlecode.com/files/LCA20090120-lapp-selinux.pdf)"
+The "[A secure web application platform powered by SELinux](https://raw.githubusercontent.com/kaigai/slides/master/20090120_LCA2009_LAPP_SELINUX.pdf)"
 document gives a good overview of the LAPP architecture.
 
 ## *mod_selinux* Overview