Skip to content

Commit

Permalink
Fix broken links pointing to the workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyarpanahi committed Jun 2, 2023
1 parent d972f6d commit 9f47bfe
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ This script comes with the two options to define `pyspark` and `spark-nlp` versi
!wget http://setup.johnsnowlabs.com/colab.sh -O - | bash /dev/stdin -p 3.2.3 -s 4.4.3
```

[Spark NLP quick start on Google Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/quick_start_google_colab.ipynb) is a live demo on Google Colab that performs named entity recognitions and sentiment analysis by using Spark NLP pretrained pipelines.
[Spark NLP quick start on Google Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp/blob/master/examples/python/quick_start_google_colab.ipynb) is a live demo on Google Colab that performs named entity recognitions and sentiment analysis by using Spark NLP pretrained pipelines.


## Kaggle Kernel
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/docs/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ User Guide
This guide is an overview and explains the important features of Spark NLP.
The in-depth documentation can be found in the :doc:`/reference/index`.
For more explanations, see also the `Main Page <https://sparknlp.org/docs/en/quickstart>`_
and the `Workshop <https://github.com/JohnSnowLabs/spark-nlp-workshop>`_ for more examples.
and the `Examples <https://github.com/JohnSnowLabs/spark-nlp/tree/master/examples/>`_ for more examples.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 9f47bfe

Please sign in to comment.