[java-idp-plugin-mgmt] branch main updated: Fix CSS location
Ian Young
ian at iay.org.uk
Thu Jun 20 10:17:06 UTC 2024
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-idp-plugin-mgmt.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=0b6508024d6cb721ab948eb5b3643d747504cbdf
The following commit(s) were added to refs/heads/main by this push:
new 0b65080 Fix CSS location
0b65080 is described below
commit 0b6508024d6cb721ab948eb5b3643d747504cbdf
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jun 20 11:17:01 2024 +0100
Fix CSS location
---
projstatus.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projstatus.xsl b/projstatus.xsl
index 89438b0..985f523 100644
--- a/projstatus.xsl
+++ b/projstatus.xsl
@@ -3,7 +3,7 @@
<html>
<head>
<title>Status of Identity Provider and Plugin Projects</title>
- <link rel="stylesheet" href="projstatus.css"/>
+ <link rel="stylesheet" href="/downloads/identity-provider/plugins/projstatus.css"/>
</head>
<body>
<h1>Status of Identity Provider and Plugin Projects</h1>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list