diff options
| author | ha-dai <contact@haradai.net> | 2018-05-07 03:05:00 +0900 |
|---|---|---|
| committer | ha-dai <contact@haradai.net> | 2018-05-07 03:05:00 +0900 |
| commit | 6419185228d6786cf750f6ce78401bfd0cc7c416 (patch) | |
| tree | 77719d907e83d712faf571e7971e2f1bdce1af54 /src/client/docs/api | |
| parent | Merge branch 'master' of github.com:syuilo/misskey (diff) | |
| download | sharkey-6419185228d6786cf750f6ce78401bfd0cc7c416.tar.gz sharkey-6419185228d6786cf750f6ce78401bfd0cc7c416.tar.bz2 sharkey-6419185228d6786cf750f6ce78401bfd0cc7c416.zip | |
fix typo
Diffstat (limited to 'src/client/docs/api')
| -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 |