docs: update colab notebook link (#203)

This commit is contained in:
Sebastian Laverde Alfonso 2023-02-07 18:50:03 +01:00 committed by GitHub
parent ee9f15483f
commit 46b023f454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ To install the library, run `pip install unstructured`.
## :clap: Quick Tour
You can run this [Colab notebook](https://colab.research.google.com/drive/1RnXEiSTUaru8vZSGbh1U2T2P9aUa5tQD#scrollTo=E_WN7p3JGcLJ) to run the examples below.
You can run this [Colab notebook](https://colab.research.google.com/drive/1U8VCjY2-x8c6y5TYMbSFtQGlQVFHCVIW) to run the examples below.
The following examples show how to get started with the `unstructured` library.
You can parse **TXT**, **HTML**, **PDF**, **EML** and **DOCX** documents with one line of code!