From 09f14a2293f0e9e11810c5a32b4449da4704aa17 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Mon, 9 Oct 2023 17:25:33 +0200 Subject: [PATCH] Update getting-started.md fix broken link to snippets --- docs/website/docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/docs/getting-started.md b/docs/website/docs/getting-started.md index 9f0c67cc43..fc321284ee 100644 --- a/docs/website/docs/getting-started.md +++ b/docs/website/docs/getting-started.md @@ -94,7 +94,7 @@ Streamlit Explore data. Schema and data for a test pipeline “quick_start”. :::tip `dlt` works in Jupyter Notebook and Google Colab! See our [Quickstart Colab Demo.](https://colab.research.google.com/drive/1NfSB1DpwbbHX9_t5vlalBTf13utwpMGx?usp=sharing) -Looking for source code of all the snippets? You can find and run them [from this repository](https://github.com/dlt-hub/dlt/tree/devel/docs/snippets). +Looking for source code of all the snippets? You can find and run them [from this repository](https://github.com/dlt-hub/dlt/blob/devel/docs/website/docs/getting-started-snippets.py). ::: Learn more: @@ -150,7 +150,7 @@ print(load_info) ``` -We import **json** from `dlt` namespace. It defaults to `orjson`(otherwise `simplejson`). It can also encode date times, dates, dataclasses and few more datat types. +We import **json** from `dlt` namespace. It defaults to `orjson`(otherwise `simplejson`). It can also encode date times, dates, dataclasses and few more data types.