I want to change mysite.org/organization/someinstitution to mysite.org/institution/someinstitution
In ckan/ckan/config/routing.py the urls are defined like this:
m.connect('organization_read', '/organization/{id}', action='read')
Is there a way to change this using an extension or by any other means?, I don't want to modify the master branch.