Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<br />
<h3>
<strong>
<a href="https://cordis.didinele.me/">Explore the docs »</a><a href="https://discord.gg/37ysd5dPYk"> Join Our Discord!</a>
<a href="https://cordis.js.org/">Explore the docs »</a><a href="https://discord.gg/37ysd5dPYk"> Join Our Discord!</a>
</strong>
</h2>
</p>
Expand Down
2 changes: 1 addition & 1 deletion libs/bitfield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Data structure for working with bitfields.
- `yarn add @cordis/bitfield`

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/brokers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A library containing message brokers for all sorts of patterns & protocols
- `yarn add @cordis/brokers`

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A library containing cordis utility functions/types/structures.
- `yarn add @cordis/common`

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/error/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A library for easily creating error classes with pre-defined messages.
- `yarn add @cordis/error`

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ main();
```

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simple and sequential queue for async operations.
- `yarn add @cordis/queue`

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/redis-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package implements [`@cordis/store`](https://github.com/cordis-lib/cordis/t
- `yarn add @cordis/redis-store`

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ main();
```

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/routers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ console.log(user);
```

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simple package for destructuring (Twitter) Discord snowflakes.
- `yarn add @cordis/snowflake`

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down
2 changes: 1 addition & 1 deletion libs/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package implements a simple in-memory store that actually extends the stand
- `yarn add @cordis/store`

## Documentation
You can find documentation for the whole project over at https://cordis.didinele.me
You can find documentation for the whole project over at https://cordis.js.org

## Contributing
Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.
Expand Down