Skip to content

Commit a2edf7e

Browse files
committed
fix: Docs link
1 parent 39684a6 commit a2edf7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/@aetherspace/core/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="/packages/@aetherspace/assets/AetherspaceLogo.svg" width="50" height="50" />
2+
13
# Aetherspace Core Concepts
24

35
To help you decide if Aetherspace is the right tool for you or your project,

packages/@aetherspace/docs/helpers/StorybookLinkTransformer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const StorybookLinkTransformer = (props) => {
4242
'?path=/packages/@aetherspace/navigation/AetherPage/README.md': '?path=/docs/aetherspace-graphql-data-fetching--page', // prettier-ignore
4343
'?path=/packages/@aetherspace/forms/README.md': '?path=/docs/aetherspace-form-management--page', // prettier-ignore
4444
'?path=/packages/@aetherspace/components/AetherIcon/README.md': '?path=/docs/aetherspace-icon-management--page', // prettier-ignore
45-
'?path=/packages/@aetherspace/scripts/README.md': '?path=/docs/aetherspace-automation--page',
45+
'?path=/packages/@aetherspace/scripts/README.md': '?path=/docs/aetherspace-recommended-workflow--page', // prettier-ignore
4646
'?path=/packages/@aetherspace/schemas/README.md': '?path=/docs/aetherspace-single-sources-of-truth--page', // prettier-ignore
4747
'?path=/.github/workflows/README.md': '?path=/docs/aetherspace-deployment--page',
4848
'?path=/LICENSE.md': '?path=/docs/aetherspace-license--page',

0 commit comments

Comments
 (0)