Skip to content

Commit 218fb9f

Browse files
authored
Merge pull request #893 from DuendeSoftware/mb/fix
Broken link
2 parents ac0fafb + 8f39e5f commit 218fb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/bff/extensibility/management

src/content/docs/bff/extensibility/management/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ builder.Services.AddTransient<IDiagnosticsEndpoint, DefaultDiagnosticsEndpoint>(
4646
}`}/>
4747

4848
You can customize the behavior of the endpoints either by implementing the appropriate interface.
49-
The [default implementations](https://github.com/DuendeSoftware/products/tree/main/bff/src/Bff/Endpoints/Internal) can serve as a starting point for your own implementation.
49+
The [default implementations](https://github.com/DuendeSoftware/products/tree/releases/bff/4.0.0/bff/src/Bff/Endpoints/Internal) can serve as a starting point for your own implementation.
5050
</TabItem>
5151
<TabItem label="V3">
5252
<Code

0 commit comments

Comments
 (0)