From 06d78e3676502ae9fa3ae0e70639e6fdafb4f89c Mon Sep 17 00:00:00 2001 From: Michael Kohl Date: Thu, 13 Feb 2020 03:08:46 +0700 Subject: [PATCH] Fix API documentation link (#6036) --- app/views/users/_account.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_account.html.erb b/app/views/users/_account.html.erb index 9db2d4c02..1b68a2401 100644 --- a/app/views/users/_account.html.erb +++ b/app/views/users/_account.html.erb @@ -17,7 +17,7 @@ <% end %>

DEV API Keys

-

You can generate personal API keys to use for authentication with the DEV API. The API is still in early beta though. The DEV API documentation contains further information.

+

You can generate personal API keys to use for authentication with the DEV API. The API is still in early beta though. The DEV API documentation contains further information.

Generate a new Key

<%= form_tag users_api_secrets_path, method: :post do %> <%= fields_for :api_secret do |api_secret| %>