Skip to content

Commit 8246dca

Browse files
authored
Update link to farmOS.org api.
1 parent f13afa0 commit 8246dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/client_2x.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The farmOS 2.x API uses the JSON:API module included with Drupal core, which
66
follows the [JSON:API](https://jsonapi.org/) specification for defining API
77
resources. More info on the farmOS 2.x api
8-
[here](https://2x.farmos.org/development/api/).
8+
[here](https://farmos.org/development/api/).
99

1010
Any resource on a farmOS 2.x server can be interacted via the
1111
`farm_client.resource` namespace in the farmOS.py client. The following methods
@@ -244,4 +244,4 @@ response = farm_client.term.send('plant_type', {"attributes": {"name": "Corn"}})
244244

245245
```python
246246
farm_client.term.delete('plant_type', "a260441b-2553-4715-83ee-3ac08a6b85f0")
247-
```
247+
```

0 commit comments

Comments
 (0)