Skip to content

Commit e9d7f4b

Browse files
committed
fix image
1 parent 40e3e0f commit e9d7f4b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/reference/scripting-languages/painless/how-painless-dispatches-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before diving into the dispatch process, here a brief definition of the main con
2121
* **Arity:** The number of parameters the method accepts. In `s.foo(a, b)` the arity is 2
2222
* **Dispatch:** The process of determining which method implementation to execute based on the receiver, name, and arity
2323

24-
:::{image} ../../images/painless/painless-method-dispatching.png
24+
:::{image} images/painless-method-dispatching.png
2525
:alt: Flowchart showing five steps: s.foo, receiver, name, arity, and execute method
2626
:width: 250px
2727
:::

0 commit comments

Comments
 (0)