Rename scripting file

In order to add the more scripting examples, it makes sense to rename
this file and avoid confusion.
This commit is contained in:
Anderson Mesquita 2018-06-04 11:48:30 +02:00
parent 9047c4f2a5
commit 4fdc3d9e15
2 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ handler functions in the module scope. For instance, here is a complete script
that adds a header to every request.
{{< example src="examples/addons/scripting.py" lang="py" >}}
{{< example src="examples/addons/scripting-headers.py" lang="py" >}}