Skip to content

Commit

Permalink
Send link to correct place (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 26, 2024
1 parent 4b05e79 commit ddf46c7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/views/documentation/api_landing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
</ul>
</div>
<p class="my-4">
<%# TODO: Send to correct place %>
<%= pa_link_to "Contact us", "#", extra_classes: "block" %> to apply
<%= pa_link_to "Contact us", api_contact_path, extra_classes: "block" %> to apply
</p>
</section>

Expand All @@ -91,8 +90,7 @@
</ul>
</div>
<p class="my-4">
<%# TODO: Send to correct place %>
<%= pa_link_to "Contact us", "#", extra_classes: "block" %>
<%= pa_link_to "Contact us", api_contact_path, extra_classes: "block" %>
to sign up
</p>
</section>
Expand Down Expand Up @@ -121,8 +119,7 @@
</ul>
</div>
<p class="my-4">
<%# TODO: Send to correct place %>
<%= pa_link_to "Contact us", "#", extra_classes: "block" %>
<%= pa_link_to "Contact us", api_contact_path, extra_classes: "block" %>
to discuss your needs
</p>
</section>
Expand Down

0 comments on commit ddf46c7

Please sign in to comment.