Skip to content

Commit a774f70

Browse files
Merge pull request #193 from eruvanos/pydom
Replace link to some not existing pydom module
2 parents 520f6db + 21e33aa commit a774f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are currently two ways to interact with the DOM:
1010

1111
1. Through the [foreign function interface](#ffi) (FFI) to interact with objects found
1212
in the browser's `globalThis` or `document` objects.
13-
2. Through the [`pydom` module](#pydom) that acts as a Pythonic wrapper around
13+
2. Through the [`pyscript.web` module](#pyscriptweb) that acts as a Pythonic wrapper around
1414
the FFI and comes as standard with PyScript.
1515

1616
## FFI

0 commit comments

Comments
 (0)