Skip to content

Commit

Permalink
Remove site url from links
Browse files Browse the repository at this point in the history
  • Loading branch information
elenatorro committed Oct 21, 2019
1 parent 1dab993 commit 619a30e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/developer-center/guides/01-Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

Use these guides to learn about integrating CARTOframes into your data science workflows. Working inside of a Jupyter Notebook, the guides walk through initial set-up and installation, login to CARTO platform, reading data from CARTO into your Python session, writing data to your CARTO account, and the basics of visualizing your data on a map.

If you're already familiar with Jupyter Notebooks, you can also take a look to our [Notebook Examples]({{ site.url }}/developers/cartoframes/examples) for more detailed use cases.
If you're already familiar with Jupyter Notebooks, you can also take a look to our [Notebook Examples](/developers/cartoframes/examples) for more detailed use cases.

### Content

<div class="doc-guides__cartoframes-row">
<div class="doc-guides__cartoframes-block">
<span class="doc-guides__title">
<a href="{{ site.url }}/developers/cartoframes/guides/Install-CARTOframes-in-your-Notebooks/">Installation</a>
<a href="/developers/cartoframes/guides/Install-CARTOframes-in-your-Notebooks/">Installation</a>
</span>
<p class="doc-guides__description">This guide walks you through the process of installing CARTOframes in a Jupyter Notebook</p>
</div>

<div class="doc-guides__cartoframes-block">
<span class="doc-guides__title">
<a href="{{ site.url }}/developers/cartoframes/guides/Login-to-CARTO-Platform/">Login into CARTO</a>
<a href="/developers/cartoframes/guides/Login-to-CARTO-Platform/">Login into CARTO</a>
</span>
<p class="doc-guides__description">Learn how to authenticate against CARTO</p>
</div>
Expand All @@ -25,14 +25,14 @@ If you're already familiar with Jupyter Notebooks, you can also take a look to o
<div class="doc-guides__cartoframes-row">
<div class="doc-guides__cartoframes-block">
<span class="doc-guides__title">
<a href="{{ site.url }}/developers/cartoframes/guides/Quickstart-Part-1/">Quickstart Part 1</a>
<a href="/developers/cartoframes/guides/Quickstart-Part-1/">Quickstart Part 1</a>
</span>
<p class="doc-guides__description">From import to first visualization</p>
</div>

<div class="doc-guides__cartoframes-block">
<span class="doc-guides__title">
<a href="{{ site.url }}/developers/cartoframes/guides/Quickstart-Part-2/">Quickstart Part 2</a>
<a href="/developers/cartoframes/guides/Quickstart-Part-2/">Quickstart Part 2</a>
</span>
<p class="doc-guides__description">From analysis to share a visualization</p>
</div>
Expand Down

0 comments on commit 619a30e

Please sign in to comment.