From b6f778713ea2dc44ed910633a08bac726a63e4d7 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 30 Dec 2024 22:20:21 +0100 Subject: [PATCH] Fix notebook link --- README.md | 2 +- docs/index.rst | 2 +- docs/user/quickstart.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9855b1a8..9bd80e4e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ **Extract tables from PDFs in just a few lines of code:** -Try it yourself in our interactive quickstart notebook. [![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camelot-dev/camelot/blob/master/examples/pypdf_table_extraction_quick_start_notebook.ipynb) +Try it yourself in our interactive quickstart notebook. [![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camelot-dev/camelot/blob/master/examples/camelot-quickstart-notebook.ipynb) Or check out a simple example using [this pdf](https://github.com/camelot-dev/camelot/blob/main/docs/_static/pdf/foo.pdf). diff --git a/docs/index.rst b/docs/index.rst index c0c55c82..f6506be0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,7 +36,7 @@ Release v\ |version|. (:ref:`Installation `) **Extract tables from PDFs in just a few lines of code:** .. |colab| image:: https://colab.research.google.com/assets/colab-badge.svg - :target: https://colab.research.google.com/github/camelot-dev/camelot/blob/master/examples/pypdf_table_extraction_quick_start_notebook.ipynb + :target: https://colab.research.google.com/github/camelot-dev/camelot/blob/master/examples/camelot-quickstart-notebook.ipynb Try it yourself in our interactive quickstart notebook. |colab| diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 7c23b906..b7759da1 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -4,7 +4,7 @@ Quickstart ========== .. |colab| image:: https://colab.research.google.com/assets/colab-badge.svg - :target: https://colab.research.google.com/github/camelot-dev/camelot/blob/master/examples/pypdf_table_extraction_quick_start_notebook.ipynb + :target: https://colab.research.google.com/github/camelot-dev/camelot/blob/master/examples/camelot-quickstart-notebook.ipynb In a hurry to extract tables from PDFs? This document gives a good introduction to help you get started with Camelot. You can also check out our quickstart notebook. |colab|