Skip to content

Commit d7c8539

Browse files
committed
Update links
1 parent 98aebfa commit d7c8539

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ This his why Bazooka was created.
1616

1717
Bazooka uses Docker as a runtime and extension mechanism.
1818

19-
In Bazooka, everything is a plugin, and every plugin is a Docker container. You can read more about our [plugin architecture here](http://docs.bazooka-ci.io/internals/plugin_architecture.md)
19+
In Bazooka, everything is a plugin, and every plugin is a Docker container. You can read more about our [plugin architecture here](internals/plugin_architecture.md)

home/build_configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ env:
5959

6060
In the example above, during the build, two environment variables `X` and `Y` will be available and set to `42` and `true` respectively.
6161

62-
It is also possible to use [secured environment variables](http://docs.bazooka-ci.io/home/secured_variables.html).
62+
It is also possible to use [secured environment variables](../home/secured_variables.html).
6363

6464
### Environment variables permutations
6565

6666
You can specify multiple values for a single environment variable by repeating the variable assignement.
67-
Bazooka will the automatically generate all the possible [permutations](http://docs.bazooka-ci.io/home/permutations.html).
67+
Bazooka will the automatically generate all the possible [permutations](../home/permutations.html).
6868

6969
```yaml
7070
env:
@@ -87,7 +87,7 @@ This allow you to make sure your project works with different configurations.
8787

8888
## Matrix
8989

90-
The `matrix` allows you to have a finer control over the generated [permutations](http://docs.bazooka-ci.io/home/permutations.html).
90+
The `matrix` allows you to have a finer control over the generated [permutations](../home/permutations.html).
9191
At this time, only `exclude` parameter is supported and lets you exclude some specific possible permutations.
9292

9393
```yaml
@@ -99,7 +99,7 @@ matrix:
9999
```
100100

101101

102-
More details on the [permutation page](http://docs.bazooka-ci.io/home/permutations.html)
102+
More details on the [permutation page](../home/permutations.html)
103103

104104
## Archiving
105105

@@ -144,4 +144,4 @@ services:
144144
- mongodb
145145
```
146146

147-
More details on the [services page](http://docs.bazooka-ci.io/home/services.html)
147+
More details on the [services page](../home/services.html)

home/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bzk project create bazooka git \
2121
[email protected]:bazooka-ci/bazooka.git ~/.ssh/id_github
2222
```
2323

24-
The private SCM Key is optional. If none is provided, Bazooka will try to use the default SCM Key provided during [Bazooka installation](http://docs.bazooka-ci.io/home/installation.html)
24+
The private SCM Key is optional. If none is provided, Bazooka will try to use the default SCM Key provided during [Bazooka installation](../home/installation.html)
2525

2626
### Register a new project with the Web Interface
2727

@@ -36,7 +36,7 @@ The private SCM Key is optional. If none is provided, Bazooka will try to use th
3636
As described in our philosophy, the configuration of your bazooka build is versioned alongside your code.
3737

3838
Create a `.bazooka.yml` file and commit it in your repository.
39-
The format of this file is described in detail in the section [Configure your build](http://docs.bazooka-ci.io/home/build_configuration.html)
39+
The format of this file is described in detail in the section [Configure your build](../home/build_configuration.html)
4040

4141
## Step 4: Trigger your first build
4242

0 commit comments

Comments
 (0)