File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Mpociot/ApiDoc/Commands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ private function writeMarkdown($parsedRoutes)
197197
198198 $ documentarian ->generate ($ outputPath );
199199
200- $ this ->info ('Wrote HTML documentation to: ' .$ outputPath .'/public/ index.html ' );
200+ $ this ->info ('Wrote HTML documentation to: ' .$ outputPath .'/index.html ' );
201201
202202 if ($ this ->option ('noPostmanCollection ' ) !== true ) {
203203 $ this ->info ('Generating Postman collection ' );
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ public function handle()
5353
5454 $ documentarian ->generate ($ outputPath );
5555
56- $ this ->info ('Wrote HTML documentation to: ' .$ outputPath .'/public/ index.html ' );
56+ $ this ->info ('Wrote HTML documentation to: ' .$ outputPath .'/index.html ' );
5757 }
5858}
You can’t perform that action at this time.
0 commit comments