Skip to content

Commit 31f4ca5

Browse files
committed
Updated URL
1 parent 3c9dffb commit 31f4ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/os2forms_webform_maps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The module can be installed using the standard Drupal installation procedure.
1919

2020
Assume that we have a webform with ID `my_webform` and the webform has a Map element with ID `my_map`. We can then fetch
2121
the data for a submission with UUID `c34d01c5-7bd9-4b15-8b01-5787959453c0` on the webform with a HTTP `GET` request (cf.
22-
[OS2Forms REST API](https://github.com/itk-dev/os2forms_rest_api/blob/main/README.md)):
22+
[OS2Forms REST API](https://github.com/OS2Forms/os2forms_rest_api/blob/main/README.md)):
2323

2424
``` shell name=api-fetch-submission-data
2525
curl --silent --location --header 'api-key: my-api-key' http://127.0.0.1:8000/webform_rest/my_webform/submission/c34d01c5-7bd9-4b15-8b01-5787959453c0

0 commit comments

Comments
 (0)