Skip to content

Commit da9c37b

Browse files
authored
Fix broken link. (#169)
1 parent 1b8742c commit da9c37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static-typing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ htpy elements, fragments and context objects provides are "renderable". The `Ren
5454
The `Renderable` protocol defines these methods:
5555

5656
- `.__str__()` - render as a HTML string by calling `str()`
57-
- `.__html__()` - render as a HTML string that is safe to use as markup. This makes it possible to directly embed a `Renderable` object in [Django/Jinja templates](django.md#using-htpy-as-part-of-an-existing-django-template).
57+
- `.__html__()` - render as a HTML string that is safe to use as markup. This makes it possible to directly embed a `Renderable` object in [Django/Jinja templates](./how-to/django.md#using-htpy-as-part-of-an-existing-django-template).
5858
- `.iter_chunks()` - stream the contents as string "chunks". See [Streaming](streaming.md) for more information.
5959

6060
All `Renderable`'s are also `Node`'s and can always be used as a child element. You can use this to write reusable components that can be used as a child node but also be rendered by themselves or embedded into a Django or Jinja template:

0 commit comments

Comments
 (0)