From c80f65aa109febfb46f30e9a39ec1cd3beb314ff Mon Sep 17 00:00:00 2001 From: Miykaelxxm Date: Wed, 2 Mar 2022 12:56:40 +0800 Subject: [PATCH] fix intellij_idea path error --- .codechina-ci.yml | 1 - docs/en/vscode_ide.md | 8 ++++---- docs/vscode_ide.md | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index aae6bdc..5a6173b 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -8,7 +8,6 @@ pages: script: - yarn install # npm install - yarn add -D vuepress # npm install -D vuepress - - yarn dev - yarn docs:build # npm run docs:build - mv docs/.vuepress/dist public artifacts: diff --git a/docs/en/vscode_ide.md b/docs/en/vscode_ide.md index 52c9d84..8c390f2 100644 --- a/docs/en/vscode_ide.md +++ b/docs/en/vscode_ide.md @@ -28,11 +28,11 @@ $ git clone https://github.com/spring-guides/gs-rest-service.gitCOPY With IntelliJ IDEA up and running, click **Import Project** on the **Welcome Screen**, or **File | Open** on the main menu: -![spring_guide_welcome_import](./intellij-idea/spring_guide_welcome_import.png) +![spring_guide_welcome_import](./intellij_idea/spring_guide_welcome_import.png) In the pop-up dialog make sure to select either [Maven](https://spring.io/guides/gs/maven)'s **pom.xml** or [Gradle](https://spring.io/guides/gs/gradle)'s **build.gradle** file under the **complete** folder: -![spring_guide_select_gradle_file](./intellij-idea/spring_guide_select_gradle_file.png) +![spring_guide_select_gradle_file](./intellij_idea/spring_guide_select_gradle_file.png) IntelliJ IDEA will create a project with all the code from the guide ready to run. @@ -40,7 +40,7 @@ IntelliJ IDEA will create a project with all the code from the guide ready to ru In case you’d like to start with an empty project and copy-and-paste your way through the guide, create a new **Maven** or **Gradle** project in the **Project Wizard**: -![spring_guide_new_project](./intellij-idea/spring_guide_new_project.png) +![spring_guide_new_project](./intellij_idea/spring_guide_new_project.png) ## See Also @@ -48,4 +48,4 @@ The following guide may also be helpful: - [Working a Getting Started guide with STS](https://spring.io/guides/gs/sts/) -原文链接: https://spring.io/guides/gs/intellij-idea/ \ No newline at end of file +原文链接: https://spring.io/guides/gs/intellij_idea/ \ No newline at end of file diff --git a/docs/vscode_ide.md b/docs/vscode_ide.md index 709a730..b1c60ca 100644 --- a/docs/vscode_ide.md +++ b/docs/vscode_ide.md @@ -48,4 +48,4 @@ IntelliJ IDEA 将创建一个项目,其中包含准备运行的指南中的所 - [使用 STS 编写入门指南](https://spring.io/guides/gs/sts/)https://spring.io/guides/gs/sts/) -原文链接: https://spring.io/guides/gs/intellij-idea/ \ No newline at end of file +原文链接: https://spring.io/guides/gs/intellij_idea/ \ No newline at end of file -- GitLab