Skip to content

Commit

Permalink
fix typo to direct users to proper part on docs page (#3193)
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
  • Loading branch information
cicoyle authored Oct 25, 2023
1 parent ddc10f7 commit 896679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build-tools/pkg/metadataschema/validators.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (c *ComponentMetadata) AppendBuiltin() error {
Example: `"/custom-path"`,
URL: &URL{
Title: "Documentation",
URL: "https://docs.dapr.io/developing-applications/building-blocks/bindings/howto-triggers/#specifying-a-custom-route",
URL: "https://docs.dapr.io/developing-applications/building-blocks/bindings/howto-triggers/#specify-a-custom-route",
},
},
)
Expand Down

0 comments on commit 896679e

Please sign in to comment.