diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-07 03:09:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-07 03:09:45 +0900 |
| commit | 769ee734fa9983882be4b325f56448d9f7aa3d7a (patch) | |
| tree | 1c412cd2a861a9803df099e132ec35e41766697c /src/client/docs | |
| parent | #1427 (diff) | |
| parent | fix typo (diff) | |
| download | misskey-769ee734fa9983882be4b325f56448d9f7aa3d7a.tar.gz misskey-769ee734fa9983882be4b325f56448d9f7aa3d7a.tar.bz2 misskey-769ee734fa9983882be4b325f56448d9f7aa3d7a.zip | |
Merge pull request #1572 from ha-dai/patch1
Fix typo.
Diffstat (limited to 'src/client/docs')
| -rw-r--r-- | src/client/docs/api/mixins.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/docs/api/mixins.pug b/src/client/docs/api/mixins.pug index 686bf6a2b6..913135a85f 100644 --- a/src/client/docs/api/mixins.pug +++ b/src/client/docs/api/mixins.pug @@ -14,13 +14,13 @@ mixin propTable(props) if prop.kind == 'id' if prop.entity | ( - a(href=`/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity + a(href=`/docs/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity | ID) else | (ID) else if prop.kind == 'entity' | ( - a(href=`/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity + a(href=`/docs/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity | ) else if prop.kind == 'object' if prop.def |