Skip to content

Commit

Permalink
Merge pull request #4588 from hujambo-dunia/fix-docker-link
Browse files Browse the repository at this point in the history
Fix for broken link to Docker image missing Topic parameter in URL
  • Loading branch information
hexylena authored Dec 14, 2023
2 parents 9db8751 + 1a55f79 commit 362458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/instance-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Containers
</li>
<li>
<a class="dropdown-item" href="{{ site.github_repository }}/tree/{{ site.github_repository_branch }}/topics/{{ include.topic }}/docker" title="Docker image for this tutorial">
<a class="dropdown-item" href="{{ site.github_repository }}/tree/{{ site.github_repository_branch }}/topics/{{ include.material.topic_name }}/docker" title="Docker image for this tutorial">
{% icon docker_image %} Docker image
</a>
</li>
Expand Down

0 comments on commit 362458b

Please sign in to comment.