Skip to content

Commit

Permalink
tutorials: fix links to deep tut
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Nov 12, 2019
1 parent 9809c3a commit eb7ad73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/docs/get-started/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ dvc push

This example is simplified just to show you a basic pipeline, see a more
advanced [example](/doc/tutorials/pipelines) or complete
[tutorial](/doc/tutorials) to create a
[tutorial](/doc/tutorials/deep) to create a
[NLP](https://en.wikipedia.org/wiki/Natural_language_processing) pipeline
end-to-end.

Expand Down
2 changes: 1 addition & 1 deletion static/docs/tutorials/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Let's explore the natural language processing
([NLP](https://en.wikipedia.org/wiki/Natural_language_processing)) problem of
predicting tags for a given StackOverflow question. For example, we want a
classifier that can predict posts about the Python language by tagging them
`python`. (This is a short version of the [Tutorial](/doc/tutorials).)
`python`. (This is a short version of the [Tutorial](/doc/tutorials/deep).)

In this example, we will focus on building a simple ML
[pipeline](/doc/command-reference/pipeline) that takes an archive with
Expand Down

0 comments on commit eb7ad73

Please sign in to comment.