From 2cc14a98921cbf2fef7dec9fd35cd691c777a211 Mon Sep 17 00:00:00 2001 From: csubira Date: Wed, 25 Apr 2018 18:18:26 +0200 Subject: [PATCH] Rename avatar img --- docs/img/{avatar.gif => avatar_do.gif} | Bin docs/reference/02-authentication.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/img/{avatar.gif => avatar_do.gif} (100%) diff --git a/docs/img/avatar.gif b/docs/img/avatar_do.gif similarity index 100% rename from docs/img/avatar.gif rename to docs/img/avatar_do.gif diff --git a/docs/reference/02-authentication.md b/docs/reference/02-authentication.md index 6f3cb49..ceb5716 100644 --- a/docs/reference/02-authentication.md +++ b/docs/reference/02-authentication.md @@ -2,7 +2,7 @@ Data Observatory, like any other [CARTO platform's component]({{site.fundamental_docs}}/components/), requires using an API Key. From your CARTO dashboard, click _[Your API keys](https://carto.com/login)_ from the avatar drop-down menu to view your uniquely generated API Key for managing data with CARTO Engine. -![Your API Keys](../img/avatar.gif) +![Your API Keys](../img/avatar_do.gif) Learn more about the [basics of authorization]({{site.fundamental_docs}}/authorization/), or dig into the details of [Auth API]({{site.authapi_docs}}/), if you want to know more about this part of CARTO platform.