Skip to content

Commit

Permalink
Fixes Link to Popular ML Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Jul 18, 2024
1 parent c2c4881 commit 3693ab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct($name, $tutorialLink, $documentationLink)
foreach ($libraries as $library) {
echo "<tr>
<td>{$library->name}</td>
<td><a href='/docs/v2/research-environment/machine-learning/{$library->tutorialLink}'>Tutorial</a></td>
<td><a href='/docs/v2/research-environment/machine-learning/popular-libraries/{$library->tutorialLink}'>Tutorial</a></td>
<td><a rel='nofollow' target='_blank' href='{$library->documentationLink}'>Documentation</a></td>
</tr>
";
Expand Down

0 comments on commit 3693ab2

Please sign in to comment.