Skip to content

Commit

Permalink
Fix intra-doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Nov 7, 2024
1 parent b4f1926 commit c7bdd7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions libs/@local/graph/store/src/entity_type/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ pub enum EntityTypeQueryPath<'p> {
/// ```
///
/// [`EntityType`]: type_system::schema::EntityType
/// [`OwnedById`]: graph_types::owned_by_id::OwnedById
/// [`EntityTypeMetadata`]: graph_types::ontology::EntityTypeMetadata
/// [`OwnedById`]: hash_graph_types::owned_by_id::OwnedById
/// [`EntityTypeMetadata`]: hash_graph_types::ontology::EntityTypeMetadata
OwnedById,
/// Corresponds to [`EntityType::title()`].
///
Expand Down Expand Up @@ -401,7 +401,7 @@ pub enum EntityTypeQueryPath<'p> {
/// Only used internally and not available for deserialization.
///
/// [`EntityType`]: type_system::schema::PropertyType
/// [`Entity`]: graph_types::knowledge::entity::Entity
/// [`Entity`]: hash_graph_types::knowledge::entity::Entity
EntityEdge {
edge_kind: SharedEdgeKind,
path: Box<EntityQueryPath<'p>>,
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/graph/store/src/subgraph/temporal_axes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ where
/// [`VariableTemporalAxis`] for the given [`Timestamp`] of the [`PinnedTemporalAxis`].
///
/// [`Subgraph`]: crate::subgraph::Subgraph
/// [`Interval`]: temporal_versioning::Interval
/// [`Interval`]: hash_graph_temporal_versioning::Interval
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
#[cfg_attr(feature = "utoipa", derive(ToSchema))]
#[serde(untagged)]
Expand Down

0 comments on commit c7bdd7c

Please sign in to comment.