소스 검색

Update doc

shalvah 6 년 전
부모
커밋
35af61fb3a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/generating-documentation.md

+ 1 - 1
docs/generating-documentation.md

@@ -37,7 +37,7 @@ php artisan apidoc:rebuild
  The contents of `prepend.md` will be added after the front matter and info text, while the contents of `append.md` will be added at the end of the document.
  
  ## Specifying language for examples
- For each endpoint, an example request is shown in [each language configured](config.html#example_languages). To add a language which is not supported by this package, you'll have to create your own view for how an example should render. Here's how:
+ For each endpoint, an example request is shown in [each language configured](config.html#example-languages). To add a language which is not supported by this package, you'll have to create your own view for how an example should render. Here's how:
  
  - Publish the vendor views by running: