Skip to content

Commit dfa0630

Browse files
committed
Update documentation links
1 parent 397a126 commit dfa0630

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Building your package
44

5-
**WARNING:** *Before starting go through the links on the [reference page](https://github.com/WordOps/nginx-build/wiki/References).*
5+
**WARNING:** *Before starting go through the links on the [reference page](https://wordops.github.io/nginx-build/reference/).*
66

77
**NOTE:** *This guide is for building the version 1.22.1 of Nginx. You might need to change the commands according to the latest stable version of Nginx.*
88

@@ -14,7 +14,7 @@ cd ~/nginx-build
1414
docker run --name=nginx-build -dit -v $PWD:/root/data virtubox/nginx-build bash
1515
```
1616

17-
2. Copy the GPG keys(both public and private) to `~/nginx-build` and if you don't have one, you can check [here](https://github.com/WordOps/nginx-build/wiki/Generating-GPG-Keys), how to create one.
17+
2. Copy the GPG keys(both public and private) to `~/nginx-build` and if you don't have one, you can check [here](https://wordops.github.io/nginx-build/GPG-keys-help/), how to create one.
1818

1919
3. Enter the container.
2020

@@ -69,7 +69,7 @@ Github links, modify the changelog and create the whole directory structure at `
6969
cd ~/PPA/nginx/nginx-1.22.1
7070
```
7171

72-
9. Start the packaging with the GPG keys that you have exported. If in doubt about GPGKEY, you can check [this page.](https://github.com/WordOps/nginx-build/wiki/Generating-GPG-Keys)
72+
9. Start the packaging with the GPG keys that you have exported. If in doubt about GPGKEY, you can check [this page.](https://wordops.github.io/nginx-build/GPG-keys-help/)
7373

7474
```bash
7575
debuild -S -sd -k97BAD476
@@ -145,4 +145,4 @@ dput ppa:virtubox/nginx nginx_1.22.1-1ppa~stable~ubuntu20.04.1_source.changes
145145
dput ppa:virtubox/nginx nginx_1.22.1-1ppa~stable~ubuntu22.04.1_source.changes
146146
```
147147

148-
You have to upload an indivual nginx package for each Ubuntu release you want to support.
148+
You have to upload an indivual nginx package for each Ubuntu release you want to support.

0 commit comments

Comments
 (0)