summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-07 03:19:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-07 03:19:27 +0900
commita54932717099abf73e1dcf4be4fa65010b888d2e (patch)
tree1f90ab1d7cb295c1127531cb788bfa661513c111 /src
parentメンションを処理 (diff)
parentMerge pull request #1572 from ha-dai/patch1 (diff)
downloadsharkey-a54932717099abf73e1dcf4be4fa65010b888d2e.tar.gz
sharkey-a54932717099abf73e1dcf4be4fa65010b888d2e.tar.bz2
sharkey-a54932717099abf73e1dcf4be4fa65010b888d2e.zip
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'src')
-rw-r--r--src/client/docs/api/mixins.pug4
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