aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-11-12 15:51:43 +0100
committerGravatar GitHub <noreply@github.com> 2017-11-12 15:51:43 +0100
commit32e9d3a5a17edd33ed19158bf567c857fb4fea78 (patch)
tree717f5439b89492423f30df0e1946dee765fafaa8 /app/views
parent07fa243bf24f0c4bef2df612a316e8d58907dc8a (diff)
A bit of documentation for the API (#1689)
https://github.com/FreshRSS/FreshRSS/issues/1687 https://github.com/FreshRSS/FreshRSS/issues/443#issuecomment-36666133
Diffstat (limited to 'app/views')
-rw-r--r--app/views/user/profile.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml
index f09c87765..7a63c0941 100644
--- a/app/views/user/profile.phtml
+++ b/app/views/user/profile.phtml
@@ -38,7 +38,7 @@
<input type="password" id="apiPasswordPlain" name="apiPasswordPlain" autocomplete="off" pattern=".{7,}" <?php echo cryptAvailable() ? '' : 'disabled="disabled" '; ?>/>
<a class="btn toggle-password" data-toggle="apiPasswordPlain"><?php echo _i('key'); ?></a>
</div>
- <?php echo _i('help'); ?> <kbd><a href="../api/"><?php echo Minz_Url::display('/api/greader.php', 'html', true); ?></a></kbd>
+ <?php echo _i('help'); ?> <kbd><a href="../api/"><?php echo Minz_Url::display('/api/', 'html', true); ?></a></kbd>
</div>
</div>
<?php } ?>