Skip to content

Commit 1df3243

Browse files
sosyzrobinv8
authored andcommitted
fix: update repository links from incubator to main Answer project
1 parent 9c5ab9f commit 1df3243

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Create Answer Plugin
22

3-
This tool is used to create a new plugin for the [Answer](https://github.com/apache/incubator-answer) project.
3+
This tool is used to create a new plugin for the [Answer](https://github.com/apache/answer) project.
44

55
## Usage
66

bin/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const createReadme = async ({ pluginName, targetPath }) => {
126126
}
127127
const installGoMod = async ({ packageName }) => {
128128
process.chdir(path.resolve(process.cwd(), packageName))
129-
await exec(`go mod init github.com/apache/incubator-answer-plugins/${packageName} && go mod tidy`)
129+
await exec(`go mod init github.com/apache/answer-plugins/${packageName} && go mod tidy`)
130130
}
131131

132132
const installNpm = async () => {

template/plugin.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package answer
22
import (
33
"embed"
4-
"github.com/apache/incubator-answer/plugin"
4+
"github.com/apache/answer/plugin"
55

6-
"github.com/apache/incubator-answer-plugins/util"
6+
"github.com/apache/answer-plugins/util"
77
)
88

99
//go:embed info.yaml

0 commit comments

Comments
 (0)