From 9274ccd814badac95bb3625eaf78a1c09266e033 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sun, 17 Nov 2013 13:14:43 +0100 Subject: [PATCH] Correct URL to current upstream github project. --- plinth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth.py b/plinth.py index 7b3407c84..ee05cc881 100755 --- a/plinth.py +++ b/plinth.py @@ -36,7 +36,7 @@ def error_page(status, dynamic_msg, stock_msg): def error_page_404(status, message, traceback, version): return error_page(status, message, """

If you believe this missing page should exist, please file a bug with either the Plinth - project (it has + project (it has an issue tracker) or the people responsible for the module you are trying to access.