Skip to content

Commit d9fd3b7

Browse files
committed
Use correct path to plone.restapi docs source
1 parent 5da32ff commit d9fd3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docs/volto:
4646
docs/restapi:
4747
git submodule init; \
4848
git submodule update; \
49-
ln -s ../submodules/plone.restapi/docs ./docs/plone.restapi
49+
ln -s ../submodules/plone.restapi/docs/source ./docs/plone.restapi
5050

5151
.PHONY: deps
5252
deps: bin/python docs/volto docs/restapi ## Create Python virtual environment, install requirements, and finally initialize or update the volto and plone.restapi submodules.

0 commit comments

Comments
 (0)