Skip to content

Commit 563a2cb

Browse files
authored
Update orms.md (#56)
1 parent 2050c49 commit 563a2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/orms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In order to effectively use the extended models, you need to update the models.p
4141

4242
#### Using extended model
4343

44-
In order use the class ExtendedJob, we will need to extend the register. The example below extends the JobRegister and edits the create_job function to create the ExtendedJob and includes setting the value for the new parameter. You will need to version the database in order for the new model to work, and additionally add the NewJobsRegister to the app instance [See Registers](/guide/registers/).
44+
In order use the class ExtendedJob, we will need to extend the register. The example below extends the JobRegister and edits the create_job function to create the ExtendedJob and includes setting the value for the new parameter. You will need to version the database in order for the new model to work, and additionally add the NewJobsRegister to the app instance [See Registers](/openeo-fastapi/guide/registers/).
4545

4646
...
4747
from openeo_fastapi.client.jobs import JobsRegister

0 commit comments

Comments
 (0)