Skip to content

Commit 3a6a5bb

Browse files
authored
Merge branch 'master' into feat/internal/from_executor
2 parents 3a459ae + 6ab6be3 commit 3a6a5bb

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

DOCS.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In order to run a build in Vela, you'll need to add a repo to the locally runnin
9393
<p>
9494

9595
1. Navigate to the `Source Repositories` page @ http://localhost:8888/account/source-repos
96-
* For convenience, you can reference our documentation to [learn how to enable a repo](https://go-vela.github.io/docs/usage/getting-started/enable_repo/).
96+
* For convenience, you can reference our documentation to [learn how to enable a repo](https://go-vela.github.io/docs/usage/enable_repo/).
9797

9898
2. Click the blue drop down arrow on the left side next to the org that contains the repo you want to enable.
9999

@@ -115,8 +115,8 @@ In order to run a build in Vela, you'll need to add a pipeline to the repo that
115115
<details><summary>click to reveal content</summary>
116116
<p>
117117

118-
1. Create a Vela [pipeline](https://go-vela.github.io/docs/concepts/pipeline/) to define a workflow for Vela to run.
119-
* For conveinence, you can reference our documentation to use [one of our sample pipelines](https://go-vela.github.io/docs/usage/samples/).
118+
1. Create a Vela [pipeline](https://go-vela.github.io/docs/tour/) to define a workflow for Vela to run.
119+
* For conveinence, you can reference our documentation to use [one of our example pipelines](https://go-vela.github.io/docs/usage/examples/).
120120

121121
2. Add the pipeline to the repo that was enabled above.
122122

@@ -158,24 +158,18 @@ The `server` Docker compose service hosts the Vela server and API.
158158

159159
This component is used for processing web requests and managing resources in the database and publishing builds to the FIFO queue.
160160

161-
For more information, please review [the official documentation](https://go-vela.github.io/docs/concepts/infrastructure/server/).
162-
163161
### Worker
164162

165163
The `worker` Docker compose service hosts the Vela build daemon.
166164

167165
This component is used for pulling builds from the FIFO queue and executing them based off their configuration.
168166

169-
For more information, please review [the official documentation](https://go-vela.github.io/docs/concepts/infrastructure/worker/).
170-
171167
### UI
172168

173169
The `ui` Docker compose service hosts the Vela UI.
174170

175171
This component is used for providing a user-friendly interface for triggering actions in the Vela system.
176172

177-
For more information, please review [the official documentation](https://go-vela.github.io/docs/concepts/infrastructure/ui/).
178-
179173
### Redis
180174

181175
The `redis` Docker compose service hosts the Redis database.

0 commit comments

Comments
 (0)