Fix dead link in docs

This commit is contained in:
eikek 2021-07-17 13:16:46 +02:00
parent cd304bcff7
commit 88496e792a
2 changed files with 2 additions and 2 deletions

View File

@ -917,7 +917,7 @@ improvements for processing files.
upload the file into memory for nothing if something fails (e.g. the upload the file into memory for nothing if something fails (e.g. the
source doesn't exist) source doesn't exist)
- Re-process files. A - Re-process files. A
[route](https://docspell.org/openapi/docspell-openapi.html#api-Item-secItemItemIdReprocessPost) [route](https://docspell.org/openapi/docspell-openapi.html#operation/sec-item-start-reprocess)
has been added that submits files for re-processing. It is possible has been added that submits files for re-processing. It is possible
to re-process some files of an item or all. There is no UI for this to re-process some files of an item or all. There is no UI for this
for now. You'd need to run `curl` or something manually to trigger for now. You'd need to run `curl` or something manually to trigger

View File

@ -788,5 +788,5 @@ addCommandAlias(
"restapi/openapiLint; joexapi/openapiLint; scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check" "restapi/openapiLint; joexapi/openapiLint; scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check"
) )
addCommandAlias("fix", "Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll") addCommandAlias("fix", "Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll")
addCommandAlias("make-website", ";website/clean ;website/zolaBuild") addCommandAlias("make-website", ";website/clean ;website/zolaBuild ;website/zolaCheck")
addCommandAlias("publish-website", "website/publishToGitHubPages") addCommandAlias("publish-website", "website/publishToGitHubPages")