diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 353887867..c90cc6697 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -13,8 +13,8 @@ Fixes #
I have:
-- [ ] Read and followed KubeVela's [contribution process](https://github.com/oam-dev/kubevela/blob/master/contribute/create-pull-request.md).
-- [ ] [Related Docs](https://github.com/oam-dev/kubevela.io) updated properly. In a new feature or configuration option, an update to the documentation is necessary.
+- [ ] Read and followed KubeVela's [contribution process](https://github.com/kubevela/kubevela/blob/master/contribute/create-pull-request.md).
+- [ ] [Related Docs](https://github.com/kubevela/kubevela.io) updated properly. In a new feature or configuration option, an update to the documentation is necessary.
- [ ] Run `make reviewable` to ensure this PR is ready for review.
- [ ] Added `backport release-x.y` labels to auto-backport this PR if necessary.
diff --git a/.github/bot.md b/.github/bot.md
index eb8184067..4c5e40933 100644
--- a/.github/bot.md
+++ b/.github/bot.md
@@ -1,9 +1,9 @@
### GitHub & kubevela automation
-The bot is configured via [issue-commands.json](https://github.com/oam-dev/kubevela/blob/master/.github/workflows/issue-commands.json)
-and some other GitHub [workflows](https://github.com/oam-dev/kubevela/blob/master/.github/workflows).
+The bot is configured via [issue-commands.json](https://github.com/kubevela/kubevela/blob/master/.github/workflows/issue-commands.json)
+and some other GitHub [workflows](https://github.com/kubevela/kubevela/blob/master/.github/workflows).
By default, users with write access to the repo is allowed to use the comments,
-the [userlist](https://github.com/oam-dev/kubevela/blob/master/.github/comment.userlist)
+the [userlist](https://github.com/kubevela/kubevela/blob/master/.github/comment.userlist)
file is for adding additional members who do not have access and want to contribute to the issue triage.
Comment commands:
@@ -14,7 +14,7 @@ Comment commands:
* Write the word `/area/*` in a comment, and the bot will add the corresponding label `/area/*`.
* Write the word `/priority/*` in a comment, and the bot will add the corresponding label `/priority/*`.
-The `*` mention above represent a specific word. Please read the details about label category in [ISSUE_TRIAGE.md](https://github.com/oam-dev/kubevela/blob/master/ISSUE_TRIAGE.md)
+The `*` mention above represent a specific word. Please read the details about label category in [ISSUE_TRIAGE.md](https://github.com/kubevela/kubevela/blob/master/ISSUE_TRIAGE.md)
Label commands:
diff --git a/CHANGELOG/CHANGELOG-1.0.md b/CHANGELOG/CHANGELOG-1.0.md
index f7ef10e75..4ab488263 100644
--- a/CHANGELOG/CHANGELOG-1.0.md
+++ b/CHANGELOG/CHANGELOG-1.0.md
@@ -30,7 +30,7 @@ This is a minor fix for release-1.0, please refer to release-1.1.x for the lates
**Please update Application CRD to upgrade from v1.0.3 to this release**
```
-kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/charts/vela-core/crds/core.oam.dev_applications.yaml
+kubectl apply -f https://raw.githubusercontent.com/kubevela/kubevela/master/charts/vela-core/crds/core.oam.dev_applications.yaml
```
**Check the upgrade docs to upgrade from other release: https://kubevela.io/docs/advanced-install#upgrade**
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c93f06a21..594ea4b33 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
## About KubeVela
-KubeVela project is initialized and maintained by the cloud native community since day 0 with [bootstrapping contributors from 8+ different organizations](https://github.com/oam-dev/kubevela/graphs/contributors).
+KubeVela project is initialized and maintained by the cloud native community since day 0 with [bootstrapping contributors from 8+ different organizations](https://github.com/kubevela/kubevela/graphs/contributors).
We intend for KubeVela to have an open governance since the very beginning and donate the project to neutral foundation as soon as it's released.
To help us create a safe and positive community experience for all, we require all participants to adhere to the [Code of Conduct](./CODE_OF_CONDUCT.md).
@@ -13,7 +13,7 @@ This document is a guide to help you through the process of contributing to Kube
You can contribute to KubeVela in several ways. Here are some examples:
* Contribute to the KubeVela codebase.
-* Contribute to the [KubeVela docs](https://github.com/oam-dev/kubevela.io).
+* Contribute to the [KubeVela docs](https://github.com/kubevela/kubevela.io).
* Report and triage bugs.
* Develop community CRD operators as workload or trait and contribute to [catalog](https://github.com/oam-dev/catalog).
* Write technical documentation and blog posts, for users and contributors.
@@ -26,20 +26,20 @@ For more ways to contribute, check out the [Open Source Guides](https://opensour
### Report bugs
Before submitting a new issue, try to make sure someone hasn't already reported the problem.
-Look through the [existing issues](https://github.com/oam-dev/kubevela/issues) for similar issues.
+Look through the [existing issues](https://github.com/kubevela/kubevela/issues) for similar issues.
-Report a bug by submitting a [bug report](https://github.com/oam-dev/kubevela/issues/new?assignees=&labels=kind%2Fbug&template=bug_report.md&title=).
+Report a bug by submitting a [bug report](https://github.com/kubevela/kubevela/issues/new?assignees=&labels=kind%2Fbug&template=bug_report.md&title=).
Make sure that you provide as much information as possible on how to reproduce the bug.
Follow the issue template and add additional information that will help us replicate the problem.
#### Security issues
-If you believe you've found a security vulnerability, please read our [security policy](https://github.com/oam-dev/kubevela/blob/master/SECURITY.md) for more details.
+If you believe you've found a security vulnerability, please read our [security policy](https://github.com/kubevela/kubevela/blob/master/SECURITY.md) for more details.
### Suggest enhancements
-If you have an idea to improve KubeVela, submit an [feature request](https://github.com/oam-dev/kubevela/issues/new?assignees=&labels=kind%2Ffeature&template=feature_request.md&title=%5BFeature%5D).
+If you have an idea to improve KubeVela, submit an [feature request](https://github.com/kubevela/kubevela/issues/new?assignees=&labels=kind%2Ffeature&template=feature_request.md&title=%5BFeature%5D).
### Triage issues
@@ -50,16 +50,16 @@ Read more about the ways you can [Triage issues](/contribute/triage-issues.md).
### Answering questions
If you have a question and you can't find the answer in the [documentation](https://kubevela.io/docs/),
-the next step is to ask it on the [github discussion](https://github.com/oam-dev/kubevela/discussions).
+the next step is to ask it on the [github discussion](https://github.com/kubevela/kubevela/discussions).
-It's important to us to help these users, and we'd love your help. You can help other KubeVela users by answering [their questions](https://github.com/oam-dev/kubevela/discussions).
+It's important to us to help these users, and we'd love your help. You can help other KubeVela users by answering [their questions](https://github.com/kubevela/kubevela/discussions).
### Your first contribution
Unsure where to begin contributing to KubeVela? Start by browsing issues labeled `good first issue` or `help wanted`.
-- [Good first issue](https://github.com/oam-dev/kubevela/labels/good%20first%20issue) issues are generally straightforward to complete.
-- [Help wanted](https://github.com/oam-dev/kubevela/labels/help%20wanted) issues are problems we would like the community to help us with regardless of complexity.
+- [Good first issue](https://github.com/kubevela/kubevela/labels/good%20first%20issue) issues are generally straightforward to complete.
+- [Help wanted](https://github.com/kubevela/kubevela/labels/help%20wanted) issues are problems we would like the community to help us with regardless of complexity.
If you're looking to make a code change, see how to set up your environment for [local development](contribute/developer-guide.md).
diff --git a/ISSUE_TRIAGE.md b/ISSUE_TRIAGE.md
index 151e9ab7a..e13568999 100644
--- a/ISSUE_TRIAGE.md
+++ b/ISSUE_TRIAGE.md
@@ -71,7 +71,7 @@ To get started with issue triage and finding issues that haven't been triaged yo
### Browse unlabeled issues
The easiest and straight forward way of getting started and finding issues that haven't been triaged is to browse
-[unlabeled issues](https://github.com/oam-dev/kubevela/issues?q=is%3Aopen+is%3Aissue+no%3Alabel) and starting from
+[unlabeled issues](https://github.com/kubevela/kubevela/issues?q=is%3Aopen+is%3Aissue+no%3Alabel) and starting from
the bottom and working yourself to the top.
### Subscribe to all notifications
@@ -95,7 +95,7 @@ to guide contributors to provide standard information that must be included for
### Standard issue information that must be included
-Given a certain [issue template]([template](https://github.com/oam-dev/kubevela/issues/new/choose)) have been used
+Given a certain [issue template]([template](https://github.com/kubevela/kubevela/issues/new/choose)) have been used
by the issue author or depending how the issue is perceived by the issue triage responsible, the following should
help you understand what standard issue information that must be included.
@@ -219,7 +219,7 @@ There's a minor typo/error/lack of information that adds a lot of confusion for
### Support requests and questions
-1. Kindly and politely direct the issue author to the [github discussion](https://github.com/oam-dev/kubevela/discussions)
+1. Kindly and politely direct the issue author to the [github discussion](https://github.com/kubevela/kubevela/discussions)
and explain that issue is mainly used for tracking bugs and feature requests.
If possible, it's usually a good idea to add some pointers to the issue author's question.
2. Close the issue and label it with `type/question`.
diff --git a/README.md b/README.md
index 527f9d22e..8cbd9c393 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,18 @@
-
+
Make shipping applications more enjoyable.
-
-[](https://goreportcard.com/report/github.com/oam-dev/kubevela)
+
+[](https://goreportcard.com/report/github.com/kubevela/kubevela)

-[](https://codecov.io/gh/oam-dev/kubevela)
-[](/LICENSE)
-[](https://github.com/oam-dev/kubevela/releases)
-[](https://www.tickgit.com/browse?repo=github.com/oam-dev/kubevela)
+[](https://codecov.io/gh/kubevela/kubevela)
+[](/LICENSE)
+[](https://github.com/kubevela/kubevela/releases)
+[](https://www.tickgit.com/browse?repo=github.com/kubevela/kubevela)
[](https://twitter.com/oam_dev)
[](https://artifacthub.io/packages/search?repo=kubevela)
[](https://bestpractices.coreinfrastructure.org/projects/4602)
diff --git a/charts/vela-core/README.md b/charts/vela-core/README.md
index f31592e4a..f71533f89 100644
--- a/charts/vela-core/README.md
+++ b/charts/vela-core/README.md
@@ -1,18 +1,18 @@
-
+
Make shipping applications more enjoyable.
-
-[](https://goreportcard.com/report/github.com/oam-dev/kubevela)
+
+[](https://goreportcard.com/report/github.com/kubevela/kubevela)

-[](https://codecov.io/gh/oam-dev/kubevela)
-[](/LICENSE)
-[](https://github.com/oam-dev/kubevela/releases)
-[](https://www.tickgit.com/browse?repo=github.com/oam-dev/kubevela)
+[](https://codecov.io/gh/kubevela/kubevela)
+[](/LICENSE)
+[](https://github.com/kubevela/kubevela/releases)
+[](https://www.tickgit.com/browse?repo=github.com/oam-dev/kubevela)
[](https://twitter.com/oam_dev)
[](https://artifacthub.io/packages/search?repo=kubevela)
[](https://bestpractices.coreinfrastructure.org/projects/4602)
diff --git a/charts/vela-minimal/README.md b/charts/vela-minimal/README.md
index b48f69cf2..6ddbf435d 100644
--- a/charts/vela-minimal/README.md
+++ b/charts/vela-minimal/README.md
@@ -1,18 +1,18 @@
-
+
Make shipping applications more enjoyable.
-
-[](https://goreportcard.com/report/github.com/oam-dev/kubevela)
+
+[](https://goreportcard.com/report/github.com/kubevela/kubevela)

-[](https://codecov.io/gh/oam-dev/kubevela)
-[](/LICENSE)
-[](https://github.com/oam-dev/kubevela/releases)
-[](https://www.tickgit.com/browse?repo=github.com/oam-dev/kubevela)
+[](https://codecov.io/gh/kubevela/kubevela)
+[](/LICENSE)
+[](https://github.com/kubevela/kubevela/releases)
+[](https://www.tickgit.com/browse?repo=github.com/oam-dev/kubevela)
[](https://twitter.com/oam_dev)
[](https://artifacthub.io/packages/search?repo=kubevela)
[](https://bestpractices.coreinfrastructure.org/projects/4602)
diff --git a/contribute/coding-conventions.md b/contribute/coding-conventions.md
index a1c0b4ba8..ee94c2a30 100644
--- a/contribute/coding-conventions.md
+++ b/contribute/coding-conventions.md
@@ -142,7 +142,7 @@ klog.InfoS("Reconcile application", "application", klog.KRef(req.Namespace, req.
### Logging Level
-[This file](https://github.com/oam-dev/kubevela/blob/master/pkg/controller/common/logs.go) contains KubeVela's log level,
+[This file](https://github.com/kubevela/kubevela/blob/master/pkg/controller/common/logs.go) contains KubeVela's log level,
you can set the log level by `klog.V(level)`.
```golang
diff --git a/design/vela-core/apply-workload-and-trait.md b/design/vela-core/apply-workload-and-trait.md
index 2f8ecd908..5a207fc74 100644
--- a/design/vela-core/apply-workload-and-trait.md
+++ b/design/vela-core/apply-workload-and-trait.md
@@ -2,7 +2,7 @@
- Owner: Yue Wang(@captainroy-hy), Jianbo Sun(@wonderflow)
- Date: 01/21/2021
-- Status: [Implemented](https://github.com/oam-dev/kubevela/pull/857)
+- Status: [Implemented](https://github.com/kubevela/kubevela/pull/857)
## Intro
diff --git a/docs/README.md b/docs/README.md
index cac4525ba..7a1194b11 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -2,5 +2,5 @@
Documentation website: https://kubevela.io/
-All docs of KubeVela are managed in [oam-dev/kubevela.io](https://github.com/oam-dev/kubevela.io) repo. Please refer
+All docs of KubeVela are managed in [kubevela/kubevela.io](https://github.com/kubevela/kubevela.io) repo. Please refer
to that repo for contributions.
\ No newline at end of file
diff --git a/hack/docgen/README.md b/hack/docgen/README.md
index 5b0e23c43..6b9840af8 100644
--- a/hack/docgen/README.md
+++ b/hack/docgen/README.md
@@ -1,31 +1,3 @@
# KubeVela.io CLI Reference Doc
-1. step up these two projects in the same folder.
-
-```shell
-$ tree -L 1
-.
-├── kubevela
-└── kubevela.io
-```
-
-2. Run generate command in kubevela root dir.
-
-```shell
-cd kubevela/
-go run ./hack/docgen/gen.go
-```
-
-3. Update more docs such as i18n zh
-
-```shell
-$ go run ./hack/docgen/gen.go ../kubevela.io/i18n/zh/docusaurus-plugin-content-docs/current/cli
-scanning rootPath of CLI docs for replace: ../kubevela.io/i18n/zh/docusaurus-plugin-content-docs/current/cli
-```
-
-4. Then you can check the difference in kubevela.io.
-
-```shell
-cd ../kubevela.io
-git status
-```
\ No newline at end of file
+Refer to [contribute docs in kubevela.io](http://kubevela.io/docs/contributor/cli-ref-doc) for more details.
\ No newline at end of file
diff --git a/hack/docgen/gen.go b/hack/docgen/gen.go
index b160efc57..a0fc1e8ca 100644
--- a/hack/docgen/gen.go
+++ b/hack/docgen/gen.go
@@ -28,11 +28,10 @@ import (
"strings"
"github.com/spf13/cobra"
+ "github.com/spf13/cobra/doc"
"github.com/oam-dev/kubevela/apis/types"
"github.com/oam-dev/kubevela/references/cli"
-
- "github.com/spf13/cobra/doc"
)
// PrintCLIByTag print custom defined index
@@ -88,7 +87,7 @@ func GenMarkdownTreeForIndex(cmd *cobra.Command, dir string) error {
return err
}
}
- _, err = io.WriteString(f, "###### Auto generated by [script in KubeVela](https://github.com/oam-dev/kubevela/tree/master/hack/docgen).")
+ _, err = io.WriteString(f, "###### Auto generated by [script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).")
if err != nil {
return err
}
@@ -144,8 +143,7 @@ func main() {
if lastIdx == 0 {
return nil
}
- lastL := lines[lastIdx]
- lines[lastIdx] = "#### Go Back to [CLI Commands](vela) Homepage.\n\n\n" + lastL + ", refer to [script in KubeVela](https://github.com/oam-dev/kubevela/tree/master/hack/docgen)."
+ lines[lastIdx] = "#### Go Back to [CLI Commands](vela) Homepage.\n\n\n###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen)."
// update the title format
title := strings.TrimPrefix(firstL, "## ")
diff --git a/pkg/cue/README.md b/pkg/cue/README.md
index d533d6839..72bba67a9 100644
--- a/pkg/cue/README.md
+++ b/pkg/cue/README.md
@@ -2,9 +2,9 @@
The following packages need to be tested without external/tool dependencies, So that the cue-sh/unity can do verification
-- github.com/oam-dev/kubevela/pkg/cue/definition
-- github.com/oam-dev/kubevela/pkg/cue/model
-- github.com/oam-dev/kubevela/pkg/cue/model/sets
-- github.com/oam-dev/kubevela/pkg/cue/process
-- github.com/oam-dev/kubevela/pkg/cue/task
-- github.com/oam-dev/kubevela/pkg/cue/packages
+- github.com/kubevela/kubevela/pkg/cue/definition
+- github.com/kubevela/kubevela/pkg/cue/model
+- github.com/kubevela/kubevela/pkg/cue/model/sets
+- github.com/kubevela/kubevela/pkg/cue/process
+- github.com/kubevela/kubevela/pkg/cue/task
+- github.com/kubevela/kubevela/pkg/cue/packages