Skip to content

Commit 55911c8

Browse files
authored
docs: Update README.md to remove incubator wording (#8936)
1 parent 50010e0 commit 55911c8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ limitations under the License.
1919
<img src="resources/img/logo.svg" width="120px" alt="">
2020
<br/>
2121

22-
# Apache DevLake(Incubating)
22+
# Apache DevLake
2323

2424
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=github&color=2370ff&labelColor=454545)](http://makeapullrequest.com)
2525
[![Dockerhub pulls](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fapache%2Fdevlake&query=%24.pull_count&label=Dockerhub%20pulls)](https://hub.docker.com/r/apache/devlake)
26-
[![unit-test](https://github.com/apache/incubator-devlake/actions/workflows/test.yml/badge.svg)](https://github.com/apache/incubator-devlake/actions/workflows/test.yml)
27-
[![Go Report Card](https://goreportcard.com/badge/github.com/apache/incubator-devlake)](https://goreportcard.com/report/github.com/apache/incubator-devlake)
26+
[![unit-test](https://github.com/apache/devlake/actions/workflows/test.yml/badge.svg)](https://github.com/apache/devlake/actions/workflows/test.yml)
27+
[![Go Report Card](https://goreportcard.com/badge/github.com/apache/devlake)](https://goreportcard.com/report/github.com/apache/devlake)
2828
[![Slack](https://img.shields.io/badge/slack-join_chat-success.svg?logo=slack)](https://join.slack.com/t/devlake-io/shared_invite/zt-1lkgbdmys-AU2azidzO1u~mtjlg9my7A)
2929
[![Twitter](https://badgen.net/badge/icon/twitter?icon=twitter&label)](https://twitter.com/ApacheDevLake)
3030

@@ -96,10 +96,10 @@ If the pre-built dashboards are limited for your use cases, you can always custo
9696
Please read the [contribution guidelines](https://devlake.apache.org/community) before you make contribution. The following docs list the resources you might need to know after you decided to make contribution.
9797

9898
- [Create an Issue](https://devlake.apache.org/community/MakingContributions/fix-or-create-issues): Report a bug or feature request to Apache DevLake
99-
- [Submit a PR](https://devlake.apache.org/community/MakingContributions/development-workflow): Start with [good first issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) or [issues with no assignees](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee)
99+
- [Submit a PR](https://devlake.apache.org/community/MakingContributions/development-workflow): Start with [good first issues](https://github.com/apache/devlake/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) or [issues with no assignees](https://github.com/apache/devlake/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee)
100100
- [Join Mailing list](https://devlake.apache.org/community/subscribe): Initiate or participate in project discussions on the mailing list
101101
- [Write a Blog](https://devlake.apache.org/community/MakingContributions/BlogSubmission): Write a blog to share your use cases about Apache DevLake
102-
- [Develop a Plugin](./backend/DevelopmentManual): Integrate Apache DevLake with more data sources as [requested by the community](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue+is%3Aopen+label%3Aadd-a-plugin+)
102+
- [Develop a Plugin](./backend/DevelopmentManual): Integrate Apache DevLake with more data sources as [requested by the community](https://github.com/apache/devlake/issues?q=is%3Aissue+is%3Aopen+label%3Aadd-a-plugin+)
103103

104104
### 👩🏾‍💻 Contributing Code
105105

@@ -114,7 +114,7 @@ If you plan to contribute code to Apache DevLake, we have instructions on how to
114114
One of the best ways to get started contributing is by improving DevLake's documentation.
115115

116116
- Apache DevLake's documentation is hosted at [devlake.apache.org](https://devlake.apache.org/)
117-
- **We have a separate GitHub repository for Apache DevLake's documentation:** [github.com/apache/incubator-devlake-website](https://github.com/apache/incubator-devlake-website)
117+
- **We have a separate GitHub repository for Apache DevLake's documentation:** [github.com/apache/devlake-website](https://github.com/apache/devlake-website)
118118

119119
## ⌚ Roadmap
120120

0 commit comments

Comments
 (0)