We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c6109 commit 92de500Copy full SHA for 92de500
docs/docs/core/actions.md
@@ -35,7 +35,7 @@ interface Action {
35
}
36
```
37
38
-Source: https://github.com/elizaos/eliza/packages/core/src/types.ts
+Source: https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts
39
40
---
41
@@ -88,7 +88,7 @@ const take_order: Action = {
88
};
89
90
91
-Source: https://github.com/elizaos/eliza/packages/plugin-solana/src/actions/takeOrder.ts
+Source: https://github.com/elizaOS/eliza/blob/main/packages/plugin-solana/src/actions/takeOrder.ts
92
93
94
0 commit comments