Update path to be absolute instead of relative
am: 6da868246b
* commit '6da868246bb4714af31eda7fae4b59ba2b4f740c':
Update path to be absolute instead of relative
Change-Id: I8e4a160abf7ef9c70dea425ac1dcc6f339aa08c9
This commit is contained in:
commit
bd5a129e00
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ reference:<?cs
|
|||
each:page = docs.pages?><?cs
|
||||
if:page.type == "package"?>
|
||||
- title: <?cs var:page.label ?>
|
||||
path: <?cs var:page.link ?>
|
||||
path: /<?cs var:page.link ?>
|
||||
status_text: apilevel-<?cs var:page.apilevel ?><?cs
|
||||
/if?><?cs
|
||||
/each ?>
|
||||
|
|
Loading…
Reference in a new issue