(Rails)画像にリンクを設定する方法

// Rails 画像にリンクを設定する方法
<%= link_to “https://mono-pro.net/” do %>
<%= image_tag “logo.png” %>
<% end %>