fix: 📝 Fix incorrect path in changelog

This commit is contained in:
Jesse Wierzbinski 2025-05-13 14:56:06 +02:00
parent 71c691fe08
commit e56b1c407d
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ This page lists changes since Working Draft 3. {{ className: 'lead' }}
- Modified how URIs and references to other entities are handled:
- The `uri` field has been removed from all entities.
- Every field that used to be a URI now uses that entity's `id` field.
- New endpoints have been defined under `/_versia/v0.6/` to fetch entities by their `id`.
- New endpoints have been defined under `/.versia/v0.6/` to fetch entities by their `id`.
- Added [References](/types#reference) as a way to refer to other entities.
## Since WD 4