diff --git a/src/Entity/Paragraph.php b/src/Entity/Paragraph.php
index 3d76c02..f6f28a3 100644
--- a/src/Entity/Paragraph.php
+++ b/src/Entity/Paragraph.php
@@ -48,6 +48,9 @@ use Drupal\user\UserInterface;
  *       "delete" = "Drupal\Core\Entity\ContentEntityDeleteForm",
  *       "edit" = "Drupal\Core\Entity\ContentEntityForm"
  *     },
+ *     "route_provider" = {
+ *       "html" = "Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider",
+ *     },
  *     "views_data" = "Drupal\views\EntityViewsData",
  *   },
  *   base_table = "paragraphs_item",
@@ -90,6 +93,9 @@ use Drupal\user\UserInterface;
  *       "type" = "entity_reference_revisions_entity_view"
  *     }
  *   },
+ *   links = {
+ *     "canonical" = "/paragraphs/{paragraph}",
+ *   },
  *   serialized_field_property_names = {
  *     "behavior_settings" = {
  *       "value"
