Skip to content

Commit a966e75

Browse files
authored
Update REST-API-usage.md: Typo in link
1 parent 7c6f9b2 commit a966e75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/REST-API-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Each `context` type object has to have three attributes: `objects`, `attributes`
151151
```
152152

153153
### Context file
154-
`context_file` allows to send a whole context as string in any file format recognised by conexp-clj. Some more details about those formats can be found [here](Common-FCA-File-Formats-for-Formal-Contexts).
154+
`context_file` allows to send a whole context as string in any file format recognised by conexp-clj. Some more details about those formats can be found [here](Common-FCA-File-Formats-for-Formal-Contexts.org).
155155

156156
### Many valued context
157157

@@ -286,4 +286,4 @@ Each concept is a list with two lists of their own, the intent and extend. Which
286286
Each response has a `status`. There are currently three values `status` can take based on http status codes:
287287
- `200` everything went fine
288288
- `204` the return value is `null` despite no error
289-
- `400` errors occured
289+
- `400` errors occured

0 commit comments

Comments
 (0)