diff options
| author | 2016-05-05 00:59:37 +0000 | |
|---|---|---|
| committer | 2016-05-05 00:59:37 +0000 | |
| commit | 35515f4fdb9e0c5ae4618a8b55addd2e24cf6983 (patch) | |
| tree | cc15ce0549f1c928e42828353b91f416be776bc6 | |
| parent | b3a82cff5ab8fbe5930b05a1b150e44f87b25a29 (diff) | |
| parent | d9092978cde2bfdb291c5a5edbec4c28404a8e0d (diff) | |
docs: Fixing bad URL in libraries TOC am: 084d99bfd4
am: d9092978cd
* commit 'd9092978cde2bfdb291c5a5edbec4c28404a8e0d':
docs: Fixing bad URL in libraries TOC
Change-Id: I25103954c34a912c75e9cbbda01aeb007f03b410
| -rw-r--r-- | docs/html/guide/_book.yaml | 2 | ||||
| -rw-r--r-- | docs/html/topic/libraries/_book.yaml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/guide/_book.yaml b/docs/html/guide/_book.yaml index 07c05cb7b001..6d6686b3cf3f 100644 --- a/docs/html/guide/_book.yaml +++ b/docs/html/guide/_book.yaml @@ -367,6 +367,8 @@ toc: - title: Libraries path: /topic/libraries/index.html + section: + - include: /topic/libraries/_book.yaml - title: Administration path: /guide/topics/admin/index.html diff --git a/docs/html/topic/libraries/_book.yaml b/docs/html/topic/libraries/_book.yaml index 37006739d784..ead95e7a09c7 100644 --- a/docs/html/topic/libraries/_book.yaml +++ b/docs/html/topic/libraries/_book.yaml @@ -8,7 +8,7 @@ toc: path: /topic/libraries/support-library/setup.html - title: Data Binding Library - path: /topic/libraries/data-binding/guide.html + path: /topic/libraries/data-binding/index.html - title: Testing Support Library path: /topic/libraries/testing-support-library/index.html |