소스 검색

fixed index detail link

tags/0.1.0
Robin Thoni 8 년 전
부모
커밋
0878493dfd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/Doc/Templates/index.html.twig

+ 1
- 1
src/Doc/Templates/index.html.twig 파일 보기

@@ -162,7 +162,7 @@
162 162
             <tbody>
163 163
             {% for route in business.routes %}
164 164
             <tr>
165
-                <td class="api-name"><a href="{{ business.name_hyphen }}/{{ route.businessMethod }}">{{ route.method }} {{ route.url }}</a></td>
165
+                <td class="api-name"><a href="doc/{{ business.name_hyphen }}/{{ route.businessMethod }}">{{ route.method }} {{ route.url }}</a></td>
166 166
                 <td class="api-documentation">
167 167
                     <p>{{ route.description }}</p>
168 168
                 </td>

Loading…
취소
저장