You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/index.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Building your package
4
4
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/).*
6
6
7
7
**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.*
8
8
@@ -14,7 +14,7 @@ cd ~/nginx-build
14
14
docker run --name=nginx-build -dit -v $PWD:/root/data virtubox/nginx-build bash
15
15
```
16
16
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.
18
18
19
19
3. Enter the container.
20
20
@@ -69,7 +69,7 @@ Github links, modify the changelog and create the whole directory structure at `
69
69
cd~/PPA/nginx/nginx-1.22.1
70
70
```
71
71
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/)
0 commit comments