Fix API documentation link (#6036)
This commit is contained in:
parent
1df24046d8
commit
06d78e3676
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<% end %>
|
||||
|
||||
<h2>DEV API Keys</h2>
|
||||
<p>You can generate personal API keys to use for authentication with the DEV API. The API is still in early beta though. The <a href="/api">DEV API documentation</a> contains further information.</a></p>
|
||||
<p>You can generate personal API keys to use for authentication with the DEV API. The API is still in early beta though. The <a href="https://docs.dev.to/api/">DEV API documentation</a> contains further information.</a></p>
|
||||
<h3>Generate a new Key</h3>
|
||||
<%= form_tag users_api_secrets_path, method: :post do %>
|
||||
<%= fields_for :api_secret do |api_secret| %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue