Skip to content

Commit 278da1a

Browse files
committed
Fixedd the links to the constants
1 parent 29d8ae3 commit 278da1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ form data are valid.
128128
Returns `True` if mosparo determined the form as valid. The difference to `is_submittable()` is, that this
129129
is the original result from mosparo, while `is_submittable()` also checks if the verification was done correctly.
130130

131-
#### `get_verified_fields()`: list (see Constants)
131+
#### `get_verified_fields()`: list (see [Constants](#constants))
132132

133133
Returns an array with all verified field keys.
134134

135-
#### `get_verified_field(key)`: string (see Constants)
135+
#### `get_verified_field(key)`: string (see [Constants](#constants))
136136

137137
Returns the verification status of one field.
138138

0 commit comments

Comments
 (0)