Skip to content

Commit a4bec16

Browse files
authored
Fix broken links to static and proxy docs
These files were renamed to uppercase in #140 but the links were not updated. Signed-off-by: Oliver Byford <oliver.byford@digital.cabinet-office.gov.uk>
1 parent 2d5160e commit a4bec16

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Nginx-buildpack installs & runs the [Nginx web server](https://nginx.org/) insid
55
## Features
66

77
* Presets for specific use-cases
8-
- [Static sites](static.md)
9-
- [Local proxy to app servers](proxy.md)
8+
- [Static sites](STATIC.md)
9+
- [Local proxy to app servers](PROXY.md)
1010
* Complete control of Nginx config in `config/nginx.conf.erb`
1111
- [`erb` template](https://github.com/ruby/erb) supports dynamic config at start-up
1212
- see [Nginx docs](https://nginx.org/en/docs/)
@@ -26,19 +26,19 @@ These are auto-selected based on the app's stack at build time.
2626

2727
With Nginx's flexibility, it can be configured & used for many different purposes. See the documentation for the mode you wish to use.
2828

29-
### [Static sites](static.md)
29+
### [Static sites](STATIC.md)
3030

31-
HTTP server for websites and single page apps. [[docs](static.md)]
31+
HTTP server for websites and single page apps. [[docs](STATIC.md)]
3232

33-
### [Local proxy](proxy.md)
33+
### [Local proxy](PROXY.md)
3434

35-
HTTP proxy to an app server running in the same dyno, via UNIX domain sockets. [[docs](proxy.md)]
35+
HTTP proxy to an app server running in the same dyno, via UNIX domain sockets. [[docs](PROXY.md)]
3636

3737
_Proxy is the original buildpack mode that is enabled by default, if the `config/nginx.conf.erb` file is not added to app source._
3838

3939
### Solo mode (deprecated)
4040

41-
This mode has been superceeded by [Static mode](static.md).
41+
This mode has been superceeded by [Static mode](STATIC.md).
4242

4343
## Custom Nginx usage
4444

0 commit comments

Comments
 (0)