diff --git a/src/IDF/Views/Project.php b/src/IDF/Views/Project.php index 6766161..409faf5 100644 --- a/src/IDF/Views/Project.php +++ b/src/IDF/Views/Project.php @@ -342,7 +342,7 @@ class IDF_Views_Project $conf->setVal($key, $val); } $request->user->setMessage(__('The documentation configuration has been saved.')); - $url = Pluf_HTTP_URL_urlForView('IDF_Views_Project::adminDownloads', + $url = Pluf_HTTP_URL_urlForView('IDF_Views_Project::adminWiki', array($prj->shortname)); return new Pluf_HTTP_Response_Redirect($url); }