Skip to content

Commit d606afe

Browse files
committed
Fix broken link in contributing guide
1 parent b99b561 commit d606afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Configure nginx so that it is a fastcgi proxy to php-fpm. You will then run
9797

9898
Nginx should be pointed at the [src/main.php](./src/main.php) file for all
9999
requests. A sample config exists at
100-
[etc/nginx-vhost-sample.conf](./etc/nginx-vhost.sample.conf).
100+
[etc/nginx-vhost-sample.conf](./etc/nginx-vhost-sample.conf).
101101

102102
MariaDB should be configured with the `TRADITIONAL,NO_AUTO_VALUE_ON_ZERO` modes.
103103
A sample configuration can be found at

0 commit comments

Comments
 (0)