From 877405abc365997dbe9e709b457a42df15f07486 Mon Sep 17 00:00:00 2001 From: Jagger Wang Date: Sun, 4 Feb 2024 18:14:56 +0800 Subject: [PATCH] Update readme --- backend/README.md | 2 +- frontend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index bbd3210a..33c7721e 100644 --- a/backend/README.md +++ b/backend/README.md @@ -99,4 +99,4 @@ Now you can access the backend service at `http://localhost:8080/`. ## Coding Standards -The code you contribute should follow the guidelines of [Alibaba Java Coding Guidelines](https://github.com/alibaba/Alibaba-Java-Coding-Guidelines). There also have checking plugins for most popular IDEs, such as Intellij IDEA, VS Code etc., you can search "Alibaba Java Coding Guidelines" in each's IDE's plugin repository. There should be no `BLOCKER` and `CRITICAL` error in the code you contribute, excepting for naming error like `DTO`, `BO` etc. \ No newline at end of file +The code you contribute should follow the guidelines of [Alibaba Java Coding Guidelines](https://github.com/alibaba/Alibaba-Java-Coding-Guidelines). There also have checking plugins for most popular IDEs, such as Intellij IDEA, VS Code etc., you can search "Alibaba Java Coding Guidelines" in each's IDE's plugin repository. There should be no `BLOCKER` and `CRITICAL` error in the code you contribute, excepting for naming error like `DTO`, `BO` etc. diff --git a/frontend/README.md b/frontend/README.md index d4a05dac..8372b0e3 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -23,4 +23,4 @@ For more information, refer to `.ops/**/frontend-deployment.yml` - [vue](https://vuejs.org/) - [vite](https://vitejs.dev/) - [typescript](https://www.typescriptlang.org/) -- [vben admin](https://github.com/vbenjs/vue-vben-admin/) +- [vben admin](https://github.com/vbenjs/vue-vben-admin/) \ No newline at end of file