Skip to content

Commit b7729a2

Browse files
docs: update hyperlinks to point to evm-monorepo (#1460)
* docs: monorepo readme * docs: update hyperlinks to point to evm-monorepo * docs: more fixes
1 parent f8b5818 commit b7729a2

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

airdrops/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,28 +70,28 @@ The list of all deployment addresses can be found [here](https://docs.sablier.co
7070
The codebase has undergone rigorous audits by leading security experts from Cantina, as well as independent auditors.
7171
For a comprehensive list of all audits conducted, please click [here](https://github.com/sablier-labs/audits).
7272

73-
For any security-related concerns, please refer to the [SECURITY](./SECURITY.md) policy. This repository is subject to a
73+
For any security-related concerns, please refer to the [SECURITY](../SECURITY.md) policy. This repository is subject to a
7474
bug bounty program per the terms outlined in the aforementioned policy.
7575

7676
## Contributing
7777

78-
Feel free to dive in! [Open](https://github.com/sablier-labs/airdrops/issues/new) an issue,
79-
[start](https://github.com/sablier-labs/airdrops/discussions/new) a discussion or submit a PR. For any informal concerns
78+
Feel free to dive in! [Open](https://github.com/sablier-labs/evm-monorepo/issues/new) an issue,
79+
[start](https://github.com/sablier-labs/evm-monorepo/discussions/new) a discussion or submit a PR. For any informal concerns
8080
or feedback, please join our [Discord server](https://discord.gg/bSwRCwWRsT).
8181

82-
For guidance on how to create PRs, see the [CONTRIBUTING](./CONTRIBUTING.md) guide.
82+
For guidance on how to create PRs, see the [CONTRIBUTING](../CONTRIBUTING.md) guide.
8383

8484
## License
8585

86-
See [LICENSE.md](./LICENSE.md).
86+
See [LICENSE.md](../LICENSE.md).
8787

8888
[codecov]: https://codecov.io/gh/sablier-labs/airdrops
8989
[codecov-badge]: https://codecov.io/gh/sablier-labs/airdrops/branch/main/graph/badge.svg
9090
[discord]: https://discord.gg/bSwRCwWRsT
9191
[discord-badge]: https://img.shields.io/discord/659709894315868191
9292
[foundry]: https://getfoundry.sh
9393
[foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
94-
[gha]: https://github.com/sablier-labs/airdrops/actions
95-
[gha-badge]: https://github.com/sablier-labs/airdrops/actions/workflows/ci.yml/badge.svg
94+
[gha]: https://github.com/sablier-labs/evm-monorepo/actions
95+
[gha-badge]: https://github.com/sablier-labs/evm-monorepo/actions/workflows/ci-airdrops.yml/badge.svg
9696
[twitter]: https://x.com/Sablier
9797
[twitter-badge]: https://img.shields.io/twitter/follow/Sablier

flow/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ time elapsed is linear and defined as:
1414

1515
Sablier Flow can be used in several areas of everyday finance, such as payroll, subscriptions, grant distributions,
1616
insurance premiums, loans interest, token ESOPs etc. If you are looking for vesting and airdrops, please refer to our
17-
[Lockup](https://github.com/sablier-labs/v2-core/) protocol.
17+
[Lockup](../lockup/) protocol.
1818

1919
## Features
2020

@@ -88,29 +88,29 @@ The list of all deployment addresses can be found [here](https://docs.sablier.co
8888
The codebase has undergone rigorous audits by leading security experts from Cantina, as well as independent auditors.
8989
For a comprehensive list of all audits conducted, please click [here](https://github.com/sablier-labs/audits).
9090

91-
For any security-related concerns, please refer to the [SECURITY](./SECURITY.md) policy. This repository is subject to a
91+
For any security-related concerns, please refer to the [SECURITY](../SECURITY.md) policy. This repository is subject to a
9292
bug bounty program per the terms outlined in the aforementioned policy.
9393

9494
## Contributing
9595

96-
Feel free to dive in! [Open](https://github.com/sablier-labs/flow/issues/new) an issue,
97-
[start](https://github.com/sablier-labs/flow/discussions/new) a discussion or submit
98-
[a PR](https://github.com/sablier-labs/flow/compare). For any concerns or feedback, please join our
96+
Feel free to dive in! [Open](https://github.com/sablier-labs/evm-monorepo/issues/new) an issue,
97+
[start](https://github.com/sablier-labs/evm-monorepo/discussions/new) a discussion or submit
98+
[a PR](https://github.com/sablier-labs/evm-monorepo/compare). For any concerns or feedback, please join our
9999
[Discord server](https://discord.gg/bSwRCwWRsT).
100100

101-
Refer to [CONTRIBUTING](./CONTRIBUTING.md) guidelines if you wish to create a PR.
101+
Refer to [CONTRIBUTING](../CONTRIBUTING.md) guidelines if you wish to create a PR.
102102

103103
## License
104104

105-
See [LICENSE.md](./LICENSE.md).
105+
See [LICENSE.md](../LICENSE.md).
106106

107107
[codecov]: https://codecov.io/gh/sablier-labs/flow
108108
[codecov-badge]: https://codecov.io/gh/sablier-labs/flow/branch/main/graph/badge.svg
109109
[discord]: https://discord.gg/bSwRCwWRsT
110110
[discord-badge]: https://img.shields.io/discord/659709894315868191
111111
[foundry]: https://getfoundry.sh
112112
[foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
113-
[gha]: https://github.com/sablier-labs/flow/actions
114-
[gha-badge]: https://github.com/sablier-labs/flow/actions/workflows/ci.yml/badge.svg
113+
[gha]: https://github.com/sablier-labs/evm-monorepo/actions
114+
[gha-badge]: https://github.com/sablier-labs/evm-monorepo/actions/workflows/ci-flow.yml/badge.svg
115115
[twitter]: https://x.com/Sablier
116116
[twitter-badge]: https://img.shields.io/twitter/follow/Sablier

lockup/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,28 +82,28 @@ our docs.
8282
The codebase has undergone rigorous audits by leading security experts from Cantina, as well as independent auditors.
8383
For a comprehensive list of all audits conducted, please click [here](https://github.com/sablier-labs/audits).
8484

85-
For any security-related concerns, please refer to the [SECURITY](./SECURITY.md) policy. This repository is subject to a
85+
For any security-related concerns, please refer to the [SECURITY](../SECURITY.md) policy. This repository is subject to a
8686
bug bounty program per the terms outlined in the aforementioned policy.
8787

8888
## Contributing
8989

90-
Feel free to dive in! [Open](https://github.com/sablier-labs/lockup/issues/new) an issue,
91-
[start](https://github.com/sablier-labs/lockup/discussions/new) a discussion or submit a PR. For any informal concerns
90+
Feel free to dive in! [Open](https://github.com/sablier-labs/evm-monorepo/issues/new) an issue,
91+
[start](https://github.com/sablier-labs/evm-monorepo/discussions/new) a discussion or submit a PR. For any informal concerns
9292
or feedback, please join our [Discord server](https://discord.gg/bSwRCwWRsT).
9393

94-
For guidance on how to create PRs, see the [CONTRIBUTING](./CONTRIBUTING.md) guide.
94+
For guidance on how to create PRs, see the [CONTRIBUTING](../CONTRIBUTING.md) guide.
9595

9696
## License
9797

98-
See [LICENSE.md](./LICENSE.md).
98+
See [LICENSE.md](../LICENSE.md).
9999

100100
[codecov]: https://codecov.io/gh/sablier-labs/lockup
101101
[codecov-badge]: https://codecov.io/gh/sablier-labs/lockup/branch/main/graph/badge.svg
102102
[discord]: https://discord.gg/bSwRCwWRsT
103103
[discord-badge]: https://img.shields.io/discord/659709894315868191
104104
[foundry]: https://getfoundry.sh
105105
[foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
106-
[gha]: https://github.com/sablier-labs/lockup/actions
107-
[gha-badge]: https://github.com/sablier-labs/lockup/actions/workflows/ci.yml/badge.svg
106+
[gha]: https://github.com/sablier-labs/evm-monorepo/actions
107+
[gha-badge]: https://github.com/sablier-labs/evm-monorepo/actions/workflows/ci-lockup.yml/badge.svg
108108
[twitter]: https://x.com/Sablier
109109
[twitter-badge]: https://img.shields.io/twitter/follow/Sablier

utils/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sablier EVM Utils [![Github Actions][gha-badge]][gha] [![Coverage][codecov-badge]][codecov] [![Foundry][foundry-badge]][foundry] [![Discord][discord-badge]][discord]
22

3-
This repository contains the following two sets of contracts:
3+
This package contains the following two sets of contracts:
44

55
### Sablier comptroller
66

@@ -15,15 +15,15 @@ Its a standalone contract with the following responsibilities:
1515
Its a collection of smart contracts used across various Sablier Solidity projects. The motivation behind this is to
1616
reduce code duplication. The following projects imports these contracts:
1717

18-
- [Sablier Airdrops](https://github.com/sablier-labs/airdrops/)
19-
- [Sablier Flow](https://github.com/sablier-labs/flow/)
20-
- [Sablier Lockup](https://github.com/sablier-labs/lockup/)
18+
- [Sablier Airdrops](https://github.com/sablier-labs/evm-monorepo/tree/main/airdrops)
19+
- [Sablier Flow](https://github.com/sablier-labs/evm-monorepo/tree/main/flow)
20+
- [Sablier Lockup](https://github.com/sablier-labs/evm-monorepo/tree/main/lockup)
2121

2222
In-depth documentation is available at [docs.sablier.com](https://docs.sablier.com).
2323

2424
## Repository Structure
2525

26-
This repo contains the following subdirectories:
26+
This package contains the following subdirectories:
2727

2828
- [`src/interfaces`](./src/interfaces/): Interfaces to be used by external projects.
2929
- [`src/mocks`](./src/mocks/): Mock contracts used by external projects in tests.
@@ -71,21 +71,21 @@ contract MyContract is Adminable, Batch, NoDelegateCall {
7171

7272
## Contributing
7373

74-
Feel free to dive in! [Open](https://github.com/sablier-labs/evm-utils/issues/new) an issue,
75-
[start](https://github.com/sablier-labs/evm-utils/discussions/new) a discussion or submit a PR. For any informal
74+
Feel free to dive in! [Open](https://github.com/sablier-labs/evm-monorepo/issues/new) an issue,
75+
[start](https://github.com/sablier-labs/evm-monorepo/discussions/new) a discussion or submit a PR. For any informal
7676
concerns or feedback, please join our [Discord server](https://discord.gg/bSwRCwWRsT).
7777

78-
For guidance on how to create PRs, see the [CONTRIBUTING](./CONTRIBUTING.md) guide.
78+
For guidance on how to create PRs, see the [CONTRIBUTING](../CONTRIBUTING.md) guide.
7979

8080
## License
8181

82-
See [LICENSE.md](./LICENSE.md).
82+
See [LICENSE.md](../LICENSE.md).
8383

8484
[codecov]: https://codecov.io/gh/sablier-labs/evm-utils
8585
[codecov-badge]: https://codecov.io/gh/sablier-labs/evm-utils/graph/badge.svg?token=iWxbU4RAsi
8686
[discord]: https://discord.gg/bSwRCwWRsT
8787
[discord-badge]: https://img.shields.io/discord/659709894315868191
8888
[foundry]: https://getfoundry.sh
8989
[foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
90-
[gha]: https://github.com/sablier-labs/evm-utils/actions
91-
[gha-badge]: https://github.com/sablier-labs/evm-utils/actions/workflows/ci.yml/badge.svg
90+
[gha]: https://github.com/sablier-labs/evm-monorepo/actions
91+
[gha-badge]: https://github.com/sablier-labs/evm-monorepo/actions/workflows/ci-utils.yml/badge.svg

0 commit comments

Comments
 (0)