Skip to content

Commit 83fee5e

Browse files
authored
Merge pull request #238 from wallysilva/patch-1
FIX: Fixed a broken link
2 parents bd891dd + 80ed4cb commit 83fee5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/draw.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Draw is a dialect (DSL) of Red language that provides a simple declarative way to specify 2D drawing operations. Such operations are expressed as lists of ordered commands (using blocks of values), which can be freely constructed and changed at run-time.
1111

12-
Draw blocks can be rendered directly on top of an image using the `draw` function, or inside a View face using the `draw` facet (see link:view.html[View documentation]).
12+
Draw blocks can be rendered directly on top of an image using the `draw` function, or inside a View face using the `draw` facet (see link:view.adoc[View documentation]).
1313

1414
== Draw commands
1515

0 commit comments

Comments
 (0)