Skip to content

Commit 92de500

Browse files
yarunowtfsayo
andauthored
docs: fix broken links to github (#2987)
* fix links to github * Update actions.md * Update actions.md --------- Co-authored-by: Sayo <hi@sayo.wtf>
1 parent 70c6109 commit 92de500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/core/actions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface Action {
3535
}
3636
```
3737

38-
Source: https://github.com/elizaos/eliza/packages/core/src/types.ts
38+
Source: https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts
3939

4040
---
4141

@@ -88,7 +88,7 @@ const take_order: Action = {
8888
};
8989
```
9090

91-
Source: https://github.com/elizaos/eliza/packages/plugin-solana/src/actions/takeOrder.ts
91+
Source: https://github.com/elizaOS/eliza/blob/main/packages/plugin-solana/src/actions/takeOrder.ts
9292

9393
---
9494

0 commit comments

Comments
 (0)