fix docs index page and public upload flow

This commit is contained in:
Michael Barz
2020-10-01 13:43:27 +02:00
parent 8a2a55f733
commit b0785f4a33
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ docs-copy:
git remote add origin https://github.com/owncloud/owncloud.github.io; \
git fetch --depth=1; \
git checkout origin/source -f; \
rsync --delete -ax --exclude 'static' ../docs/ content/; \
rsync -ax ../docs/ content/; \
.PHONY: config-docs-generate
config-docs-generate:

View File

@@ -12,4 +12,4 @@ geekdocFilePath: public-upload-flow.md
The following diagram describes the flow of requests:
{{< svg src="static/ocis/tus-public-upload.svg" >}}
{{< svg src="ocis/static/tus-public-upload.svg" >}}