diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b199c2d..56b08ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ our only requirements for contributing: - All contributors must uphold the standards of our [Code of Conduct](./CODE_OF_CONDUCT.md). -The rest of this document are recommendations/guidelines to help consistency and +The rest of this document is recommendations/guidelines to help consistency and communication within our projects. ## Creating Issues @@ -45,7 +45,7 @@ working on it. This will help prevent duplicated efforts. If you begin working on something but need some assistance, don't hesitate to reach out inside of the issue, on [our -forums](https://community.khonsulabs.com/), or [our +forums](https://community.khonsulabs.com/), or in [our Discord](https://discord.khonsulabs.com/). We will do our best to help you. ### Project-specific requirements diff --git a/README.md b/README.md index 4b5c4cb..5ab01cb 100644 --- a/README.md +++ b/README.md @@ -197,13 +197,13 @@ Finally, a four-byte crc32 ends the chunk. If a reader does not encounter a new chunk marker (2) or an end-of-entry marker (3), the entry should be considered abandoned and all chunks should be ignored. -[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.0.0/examples/basic.rs +[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.3.0/examples/basic.rs [wal]: https://en.wikipedia.org/wiki/Write-ahead_logging ## Open-source Licenses -This project, like all projects from [Khonsu Labs](https://khonsulabs.com/), are -open-source. This repository is available under the [MIT License](./LICENSE-MIT) -or the [Apache License 2.0](./LICENSE-APACHE). +This project, like all projects from [Khonsu Labs](https://khonsulabs.com/), is open-source. +This repository is available under the [MIT License](./LICENSE-MIT) or the +[Apache License 2.0](./LICENSE-APACHE). To learn more about contributing, please see [CONTRIBUTING.md](./CONTRIBUTING.md). diff --git a/src/.crate-docs.md b/src/.crate-docs.md index 3b96538..a8cea76 100644 --- a/src/.crate-docs.md +++ b/src/.crate-docs.md @@ -195,5 +195,5 @@ Finally, a four-byte crc32 ends the chunk. If a reader does not encounter a new chunk marker (2) or an end-of-entry marker (3), the entry should be considered abandoned and all chunks should be ignored. -[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.0.0/examples/basic.rs +[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.3.0/examples/basic.rs [wal]: https://en.wikipedia.org/wiki/Write-ahead_logging