Skip to content

Commit a104945

Browse files
committed
Fix broken link
1 parent 369480c commit a104945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ myst:
1111

1212
# Schemas
1313

14-
[Zope schemas](https://zopeschema.readthedocs.io) are a database-neutral and form-library-neutral way to describe Python data models.
14+
[Zope schemas](https://zopeschema.readthedocs.io/en/latest/) are a database-neutral and form-library-neutral way to describe Python data models.
1515
Schemas extend the notion of interfaces to detailed descriptions of attributes (but not methods).
1616
Every schema is an interface and specifies the public fields of an object.
1717
A field roughly corresponds to an attribute of a Python object.

0 commit comments

Comments
 (0)