Skip to content

Commit dcf0d2c

Browse files
corrections to readme (#2)
1 parent 0833589 commit dcf0d2c

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
3535

3636
1. You are working against the latest source on the *main* branch.
3737
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
38-
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
38+
3. You open an issue to discuss any significant work - we want to make sure your time is well spent.
3939

4040
To send us a pull request, please:
4141

@@ -58,7 +58,11 @@ Looking at the existing issues is a great way to find something to contribute to
5858

5959

6060
## Security issue notifications
61-
If you discover a potential security issue in this project we ask that you notify datu.fi. Please do **not** create a public github issue.
61+
If you discover a potential security issue in this project, we ask that you notify [us]([email protected]) . Please do **not** create a public github issue.
62+
63+
## Slack Datu community
64+
65+
The [slack](https://join.slack.com/t/datucommunity/shared_invite/zt-3b3yq8apy-wcJPH6jqJWp_LjqENFwKtA) community channel is your go-to place to connect with other users, ask questions, share tips, and stay up to date on the project. Whether you’re looking for help, want to see how others are using the tool, or just want to chat about ideas, Datu Community Slack is the place to go.
6266

6367

6468
## Licensing

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
This repository contains the documentation for the datu core, a simple yet powerful framework for building and running AI agents. The documentation is built using [MkDocs](https://www.mkdocs.org/) and provides guides, examples, and API references.
2+
This repository contains the documentation for the datu core. The documentation is built using [MkDocs](https://www.mkdocs.org/) and provides guides, examples, and API references.
33

4-
The official documentation is available online at:
4+
The official documentation is available online at: TODO
55

66
## Local Development
77

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Ready to learn more? Check out these resources:
2323
- [Quickstart](user-guide/quickstart.md) - A more detailed introduction to Datu core
2424
- [Examples](examples/README.md) - Examples for connecting multiple datasources.
2525

26-
[Learn how to contribute]({{ server_repo }}/CONTRIBUTING.md) or join our community discussions to shape the future of Strands Agents ❤️.
26+
[Learn how to contribute]({{ server_repo }}/CONTRIBUTING.md) or join our community discussions to shape the future of Datu ❤️.
2727

2828
### Warning!
2929

docs/user-guide/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ After completing this guide you can deploy to production and running at scale.
77

88
First, ensure that you have Python 3.11+ installed.
99

10-
We'll create a virtual environment to install the Strands Agents SDK and its dependencies in to.
10+
We'll create a virtual environment to install the Datu and its dependencies in to.
1111

1212
```bash
1313
python -m venv .venv

0 commit comments

Comments
 (0)