Skip to content

Commit 863106f

Browse files
committed
fix(standalone-apis): fix broken link to Primer Button CSS
1 parent 5521207 commit 863106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standalone-apis/testing-a-standalone-attribute-directive-using-the-angular-testbed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
For the purpose of this example, we will create a standalone attribute directive
44
that adds the CSS classes provided by [Primer](https://primer.style/) for its
5-
[Button](https://primer.style/css/components/buttons) component:
5+
[Button](https://primer.style/components/button/css) component:
66

77
```typescript {12} title="primer-button.directive.ts"
88
import { Directive, HostBinding, Input } from "@angular/core";

0 commit comments

Comments
 (0)