Skip to content

Commit a6e5908

Browse files
committed
switch link to just 'Documentation'
1 parent 812806b commit a6e5908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ storiesOf("Welcome", module).add("to Carbon Angular", () => ({
66
template: `
77
<h1>Carbon Components Angular</h1>
88
<h2>An Angular implementation of the Carbon Design System</h2>
9-
<a href="https://angular.carbondesignsystem.com/documentation">Static documentation</a>
9+
<a href="https://angular.carbondesignsystem.com/documentation">Documentation</a>
1010
`,
1111
props: {},
1212
}));

0 commit comments

Comments
 (0)