Skip to content

Commit 08f66aa

Browse files
committed
[FIX] base: fix link to non-existing documentation page
The documentation page for the external API was moved elsewhere with PR odoo/documentation#2026. closes odoo#94122 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 4eedd51 commit 08f66aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo/addons/base/views/res_users_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
</div>
469469
</group>
470470
<group string="Developer API Keys" help="test">
471-
<a href="https://www.odoo.com/documentation/14.0/developer/webservices/odoo.html#api-keys" target="_blank">
471+
<a href="https://www.odoo.com/documentation/14.0/developer/misc/api/external_api.html#api-keys" target="_blank">
472472
<i class="fa fa-fw o_button_icon fa-arrow-right"></i>
473473
<span>Documentation</span>
474474
</a>

0 commit comments

Comments
 (0)