Skip to content

Commit d320d0b

Browse files
committed
fixed links
1 parent 987508e commit d320d0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The agent is installed using our [manual installation](https://redirection.io/do
4747

4848
This is a standard Ubuntu 20.04 image, with the distribution-provided nginx package, and [libnginx-mod-redirectionio installed from our deb repository, as explained in our documentation](https://redirection.io/documentation/developer-documentation/nginx-module#debian-and-apt-based-distributions).
4949

50-
It defines a single VirtualHost, [for which redirection is enabled](./services/nginx/etc/nginx/sites-enabled/default#L8-9).
50+
It defines a single VirtualHost, [for which redirection is enabled](./services/nginx/etc/nginx/sites-enabled/default#L8-L9).
5151

5252
### nginx-compiled
5353

@@ -61,8 +61,8 @@ This is what the [nginx Dockerfile](./services/nginx-compiled/Dockerfile) achiev
6161
* it downloads the redirection.io nginx module
6262
* it builds this module with the same configure arguments the installed `nginx` binary was configured
6363
* it moves the build module in the right folder
64-
* it [loads the module](./services/nginx/etc/nginx-compiled/nginx.conf#L7) in the nginx configuration
65-
* it [enables redirection.io for the server](./services/nginx-compiled/etc/nginx/nginx.conf#L34-35)
64+
* it [loads the module](./services/nginx-compiled/etc/nginx/nginx.conf#L7) in the nginx configuration
65+
* it [enables redirection.io for the server](./services/nginx-compiled/etc/nginx/nginx.conf#L34-L35)
6666

6767
## Help and troubleshooting
6868

0 commit comments

Comments
 (0)