diff -u b/core/modules/node/node.module b/core/modules/node/node.module
--- b/core/modules/node/node.module
+++ b/core/modules/node/node.module
@@ -711,7 +711,7 @@
),
'access content overview' => array(
'title' => t('Access the Content overview page'),
- 'description' => t('Get an overview of all content.', array('!url' => url('admin/content'))),
+ 'description' => t('Get an overview of all content.', array('!url' => \Drupal::url('system.admin_content'))),
),
'access content' => array(
'title' => t('View published content'),