Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jul 19, 2023
2 parents 9473486 + 0340d05 commit 567d929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website-v2/src/components/home/LovedByDevelopers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const LovedByDevelopers = (props) => (
<p className={"text-left"}>And of course, you can also just use the provided REST interface!</p>

<div>
<a href="/docs/python" className="sp-button sp-button-medium sp-button-blue"><i
<a href="/docs/docs/python" className="sp-button sp-button-medium sp-button-blue"><i
className="fas fa-hand-point-right"></i> Python Client</a>
</div>
</Subsection>
Expand All @@ -67,7 +67,7 @@ const LovedByDevelopers = (props) => (
StreamPipes.
</p>
<div>
<a href="/docs/python/latest/tutorials/4-using-online-machine-learning-on-a-streampipes-data-stream" className="sp-button sp-button-medium sp-button-blue"><i
<a href="/docs/docs/python/latest/tutorials/4-using-online-machine-learning-on-a-streampipes-data-stream" className="sp-button sp-button-medium sp-button-blue"><i
className="fas fa-hand-point-right"></i> Online ML with StreamPipes</a>
</div>
</Subsection>
Expand Down

0 comments on commit 567d929

Please sign in to comment.