Redirect /-/config to /-/settings, closes #1103

This commit is contained in:
Simon Willison 2020-11-24 12:19:14 -08:00
commit 2a3d5b720b
7 changed files with 43 additions and 14 deletions

View file

@ -22,8 +22,8 @@ def menu_links(datasette, actor):
"label": "Metadata",
},
{
"href": datasette.urls.path("/-/config"),
"label": "Config",
"href": datasette.urls.path("/-/settings"),
"label": "Settings",
},
{
"href": datasette.urls.path("/-/permissions"),