@@ -197,7 +193,7 @@ index 6f2837a..3efe358 100644 $this->assertFieldByXpath($pattern, NULL, format_string( 'Comment %cid has a link to parent %pid.', diff --git a/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php b/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php -index 7a9ffa9..bfed089 100644 +index 7a9ffa9..af51e5f 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php +++ b/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php @@ -45,7 +45,12 @@ @@ -207,18 +203,18 @@ index 7a9ffa9..bfed089 100644 - * permission_granularity = "bundle" + * permission_granularity = "bundle", + * links = { -+ * "canonical" = "/node/{node}", -+ * "edit-form" = "/node/{node}/edit", -+ * "version-history" = "/node/{node}/revisions" ++ * "canonical" = "/node/{id}", ++ * "edit-form" = "/node/{id}/edit", ++ * "version-history" = "/node/{id}/revisions" + * } * ) */ class Node extends EntityNG implements NodeInterface { diff --git a/core/modules/node/node.module b/core/modules/node/node.module -index 7ba5d23..a64a2bc 100644 +index 6d7b1c9..ced5e7e 100644 --- a/core/modules/node/node.module +++ b/core/modules/node/node.module -@@ -2182,10 +2182,15 @@ function node_page_view(EntityInterface $node) { +@@ -2160,10 +2160,15 @@ function node_page_view(EntityInterface $node) { // of the active trail, and the link name becomes the page title. // Thus, we must explicitly set the page title to be the node title. drupal_set_title($node->label()); @@ -266,7 +262,7 @@ index dbdba31..b0cb999 100644 // Comment type. $expected_value = array( diff --git a/core/modules/rdf/rdf.module b/core/modules/rdf/rdf.module -index a2f74a3..93b1722 100644 +index aaea6bb..535497a 100644 --- a/core/modules/rdf/rdf.module +++ b/core/modules/rdf/rdf.module @@ -419,7 +419,7 @@ function rdf_comment_load($comments) { @@ -279,16 +275,16 @@ index a2f74a3..93b1722 100644 } } diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php -index 55c3e07..bff800d 100644 +index 28741ec..f18e9b7 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php -@@ -42,6 +42,10 @@ +@@ -43,6 +43,10 @@ * bundle_keys = { * "bundle" = "vid" * }, + * links = { -+ * "canonical" = "/taxonomy/term/{taxonomy_term}", -+ * "edit-form" = "/taxonomy/term/{taxonomy_term}/edit" ++ * "canonical" = "/taxonomy/term/{id}", ++ * "edit-form" = "/taxonomy/term/{id}/edit" + * }, * menu_base_path = "taxonomy/term/%taxonomy_term", * route_base_path = "admin/structure/taxonomy/manage/{bundle}",