Skip to content

Commit 59f4d72

Browse files
Merge pull request #633 from ruiyinchen/patch-1
fix the the Getting started link in contribute.md
2 parents 3d74da7 + 80c0c40 commit 59f4d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contribute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The goal of the community is to develop a volcano system which is useful for run
3131

3232
# Getting started
3333

34-
- Read the [get started](docs/development/perepare-for-development.md) for developing code for Volcano
35-
- Read the [setup](docs/development/development.md) for build/deploy instructions.
34+
- Read the [get started](https://github.com/volcano-sh/volcano/blob/master/docs/development/prepare-for-development.md) for developing code for Volcano
35+
- Read the [setup](https://github.com/volcano-sh/volcano/blob/master/docs/development/development.md) for build/deploy instructions.
3636

3737

3838
# Your First Contribution
@@ -139,4 +139,4 @@ The location of the test code varies with type, as do the specifics of the envir
139139
* Integration: These tests cover interactions of package components or interactions between Volcano components and Kubernetes control plane components like API server.
140140
* End-to-end ("e2e"): These are broad tests of overall system behavior and coherence. The e2e tests are in [Volcano e2e](https://github.com/volcano-sh/volcano/tree/master/test/e2e).
141141

142-
Continuous integration will run these tests on PRs.
142+
Continuous integration will run these tests on PRs.

0 commit comments

Comments
 (0)