Skip to content

Commit 8ec4f0b

Browse files
authored
doc: Redraw directives png (#2353)
1 parent 55f55ef commit 8ec4f0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ Directives
11841184
The basic building blocks of scripting Nginx with Lua are directives. Directives are used to specify when the user Lua code is run and
11851185
how the result will be used. Below is a diagram showing the order in which directives are executed.
11861186

1187-
![Lua Nginx Modules Directives](https://cloud.githubusercontent.com/assets/2137369/15272097/77d1c09e-1a37-11e6-97ef-d9767035fc3e.png)
1187+
![Lua Nginx Modules Directives](./doc/images/lua_nginx_modules_directives.drawio.png)
11881188

11891189
[Back to TOC](#table-of-contents)
11901190

Loading

0 commit comments

Comments
 (0)