Skip to content

Commit ca759df

Browse files
authored
Merge branch 'develop' into main
2 parents 830cc7d + 92de500 commit ca759df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

packages/plugin-multiversx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pnpm test:watch
164164

165165
## Contributing
166166

167-
Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.
167+
Contributions are welcome! Please see the [CONTRIBUTING.md](../../CONTRIBUTING.md) file for more information.
168168

169169
## Credits
170170

0 commit comments

Comments
 (0)