We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329831e commit 273947cCopy full SHA for 273947c
docs/useCases.md
@@ -1070,7 +1070,7 @@ getDatasetAvailableCategories.execute(datasetId).then((categories: String[]) =>
1070
})
1071
```
1072
1073
-_See [use case](../src/files/domain/useCases/GetDatasetAvailableCategories.ts) implementation_.
+_See [use case](../src/datasets/domain/useCases/GetDatasetAvailableCategories.ts) implementation_.
1074
1075
The `datasetId` parameter is a number for numeric identifiers or string for persistent identifiers.
1076
0 commit comments