Skip to content

Commit

Permalink
perf(docs): change url about website and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneLiuXe committed Jan 14, 2024
1 parent 2bd793d commit 55addee
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ body:
attributes:
label: Your contribution
description: |
Is there any way that you could help, e.g. by submitting a PR? Make sure to read the [developer guide](https://docs.beiming.cloud/en/developer-guide/structure-and-guidelines.html).
Is there any way that you could help, e.g. by submitting a PR? Make sure to read the [developer guide](https://docs.bmwu.cloud/en/developer-guide/structure-and-guidelines.html).
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ body:
attributes:
label: Description
description: |
We sincerely suggest you to carefully read the [documentation](https://docs.beiming.cloud/en/overview/system-overview.html) of our project. After that, if you still feel puzzled, please describe the question clearly under this issue.
We sincerely suggest you to carefully read the [documentation](https://docs.bmwu.cloud/en/overview/system-overview.html) of our project. After that, if you still feel puzzled, please describe the question clearly under this issue.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Pre-Submission Checklist
<!--- Put an `x` in the boxes as follows. --->
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [ ] Have you followed the commit format and configured the hooks as outlined in the [development standards](https://docs.beiming.cloud/en/developer-guide/structure-and-guidelines.html#development-standards)?
- [ ] Have you followed the commit format and configured the hooks as outlined in the [development standards](https://docs.bmwu.cloud/en/developer-guide/structure-and-guidelines.html#development-standards)?
- [ ] Was this discussed/approved via a Github issue? Please provide a link
to the issue.
- [ ] If you modified the backend project, have you passed the relevant tests in `backend/tests`?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Structure and Guidelines

The Beimingwu system adopts a `Monorepo` code management approach, and the [code repository](https://github.com/Learnware-LAMDA/Beiming-System) contains four sub-projects:
The Beimingwu system adopts a `Monorepo` code management approach, and the [code repository](https://gitee.com/beimingwu/beimingwu) contains four sub-projects:
- **Frontend**: Provides the interface and functionality for user interaction with the learnware dock system, including the main system and administrator system.
- **Backend**: Responsible for handling dock system's operation logic and data operations, ensuring system stability and high performance.
- **Docs**: Maintains system documentation, including user guides, development guides, etc., ensuring system usability.
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/overview/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pip install learnware==0.2.0.9 -i https://pypi.tuna.tsinghua.edu.cn/simple

## Install from Source Code

The source code for the `learnware` package is also available on both [Gitee](https://gitee.com/Learnware-LAMDA/Learnware) and [Github](https://github.com/Learnware-LAMDA/Learnware) platforms. Users can download the source code from either platform for installation. Here is an example when using the Github platform:
The source code for the `learnware` package is also available on [Gitee](https://gitee.com/beimingwu/beimingwu) platform. Users can download the source code from either platform for installation. Here is an example when using the Github platform:
```bash
git clone https://github.com/Learnware-LAMDA/Learnware.git
git clone https://gitee.com/beimingwu/beimingwu
cd Learnware
git fetch origin main
git checkout main
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 项目结构与开发规范

北冥坞系统采用了 `Monorepo` 的代码管理方式,[代码仓库](https://github.com/Learnware-LAMDA/Beiming-System)中一共包含四个子项目:
北冥坞系统采用了 `Monorepo` 的代码管理方式,[代码仓库](https://gitee.com/beimingwu/beimingwu)中一共包含四个子项目:
- **前端**:提供了用户与系统交互的界面和功能,包括主系统和管理员系统。
- **后端**:负责处理系统的运行逻辑和数据操作,确保系统的稳定性和高性能。
- **系统文档**:维护系统的文档,包括用户指南、开发指南等,确保系统的易用性。
Expand Down
4 changes: 2 additions & 2 deletions docs/content/zh-CN/overview/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pip install learnware==0.2.0.9 -i https://pypi.tuna.tsinghua.edu.cn/simple

## 通过源码安装

`learnware` 包的源代码同时发布在 [Gitee](https://gitee.com/Learnware-LAMDA/Learnware)[Github](https://github.com/Learnware-LAMDA/Learnware) 平台上,用户也可以从任一平台下载源代码进行安装。以 Github 平台为例:
`learnware` 包的源代码发布在 [Gitee](https://gitee.com/beimingwu/beimingwu) 平台上,用户也可以从任一平台下载源代码进行安装。以 Github 平台为例:
```bash
git clone https://github.com/Learnware-LAMDA/Learnware.git
git clone https://gitee.com/beimingwu/beimingwu
cd Learnware
git fetch origin main
git checkout main
Expand Down

0 comments on commit 55addee

Please sign in to comment.