Skip to content

Commit

Permalink
docs: fix broken links to github (#2987)
Browse files Browse the repository at this point in the history
* fix links to github

* Update actions.md

* Update actions.md

---------

Co-authored-by: Sayo <[email protected]>
  • Loading branch information
yaruno and wtfsayo authored Jan 29, 2025
1 parent 70c6109 commit 92de500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/core/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface Action {
}
```

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

---

Expand Down Expand Up @@ -88,7 +88,7 @@ const take_order: Action = {
};
```

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

---

Expand Down

0 comments on commit 92de500

Please sign in to comment.