Skip to content

Commit fbeab0b

Browse files
authored
Merge pull request #4 from zhengkai6/typo_fix_md_url_20250528
update md url github & docker action
2 parents 26ea8ec + 430aa64 commit fbeab0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /features/devops
1414

1515
Which will generate build system info and template file, then render to prompt
1616

17-
impl code: [GenerateGitHubActionsAction](https://github.com/unit-mesh/auto-dev/blob/master/src/main/kotlin/cc/unitmesh/genius/actions/GenerateGitHubActionsAction.kt)
17+
impl code: [GenerateGitHubActionsAction](https://github.com/unit-mesh/auto-dev/blob/v1.8.11/src/main/kotlin/cc/unitmesh/devti/actions/GenerateGitHubActionsAction.kt)
1818

1919
```kotlin
2020
val githubActions = BuildSystemProvider.guess(project);
@@ -27,7 +27,7 @@ val template = templateRender.getTemplate("generate-github-action.vm")
2727

2828
Which will generate build system info and template file, then render to prompt
2929

30-
impl code: [GenerateDockerfileAction](https://github.com/unit-mesh/auto-dev/blob/master/src/main/kotlin/cc/unitmesh/genius/actions/GenerateDockerfileAction.kt)
30+
impl code: [GenerateDockerfileAction](https://github.com/unit-mesh/auto-dev/blob/v1.8.11/src/main/kotlin/cc/unitmesh/devti/actions/GenerateDockerfileAction.kt)
3131

3232
```kotlin
3333
val dockerContexts = BuildSystemProvider.guess(project)

0 commit comments

Comments
 (0)