# HG changeset patch # User Ludovic Chabant # Date 1473315255 25200 # Node ID 922092c6eb8a8fdb2dbcfe6abe274967accdb15b # Parent f0fbf218cf4491d0f4b6e4b330d97c6b8aace21a docs: Fix outdated routing in the configuration file. diff -r f0fbf218cf44 -r 922092c6eb8a docs/config.yml --- a/docs/config.yml Wed Sep 07 22:35:25 2016 -0700 +++ b/docs/config.yml Wed Sep 07 23:14:15 2016 -0700 @@ -16,13 +16,13 @@ default_layout: api routes: - - url: /docs/%path:slug% + url: /docs/%slug% source: docs - func: docurl(slug) + func: docurl - - url: /api/%path:slug% + url: /api/%slug% source: api - func: apiurl(slug) + func: apiurl baker: assets_dirs: