Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 95b9a28

Browse files
committed
Fixed link to md file in mkdocs.yml
Use / instead of \ as directory separator
1 parent 4bdff29 commit 95b9a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pages:
3232
- Url: helpers/url.md
3333
- "Advanced usage of helpers": helpers/advanced-usage.md
3434
- Cookbook:
35-
- "Setting module-specific Layouts": cookbook\setting-module-specific-layouts.md
35+
- "Setting module-specific Layouts": cookbook/setting-module-specific-layouts.md
3636
site_name: zend-view
3737
site_description: 'Flexible view layer supporting and providing multiple view layers, helpers, and more.'
3838
repo_url: 'https://github.com/zendframework/zend-view'

0 commit comments

Comments
 (0)