We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812806b commit a6e5908Copy full SHA for a6e5908
src/index.stories.ts
@@ -6,7 +6,7 @@ storiesOf("Welcome", module).add("to Carbon Angular", () => ({
6
template: `
7
<h1>Carbon Components Angular</h1>
8
<h2>An Angular implementation of the Carbon Design System</h2>
9
- <a href="https://angular.carbondesignsystem.com/documentation">Static documentation</a>
+ <a href="https://angular.carbondesignsystem.com/documentation">Documentation</a>
10
`,
11
props: {},
12
}));
0 commit comments