Skip to content

Commit 648bb8d

Browse files
committed
tools/raml2html/README.md: Update dir paths
docs/api/rest_api_reference/ → docs/api/rest_api/rest_api_reference/
1 parent 176cfe3 commit 648bb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/raml2html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ composer install;
1717
To generate static HTML from RAML definitions, use the following code from project root:
1818

1919
```sh
20-
php tools/raml2html/raml2html.php build --non-standard-http-methods=COPY,MOVE,PUBLISH,SWAP -t default -o docs/api/rest_api_reference/output/ docs/api/rest_api_reference/input/ez.raml
20+
php tools/raml2html/raml2html.php build --non-standard-http-methods=COPY,MOVE,PUBLISH,SWAP -t default -o docs/api/rest_api/rest_api_reference/output/ docs/api/rest_api/rest_api_reference/input/ez.raml
2121
```
2222

2323
Note: If PHP 7.2 is not the default PHP, please, adapt.

0 commit comments

Comments
 (0)